Skip to content

Commit be8b115

Browse files
authored
Merge pull request #227 from aws-solutions/release/v6.3.2
update to v6.3.2
2 parents 4c2ccc5 + be8b4f7 commit be8b115

Some content is hidden

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

43 files changed

+204
-909
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.3.2] - 2025-09-12
9+
10+
### Changed
11+
12+
- Remove App Registry
13+
- Set default metric stat to be Maximum for count metrics
14+
- Remove the dependency got and use the built-in fetch
15+
- Minor dependency updates
16+
17+
### Fixed
18+
19+
- GitHub Issue [#222](https://github.com/aws-solutions/quota-monitor-for-aws/issues/222)
20+
821
## [6.3.1] - 2025-05-19
922

1023
### Added
@@ -19,8 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1932

2033
- GitHub Issues [#216](https://github.com/aws-solutions/quota-monitor-for-aws/issues/216), [#212](https://github.com/aws-solutions/quota-monitor-for-aws/issues/212), and [#208](https://github.com/aws-solutions/quota-monitor-for-aws/issues/208)
2134

22-
23-
2435
## [6.3.0] - 2024-11-22
2536

2637
### Added
@@ -49,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4960
### Changed
5061

5162
- Add batching to getQuotasWithUtilizationMetrics function
52-
- Refactor _putMonitoredQuotas function to use batch writes
63+
- Refactor \_putMonitoredQuotas function to use batch writes
5364
- Changed the memory allocation for the QMListManager Lambda function to 256 MB
5465
- Added better error handling for CloudWatch ValidationErrors, with attempt to identify problematic quotas
5566

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The steps given below can be followed if you are looking to customize the soluti
7575

7676
### Setup
7777

78-
- Javascript Pre-requisite: node=v16.17.0 | npm=8.15.0
78+
- Javascript Pre-requisite: node=v22.0.0 | npm=11.0.0
7979

8080
Clone the repository and run the following commands to install dependencies
8181

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quota-monitor-for-aws",
3-
"version": "6.3.1",
3+
"version": "6.3.2",
44
"description": "Quota Monitor for AWS",
55
"author": "aws-solutions",
66
"license": "Apache-2.0",

solution-manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: SO0005
33
name: quota-monitor-for-aws
4-
version: v6.3.1
4+
version: v6.3.2
55
cloudformation_templates:
66
- template: quota-monitor-hub.template
77
main_template: true
@@ -10,4 +10,4 @@ cloudformation_templates:
1010
- template: quota-monitor-hub-no-ou.template
1111
- template: quota-monitor-prerequisite.template
1212
build_environment:
13-
build_image: 'aws/codebuild/standard:7.0'
13+
build_image: "aws/codebuild/standard:7.0"

source/lambda/services/cwPoller/package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/services/cwPoller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cw-poller",
3-
"version": "6.3.1",
3+
"version": "6.3.2",
44
"description": "microservice to poll for utilization metrics",
55
"author": {
66
"name": "Amazon Web Services",

source/lambda/services/deploymentManager/package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/services/deploymentManager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deployment-manager",
3-
"version": "6.3.1",
3+
"version": "6.3.2",
44
"description": "microservice to manage event bridge permission and stackset deployments",
55
"main": "./index.js",
66
"author": {

source/lambda/services/helper/package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)