Skip to content

Commit 84178c9

Browse files
authored
Merge pull request #233 from gockle/main
v6.3.4
2 parents 3f1449a + e7c5597 commit 84178c9

28 files changed

Lines changed: 187 additions & 196 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ source/test/*.js
2626

2727
#cfn nag related output files
2828
cfn_nag_suppressions.log
29+
30+
build
31+
git-info

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.4] - 2026-01-08
9+
10+
### Fixed
11+
12+
- Node.js 24 compatibility issue by downgrading uuid from v13 to v10
13+
814
## [6.3.3] - 2026-01-06
915

1016
### Changed

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.3",
3+
"version": "6.3.4",
44
"description": "Quota Monitor for AWS",
55
"author": "aws-solutions",
66
"license": "Apache-2.0",

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
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.3
4+
version: v6.3.4
55
cloudformation_templates:
66
- template: quota-monitor-hub.template
77
main_template: true

sonar-project.properties

Lines changed: 0 additions & 67 deletions
This file was deleted.

source/lambda/services/cwPoller/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.

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.3",
3+
"version": "6.3.4",
44
"description": "microservice to poll for utilization metrics",
55
"author": {
66
"name": "Amazon Web Services",

source/lambda/services/deploymentManager/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.

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.3",
3+
"version": "6.3.4",
44
"description": "microservice to manage event bridge permission and stackset deployments",
55
"main": "./index.js",
66
"author": {

0 commit comments

Comments
 (0)