Skip to content

Commit db86cdd

Browse files
authored
final publishing updates (#833)
1 parent 1df3f9a commit db86cdd

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file.
4-
53
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
64
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
75

8-
## [1.5.0] - 2021-10-01
9-
10-
### Added
6+
## [1.5.0] - 2021-10-26
117

12-
- All files, initial AWS Solutions Version
138
- This project is tracking change history using GitHub Releases located [here](https://github.com/aws-samples/aws-secure-environment-accelerator/releases).

docs/installation/v150-Upgrade.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
- [1.2. Upgrade Caveats](#12-upgrade-caveats)
66
- [1.3. Config File Conversion](#13-config-file-conversion)
77
- [1.4. Upgrade process](#14-upgrade-process)
8-
- [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)
108
- [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)
119
- [1.6. Post Upgrade Follow-up Tasks for v1.5.0 Upgrade](#16-post-upgrade-follow-up-tasks-for-v150-upgrade)
1210

@@ -19,12 +17,13 @@ The upgrade from v1.3.8 to v1.5.0 is generally the same as any previous Accelera
1917
- we are re-aligning the OU structure with AWS guidance and that of AWS Control Tower (optional, but highly recommended)
2018
- the core OU is being split into a "Security" OU and an "Infrastructure" OU
2119
- 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)
2322
- 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)
2524
- copy your currently configured CIDR ranges into the appropriate DynamoDB tables (optional, but recommended)
2625
- 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`)
2827

2928
## 1.2. Upgrade Caveats
3029

@@ -105,10 +104,6 @@ The upgrade from v1.3.8 to v1.5.0 is generally the same as any previous Accelera
105104
- Select the `PBMMAccel-PolicyChanges_rule`, select `actions`, select `Enable`
106105
- 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
107106

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-
112107
## 1.5. "3.2. Summary of Upgrade Steps (all versions)" **_(Copied from installation guide)_**
113108

114109
1. Login to your Organization Management (root) AWS account with administrative privileges

0 commit comments

Comments
 (0)