You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-13Lines changed: 17 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [1.0.0] - 2020-01-10
8
-
### Added
9
-
- Initial public release
10
-
11
-
## [1.1.0] - 2020-02-25
12
-
### Known Issue Fix and Code Optimization
13
-
- Fixed Stack Instance Deletion Issue: In case there are existing stack instances but
14
-
none of those instances belongs to the accounts specified in the user manifest
15
-
file as the input for the StackSet state machine, the deletion of the existing
16
-
stack instances would fail. This issue is not applicable if at least one account
17
-
in the input account list has an existing stack instance.
18
-
- Code Optimization for Best Practice
7
+
## [1.2.1] - 2020-10-01
8
+
### Changed
9
+
- Fix the issue related to incompatibility between latest version of BotoCore and AWS CLI. Ref:[Boto3 Issue #2596](https://github.com/boto/boto3/issues/2596)
19
10
20
11
## [1.2.0] - 2020-06-20
21
12
### Added
@@ -30,4 +21,17 @@ in the input account list has an existing stack instance.
30
21
- Optimizes the CloudFormation resource stage to trigger step function execution only if there is difference between the configuration and deployed stack sets.
31
22
- Fixes the issue in the build stage of the CodePipeline by updating manifest version to match the manifest schema.
32
23
- Fixes the issue for comparing deployed stack set templates and parameters [#4](https://github.com/awslabs/aws-control-tower-customizations/issues/4)
33
-
- Fixes the issue for updating the variables in the files using Jinja [#17](https://github.com/awslabs/aws-control-tower-customizations/issues/17)
24
+
- Fixes the issue for updating the variables in the files using Jinja [#17](https://github.com/awslabs/aws-control-tower-customizations/issues/17)
25
+
26
+
## [1.1.0] - 2020-02-25
27
+
### Known Issue Fix and Code Optimization
28
+
- Fixed Stack Instance Deletion Issue: In case there are existing stack instances but
29
+
none of those instances belongs to the accounts specified in the user manifest
30
+
file as the input for the StackSet state machine, the deletion of the existing
31
+
stack instances would fail. This issue is not applicable if at least one account
32
+
in the input account list has an existing stack instance.
0 commit comments