Skip to content

Commit

Permalink
Version 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patelhpr committed Sep 18, 2024
1 parent 304c15a commit 11a57e6
Show file tree
Hide file tree
Showing 15 changed files with 4,042 additions and 3,777 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.2.1] - 2024-09-18

### Fixed

- Upgrade path-to-regexp to resolve CVE.
- Upgrade dset to resolve CVE.

## [1.2.0] - 2024-08-28

### Added
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.2.0
export SOLUTION_VERSION ?= v1.2.1
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 @@ -52,7 +52,7 @@ def finalize_options(self) -> None:
"toml>=0.10.2",
],
name="cms_common",
version="1.2.0",
version="1.2.1",
description="Common library used in CMS modules",
packages=find_packages(
exclude=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@
},
{
"Name": "SOLUTION_VERSION",
"Value": "v1.2.0"
"Value": "v1.2.1"
},
{
"Name": "WEB_HOSTNAME",
Expand Down
2 changes: 1 addition & 1 deletion source/modules/backstage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acdp-backstage",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"license": "Apache-2.0",
"description": "Backstage implementation preconfigured to work with CMS",
Expand Down
2 changes: 1 addition & 1 deletion source/modules/backstage/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"bundled": true,
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion source/modules/backstage/packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion source/modules/backstage/plugins/acdp-backend/package.json
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.2.0",
"version": "1.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion source/modules/backstage/plugins/acdp-common/package.json
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.2.0",
"version": "1.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion source/modules/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.2.0",
"version": "1.2.1",
"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": "auth-oauth2-provider-module",
"description": "The oauth2-provider backend module for the auth plugin.",
"version": "1.2.0",
"version": "1.2.1",
"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": "techdocs-custom-build-strategy-module",
"description": "The custom-build-strategy backend module for the techdocs plugin.",
"version": "1.2.0",
"version": "1.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 11a57e6

Please sign in to comment.