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
All notable changes to this project will be documented in this file.
4
-
5
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
5
8
-
## [1.5.0] - 2021-10-01
9
-
10
-
### Added
6
+
## [1.5.0] - 2021-10-26
11
7
12
-
- All files, initial AWS Solutions Version
13
8
- This project is tracking change history using GitHub Releases located [here](https://github.com/aws-samples/aws-secure-environment-accelerator/releases).
-[1.4.0.1. - TEMPORARY: UNTIL WE PUBLISH YOU MUST USE THE CODECOMMIT PROCESS and a CODECOMMIT installer template. GitHub and GitHub Secret references are irrelevant.](#1401---temporary-until-we-publish-you-must-use-the-codecommit-process-and-a-codecommit-installer-template-github-and-github-secret-references-are-irrelevant)
9
-
-[1.4.0.2. - TEMPORARY: THE CFN TEMPLATE CAN BE FOUND HERE(AcceleratorInstaller-CodeCommit.template-v149-beta.json)](#1402---temporary-the-cfn-template-can-be-found-hereacceleratorinstaller-codecommittemplate-v149-betajson)
10
8
-[1.5. "3.2. Summary of Upgrade Steps (all versions)" **_(Copied from installation guide)_**](#15-32-summary-of-upgrade-steps-all-versions-copied-from-installation-guide)
11
9
-[1.6. Post Upgrade Follow-up Tasks for v1.5.0 Upgrade](#16-post-upgrade-follow-up-tasks-for-v150-upgrade)
12
10
@@ -19,12 +17,13 @@ The upgrade from v1.3.8 to v1.5.0 is generally the same as any previous Accelera
19
17
- we are re-aligning the OU structure with AWS guidance and that of AWS Control Tower (optional, but highly recommended)
20
18
- the core OU is being split into a "Security" OU and an "Infrastructure" OU
21
19
- we've added the capability to manage your IP addresses in DynamoDB, rather than with the config file
22
-
- more info on this features design can be found on this [ticket](https://github.com/aws-samples/aws-secure-environment-accelerator/issues/494)
20
+
- this includes the ability to dynamically allocate CIDR ranges to VPCs and subnets
21
+
- more information on this features design can be found on this [ticket](https://github.com/aws-samples/aws-secure-environment-accelerator/issues/494)
23
22
- the config file conversion script will:
24
-
- update your config file in a manner that supports both IP address management schemes
23
+
- update your config file in a manner that supports both CIDR management schemes (but continues to leverage the previous mechanism)
25
24
- copy your currently configured CIDR ranges into the appropriate DynamoDB tables (optional, but recommended)
26
25
- you can change your IP address mechanism for any vpc at any time
27
-
- customers can mix and match IP address management mechanisms as they choose
26
+
- customers can mix and match IP address management mechanisms as they choose (`provided`, `lookup`, and `dynamic`)
28
27
29
28
## 1.2. Upgrade Caveats
30
29
@@ -105,10 +104,6 @@ The upgrade from v1.3.8 to v1.5.0 is generally the same as any previous Accelera
105
104
- Select the `PBMMAccel-PolicyChanges_rule`, select `actions`, select `Enable`
106
105
- Follow the Standard Upgrade instructions in [Section 3.2](https://gitlab.aws.dev/tsd/accelerator/-/blob/main/docs/installation/installation.md#32-summary-of-upgrade-steps-all-versions) of the Installation and Upgrade guide, repeated verbatim below for ease of reference
107
106
108
-
#### 1.4.0.1. - TEMPORARY: UNTIL WE PUBLISH YOU MUST USE THE CODECOMMIT PROCESS and a CODECOMMIT installer template. GitHub and GitHub Secret references are irrelevant.
109
-
110
-
#### 1.4.0.2. - TEMPORARY: THE CFN TEMPLATE CAN BE FOUND [HERE](https://gitlab.aws.dev/tsd/accelerator/-/tree/main/reference-artifacts/Custom-Scripts/InstallerTemplate)(AcceleratorInstaller-CodeCommit.template-v149-beta.json)
111
-
112
107
## 1.5. "3.2. Summary of Upgrade Steps (all versions)" **_(Copied from installation guide)_**
113
108
114
109
1. Login to your Organization Management (root) AWS account with administrative privileges
0 commit comments