Skip to content

Latest commit

 

History

History
108 lines (63 loc) · 7.66 KB

CHANGELOG.md

File metadata and controls

108 lines (63 loc) · 7.66 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2023-04-20)

⚠ BREAKING CHANGES

  • BLEA v3 (#298)

Features

Bug Fixes

  • guest-webapp-sample: Update subnet type, PRIVATE_WITH_NAT is deprecated. (#106) (bbe4bb7)

2.1.0 (2022-09-06)

Features

  • refactor cicd sample and update to CDK Pipelines (#50) (fa0949a)
  • Revise metrics filter for UnauthorizedAttemptsAlarm. (#51) (6dd30b4)
  • upgrade synthetics runtime to 3.3 (#29) (0eb09e9)
  • upgrade synthetics runtime to 3.5 (#74) (f9f382c)
  • guest-webapp-sample: Change container repository to ECR with pull through cache. (#72) (eb33947)

Bug Fixes

  • base-ct-guest: Fix to support Control Tower LZ v3.0 (#70) (9067290)
  • base-standalone: Replace deprecated IAM Policy AWSConfigRole with AWS_ConfigRole (#46) (47cadcc)
  • enable bucket-enforce-ssl on all buckets (#47) (dac02d5)
  • vulnerabilities in minimist (#42) (2fcef62)

Refactoring

  • guest-webapp-sample: Replace deprecated subnet type PRIVATE, ISOLATED (#52) (fb55afc)

Document Changes

  • Add a guidance to suppress alerts about CodeBuild from Security Hub (#48) (66358ec)
  • Add how to enable Inspector(v2) manually (#56) (eb32879)
  • Fix image path for opening CloudShell (#57) (1df2898)
  • Fix image path(en and ja) (#59) (286ba6b)
  • fix link in documents (#58) (44f9d26)
  • fix NIST quick start link in code comments (#24) (5e9c5af)
  • fix typo (#53) (323662f)

2.0.0 (2022-02-01)

⚠ BREAKING CHANGES

  • Update to CDKv2 (#23)

Features

1.3.0 (2022-02-01)

[1.2.0] - 2021-10-26

BREAKING CHANGES

  • Re-organize applications into usecases directory. Now we use npm workspaces to build.

Added

  • guest-apiapp-sample add Serverless API application sample (NodeJS and Python)
  • guest-webapp-sample add SSL(R53+CF+ACM+ALB) implementation sample
  • guest-webapp-sample add Canary(CloudWatch Synthetics) sample
  • guest-webapp-sample add CloudWatch Dashboard sample
  • add documents (HowTo and deployment to controltower)

Changed

  • Update CDK version to 1.129.0 and its dependencies.
  • guest-webapp-sample generalize ECS sample. now we don't use aws-ecs-patterns.
  • guest-webapp-sample re-organize KMS keys
  • gov-base-ct gov-base-standalone refine notification settings for SecurityHub

[1.1.1] - 2021-06-07

Changed

  • Update CDK version to 1.107.0 and its dependencies.

[1.1.0] - 2021-05-10

Added

  • Add Japanese documentation

[1.0.0] - 2021-04-26

Added

  • All files, initial version