Skip to content

Commit

Permalink
Release v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-gurusen committed Jun 17, 2024
1 parent abdc2ba commit 606c853
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 35 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.5] - 2024-06-17

### Fixed

- Upgrade braces to resolve CVE
- Update README instructions to run Backstage locally

## [1.1.4] - 2024-06-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion makefiles/common_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export AWS_REGION ?= ${DEFAULTS.AWS_REGION}
# ========================================================
export SOLUTION_NAME ?= connected-mobility-solution-on-aws
export SOLUTION_DESCRIPTION ?= Accelerate development and deployment of connected vehicle assets with purpose-built, deployment-ready accelerators, and an Automotive Cloud Developer Portal
export SOLUTION_VERSION ?= v1.1.4
export SOLUTION_VERSION ?= v1.1.5
export SOLUTION_AUTHOR = AWS Industrial Solutions Team
export SOLUTION_ID = SO0241
# Path is relative to this file's location, moving this file requires updating this path.
Expand Down
2 changes: 1 addition & 1 deletion source/lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def finalize_options(self) -> None:
"toml>=0.10.2",
],
name="cms_common",
version="1.1.4",
version="1.1.5",
description="Common library used in CMS modules",
packages=find_packages(
exclude=[
Expand Down
10 changes: 3 additions & 7 deletions source/modules/acdp/backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,13 @@ make destroy
After installing dependencies, you can run backstage locally.
Note: All commands assume the PWD is [git_root]/source/modules/acdp/backstage

Start the postgres dev server
Start the postgres instance, backstage backend, and backstage frontend:

```bash
docker-compose up
make run-backstage-local
```

Start the frontend and backend

```bash
yarn run dev
```
There are Make targets available to separately run each component when required. Refer to the Makefile for these targets.

## Cost Scaling

Expand Down
2 changes: 1 addition & 1 deletion source/modules/acdp/backstage/cdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export AWS_REGION ?= ${DEFAULTS.AWS_REGION}
# ========================================================
export SOLUTION_NAME ?= connected-mobility-solution-on-aws
export SOLUTION_DESCRIPTION ?= Accelerate development and deployment of connected vehicle assets with purpose-built, deployment-ready accelerators, and an Automotive Cloud Developer Portal
export SOLUTION_VERSION ?= v1.1.4
export SOLUTION_VERSION ?= v1.1.5
export SOLUTION_AUTHOR = AWS Industrial Solutions Team
export SOLUTION_ID = SO0241
export APPLICATION_TYPE = AWS-Solutions
Expand Down
5 changes: 3 additions & 2 deletions source/modules/acdp/backstage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acdp-backstage",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"license": "Apache-2.0",
"description": "Backstage implementation preconfigured to work with CMS",
Expand Down Expand Up @@ -45,7 +45,8 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"mysql2": "^3.9.8",
"formidable": "^3.2.4"
"formidable": "^3.2.4",
"braces": "^3.0.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
Expand Down
2 changes: 1 addition & 1 deletion source/modules/acdp/backstage/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"bundled": true,
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.1.4",
"version": "1.1.5",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backstage-plugin-acdp-backend",
"description": "ACDP Backend plugin for Backstage",
"version": "1.1.4",
"version": "1.1.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backstage-plugin-acdp-common",
"description": "Common interfaces for ACDP plugins",
"version": "1.1.4",
"version": "1.1.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion source/modules/acdp/backstage/plugins/acdp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backstage-plugin-acdp",
"description": "ACDP plugin for Backstage",
"version": "1.1.4",
"version": "1.1.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
18 changes: 9 additions & 9 deletions source/modules/acdp/backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12038,12 +12038,12 @@ brace-expansion@^2.0.1:
dependencies:
balanced-match "^1.0.0"

braces@^3.0.2, braces@~3.0.2:
version "3.0.2"
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
braces@^3.0.2, braces@^3.0.3, braces@~3.0.2:
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
fill-range "^7.0.1"
fill-range "^7.1.1"

brorand@^1.0.1, brorand@^1.1.0:
version "1.1.0"
Expand Down Expand Up @@ -15504,10 +15504,10 @@ filesize@^8.0.6:
resolved "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8"
integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==

fill-range@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
fill-range@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"overrides": {
"nth-check": "^2.0.1",
"typescript": "5.1.6",
"@babel/traverse": "^7.23.2"
"@babel/traverse": "^7.23.2",
"braces": "^3.0.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion source/modules/vpc/source/template.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


AWSTemplateFormatVersion: "2010-09-09"
Description: (SO0241-CMS.23) connected-mobility-solution-on-aws - vpc. Version v1.1.4
Description: (SO0241-CMS.23) connected-mobility-solution-on-aws - vpc. Version v1.1.5
This template deploys a VPC, with a pair of public and private subnets spread
across two Availability Zones. It deploys an internet gateway, with a default
route on the public subnets. It deploys a pair of NAT gateways (one in each AZ),
Expand Down

0 comments on commit 606c853

Please sign in to comment.