Skip to content

Commit 2b4ae73

Browse files
authored
Merge pull request #152 from aws-solutions/release/v6.2.2
upgrade to v6.2.2
2 parents 7dc44a6 + f8bf4d1 commit 2b4ae73

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+14117
-12893
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.2.2] - 2023-08-16
9+
10+
### Added
11+
- Service Quotas spoke template parameters exposed in the hub template too
12+
13+
### Changed
14+
- Lambda run times upgraded to Node.js18
15+
- Dependency updates
16+
17+
818
## [6.2.1] - 2023-06-28
919
### Changed
1020
- Dependency updates addressing [CVE-2023-26920](https://cwe.mitre.org/data/definitions/1321.html)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ npm run cdk -- bootstrap --profile <PROFILE_NAME>
132132

133133
```
134134
npm run cdk -- deploy <STACK_NAME> --profile <PROFILE_NAME>
135+
npm run orgHub:deploy -- deploy quota-monitor-hub --profile <PROFILE_NAME> (to deploy the hub template in org mode which works with stacksets)
135136
```
136137

137138
_Note:_
138139

139140
- STACK_NAME, substitute the name of the stack that you want to deploy, check cdk [app](./source/resources/bin/app.ts)
140141
- PROFILE_NAME, substitute the name of an AWS CLI profile that contains appropriate credentials for deploying in your preferred region
141-
- Use npm `run cdk:deploy` to deploy the stack quota-monitor-hub
142142

143143
_✅ Solution stack is deployed with your customized code._
144144

0 commit comments

Comments
 (0)