Skip to content

Commit 4c2ccc5

Browse files
authored
Merge pull request #220 from aws-solutions/release/v6.3.1
Update to v6.3.1
2 parents 9098381 + 6846aed commit 4c2ccc5

Some content is hidden

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

62 files changed

+8886
-28194
lines changed

.eslintignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ dist
77
coverage
88
*.config.js
99
*.eslint*
10-
11-
12-

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
module.exports = {
25
root: true,
36
parser: "@typescript-eslint/parser",

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
**/npm-debug.log
1414
**/test-report.xml
1515
.scannerwork
16+
internal/scripts/redpencil
17+
.temp_redpencil
18+
bom.json
1619

1720
#cdk related files
1821
*cdk.out*
@@ -22,4 +25,4 @@ source/lib/*.js
2225
source/test/*.js
2326

2427
#cfn nag related output files
25-
cfn_nag_suppressions.log
28+
cfn_nag_suppressions.log

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
node_modules
1+
node_modules

.prettierrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ tabWidth: 2
99
semi: true
1010
singleQuote: false
1111
quoteProps: "as-needed"
12-
printWidth: 80
12+
printWidth: 120

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.1] - 2025-05-19
9+
10+
### Added
11+
12+
- The template parameter ReportOKNotification to TA stack and No OU Hub stack.
13+
14+
### Changed
15+
16+
- Update dependencies and Lambda runtime
17+
18+
### Fixed
19+
20+
- 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)
21+
22+
23+
824
## [6.3.0] - 2024-11-22
925

1026
### Added

0 commit comments

Comments
 (0)