Skip to content

Commit

Permalink
Version v1.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintoac-aws authored Aug 19, 2024
1 parent 7ff12e3 commit 5fe9249
Show file tree
Hide file tree
Showing 15 changed files with 5,437 additions and 5,833 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.8] - 2024-08-19

### Fixed

- Upgrade fast-xml-parser to resolve CVE
- Upgrade axios to resolve CVE

## [1.1.7] - 2024-07-16

### 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.7
export SOLUTION_VERSION ?= v1.1.8
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.7",
version="1.1.8",
description="Common library used in CMS modules",
packages=find_packages(
exclude=[
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.7
export SOLUTION_VERSION ?= v1.1.8
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.7",
"version": "1.1.8",
"private": true,
"license": "Apache-2.0",
"description": "Backstage implementation preconfigured to work with CMS",
Expand Down Expand Up @@ -48,7 +48,8 @@
"formidable": "^3.2.4",
"braces": "^3.0.3",
"ws": "^8.17.1",
"inline-style-prefixer": "^7.0.1"
"inline-style-prefixer": "^7.0.1",
"axios": "^1.7.4"
},
"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.7",
"version": "1.1.8",
"private": true,
"bundled": true,
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions source/modules/acdp/backstage/packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.1.7",
"version": "1.1.8",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand All @@ -18,7 +18,7 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.515.0",
"@aws-sdk/client-cognito-identity-provider": "^3.621.0",
"@backstage/backend-common": "^0.21.3",
"@backstage/backend-tasks": "^0.5.18",
"@backstage/catalog-client": "^1.6.0",
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.7",
"version": "1.1.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -24,10 +24,10 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@aws-sdk/client-codebuild": "^3.515.0",
"@aws-sdk/client-codebuild": "^3.621.0",
"@aws-sdk/util-arn-parser": "^3.495.0",
"@aws-sdk/client-ssm": "^3.515.0",
"@aws-sdk/lib-storage": "^3.515.0",
"@aws-sdk/client-ssm": "^3.621.0",
"@aws-sdk/lib-storage": "^3.621.0",
"@backstage/backend-common": "^0.21.3",
"@backstage/catalog-model": "^1.4.4",
"@backstage/config": "^1.1.1",
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.7",
"version": "1.1.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.4.4",
"@aws-sdk/client-codebuild": "^3.515.0"
"@aws-sdk/client-codebuild": "^3.621.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.2"
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "1.1.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@aws-sdk/client-codebuild": "^3.515.0",
"@aws-sdk/client-codebuild": "^3.621.0",
"@aws-sdk/util-arn-parser": "^3.495.0",
"@backstage/catalog-model": "^1.4.4",
"@backstage/core-components": "^0.14.0",
Expand Down
Loading

0 comments on commit 5fe9249

Please sign in to comment.