Skip to content

Commit 7dc44a6

Browse files
authored
Merge pull request #137 from aws-solutions/release/v6.2.1
update to v6.2.1
2 parents fe5fa8a + 548883a commit 7dc44a6

39 files changed

+6843
-6170
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.1] - 2023-06-28
9+
### Changed
10+
- Dependency updates addressing [CVE-2023-26920](https://cwe.mitre.org/data/definitions/1321.html)
11+
812
## [6.2.0] - 2023-06-01
913

1014
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The steps given below can be followed if you are looking to customize the soluti
7979
Clone the repository and run the following commands to install dependencies
8080

8181
```
82-
git clone aws-solutions/quota-monitor-for-aws
82+
git clone https://github.com/aws-solutions/quota-monitor-for-aws.git
8383
cd ./quota-monitor-for-aws
8484
npm ci
8585
```
@@ -199,7 +199,7 @@ See license [here](./LICENSE.txt)
199199

200200
## Collection of operational metrics
201201

202-
This solution collects anonymous operational metrics to help AWS improve the quality and features of the solution. For more information, including how to disable this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/serverless-transit-network-orchestrator/operational-metrics.html).
202+
This solution collects anonymized operational metrics to help AWS improve the quality and features of the solution. For more information, including how to disable this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/serverless-transit-network-orchestrator/operational-metrics.html).
203203

204204
---
205205

0 commit comments

Comments
 (0)