Skip to content

Releases: aws-solutions/connected-mobility-solution-on-aws

v2.0.2

05 Dec 22:38
c3e9ab5
Compare
Choose a tag to compare

[2.0.2] - 2024-12-05

Fixed

  • Update cross-spawn to resolve CVE
  • Skip tagging top-level Stack via exclude resources arg
  • Separating install and upgrade functionality in make targets
  • Update cms_common pre-commit target to align with package name in setup.py, fixing bug preventing running lib pre-commit via make lib-pre-commit or cd source/lib; make pre-commit
  • Address pre-commit failures throughout solution
  • Address SonarQube code smells
    • Defining components outside of render function (nested components)
    • Regex changes
    • Not using index as key for React components

v2.0.1

30 Oct 18:49
9821eb3
Compare
Choose a tag to compare

[2.0.1] - 2024-10-30

Fixed

  • Update http-proxy-middleware to fix CVE.

v2.0.0

23 Oct 20:49
52ac92d
Compare
Choose a tag to compare

[2.0.0] - 2024-10-23

Added

All

  • Add AWS MyApplications support to CloudFormation deployments via the awsApplication tag

Automotive Cloud Developer Portal

  • Upgrade Backstage to v1.29.
  • Add metrics tab to ACDP scaffolded components with monthly cost and a link to the deployment's MyApplications page.
  • Add partner offerings page.

CMS

  • Add CMS Predictive Maintenance module.

v1.2.2

26 Sep 18:05
b10213e
Compare
Choose a tag to compare

[1.2.2] - 2024-09-26

Fixed

  • Update rollup package to resolve CVE

v1.2.1

18 Sep 19:28
Compare
Choose a tag to compare

[1.2.1] - 2024-09-18

Fixed

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

v1.2.0

28 Aug 20:05
304c15a
Compare
Choose a tag to compare

[1.2.0] - 2024-08-28

Added

Automotive Cloud Developer Portal

  • Upgrade Backstage to v1.28.
  • Support for Transit Gateway attachment to the VPC.
  • Support Private Hosted Zones.
  • Support external DNS when not using Route53.
  • Support using a custom TLS certificate uploaded to ACM.
  • Add generic OAuth 2.0 support to Backstage. CMS Auth-Setup is now used to configure Backstage's IdP.
  • Add CFN parameter for Backstage auth scopes.
  • Add CFN parameter to set Backstage auth mode to redirect login flow instead of popup flow.

CMS

  • Add CFN parameter to Auth Setup for callback URLs.

Removed

Automotive Cloud Developer Portal

  • Custom Cognito IdP for Backstage no longer needed.

v1.1.8

19 Aug 15:48
5fe9249
Compare
Choose a tag to compare

[1.1.8] - 2024-08-19

Fixed

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

v1.1.7

16 Jul 16:37
7ff12e3
Compare
Choose a tag to compare

[1.1.7] - 2024-07-16

Fixed

  • Upgrade inline-style-prefixer to resolve CVE

v1.1.6

24 Jun 22:43
76f6560
Compare
Choose a tag to compare

[1.1.6] - 2024-06-24

Fixed

  • Upgrade ws to resolve CVE

v1.1.5

17 Jun 19:58
Compare
Choose a tag to compare

[1.1.5] - 2024-06-17

Fixed

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