Skip to content

Commit f51f6f6

Browse files
authored
Merge pull request #173 from aws-solutions/release/v6.2.4
update to version v6.2.4
2 parents 3bfb91d + d2a6c41 commit f51f6f6

39 files changed

+407
-192
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.4] - 2023-11-09
9+
10+
### Changed
11+
- Scoped permissions down for Stackset operations
12+
13+
### Fixed
14+
- [Error](https://github.com/aws-solutions/quota-monitor-for-aws/issues/172) in saving notifications to summary table
15+
816
## [6.2.3] - 2023-10-24
917

1018
### Changed

NOTICE.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
Quota Monitor for AWS Solution
1+
Quota Monitor for AWS
22

33
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4-
SPDX-License-Identifier: Apache-2.0
4+
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
5+
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
6+
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
7+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
8+
specific language governing permissions and limitations under the License.
59

610
**********************
711
THIRD PARTY COMPONENTS
@@ -24,6 +28,7 @@ url under the Massachusetts Institute of Technology (MIT) license
2428
@aws-sdk/client-service-quotas under Apache License 2.0
2529
@aws-sdk/client-ssm under Apache License 2.0
2630
@aws-sdk/client-sqs under Apache License 2.0
31+
@aws-sdk/client-sns under Apache License 2.0
2732
@aws-sdk/client-support under Apache License 2.0
2833
@aws-sdk/lib-dynamodb under Apache License 2.0
2934
@aws-sdk/client-dynamodb-streams under Apache License 2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ See license [here](./LICENSE.txt)
199199

200200
## Collection of operational metrics
201201

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).
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/quota-monitor-for-aws/reference.html).
203203

204204
---
205205

deployment/quota-monitor-hub-no-ou.template

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "(SO0005-NoOU) - quota-monitor-for-aws version:v6.2.3 - Hub Template, use it when you are not using AWS Organizations",
2+
"Description": "(SO0005-NoOU) - quota-monitor-for-aws - Hub Template, use it when you are not using AWS Organizations. Version v6.2.4",
33
"AWSTemplateFormatVersion": "2010-09-09",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
@@ -410,13 +410,13 @@
410410
"S3Bucket": {
411411
"Fn::Sub": "solutions-${AWS::Region}"
412412
},
413-
"S3Key": "quota-monitor-for-aws/v6.2.3/asset64c9f826fc4dace5252ba075e99b410f5e28d1817f5bb5e8957fa92737518e30.zip"
413+
"S3Key": "quota-monitor-for-aws/v6.2.4/asset281a9b8aebb64cf47f2cec925dc6cb3f4bb6131a1e8eaa10a38f0ffc6e067d96.zip"
414414
},
415415
"LayerName": "QM-UtilsLayer"
416416
},
417417
"Metadata": {
418418
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-UtilsLayer/QM-UtilsLayer-Layer/Resource",
419-
"aws:asset:path": "asset.64c9f826fc4dace5252ba075e99b410f5e28d1817f5bb5e8957fa92737518e30.zip",
419+
"aws:asset:path": "asset.281a9b8aebb64cf47f2cec925dc6cb3f4bb6131a1e8eaa10a38f0ffc6e067d96.zip",
420420
"aws:asset:is-bundled": false,
421421
"aws:asset:property": "Content"
422422
}
@@ -722,7 +722,7 @@
722722
"S3Bucket": {
723723
"Fn::Sub": "solutions-${AWS::Region}"
724724
},
725-
"S3Key": "quota-monitor-for-aws/v6.2.3/assetd4fab6e1626877eb0e42c07d438fe330d46419fcd0ff9b306d48888cbabb36fa.zip"
725+
"S3Key": "quota-monitor-for-aws/v6.2.4/assete8df5b24dcbe63ecf0b8794abe10f22aca0b9842206f8cc5a5a19f2522da8f6b.zip"
726726
},
727727
"DeadLetterConfig": {
728728
"TargetArn": {
@@ -746,8 +746,8 @@
746746
"Ref": "QMNotificationMutingConfig3B7948BA"
747747
},
748748
"LOG_LEVEL": "info",
749-
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.3",
750-
"VERSION": "v6.2.3",
749+
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.4",
750+
"VERSION": "v6.2.4",
751751
"SOLUTION_ID": "SO0005"
752752
}
753753
},
@@ -779,7 +779,7 @@
779779
],
780780
"Metadata": {
781781
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-SlackNotifier/QM-SlackNotifier-Lambda/Resource",
782-
"aws:asset:path": "asset.d4fab6e1626877eb0e42c07d438fe330d46419fcd0ff9b306d48888cbabb36fa.zip",
782+
"aws:asset:path": "asset.e8df5b24dcbe63ecf0b8794abe10f22aca0b9842206f8cc5a5a19f2522da8f6b.zip",
783783
"aws:asset:is-bundled": false,
784784
"aws:asset:property": "Code",
785785
"cdk_nag": {
@@ -1116,7 +1116,7 @@
11161116
"S3Bucket": {
11171117
"Fn::Sub": "solutions-${AWS::Region}"
11181118
},
1119-
"S3Key": "quota-monitor-for-aws/v6.2.3/assetcf62a901c1a966128200dd1379bb8170520559aaa36e4fe885664d978b33c0c7.zip"
1119+
"S3Key": "quota-monitor-for-aws/v6.2.4/asset0075157230ba4d6fee8559d8c9f766d6c1b220c12f24346a07faf82f3fd21418.zip"
11201120
},
11211121
"DeadLetterConfig": {
11221122
"TargetArn": {
@@ -1136,8 +1136,8 @@
11361136
"Ref": "QMSNSPublisherQMSNSPublisherSNSTopic7EE2EBF4"
11371137
},
11381138
"LOG_LEVEL": "info",
1139-
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.3",
1140-
"VERSION": "v6.2.3",
1139+
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.4",
1140+
"VERSION": "v6.2.4",
11411141
"SOLUTION_ID": "SO0005"
11421142
}
11431143
},
@@ -1169,7 +1169,7 @@
11691169
],
11701170
"Metadata": {
11711171
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-SNSPublisherFunction/QM-SNSPublisherFunction-Lambda/Resource",
1172-
"aws:asset:path": "asset.cf62a901c1a966128200dd1379bb8170520559aaa36e4fe885664d978b33c0c7.zip",
1172+
"aws:asset:path": "asset.0075157230ba4d6fee8559d8c9f766d6c1b220c12f24346a07faf82f3fd21418.zip",
11731173
"aws:asset:is-bundled": false,
11741174
"aws:asset:property": "Code",
11751175
"cdk_nag": {
@@ -1633,7 +1633,7 @@
16331633
"S3Bucket": {
16341634
"Fn::Sub": "solutions-${AWS::Region}"
16351635
},
1636-
"S3Key": "quota-monitor-for-aws/v6.2.3/assetd90feadcc7bd06c4ad8cd734b477e6d7693087e531c216b15f55bb9099c84a71.zip"
1636+
"S3Key": "quota-monitor-for-aws/v6.2.4/assetf0aba99f37c0981059f91577f9ffabca7e4599c45e210e4f174d397e274bf81e.zip"
16371637
},
16381638
"DeadLetterConfig": {
16391639
"TargetArn": {
@@ -1655,8 +1655,8 @@
16551655
"MAX_MESSAGES": "10",
16561656
"MAX_LOOPS": "10",
16571657
"LOG_LEVEL": "info",
1658-
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.3",
1659-
"VERSION": "v6.2.3",
1658+
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.4",
1659+
"VERSION": "v6.2.4",
16601660
"SOLUTION_ID": "SO0005"
16611661
}
16621662
},
@@ -1688,7 +1688,7 @@
16881688
],
16891689
"Metadata": {
16901690
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-Reporter/QM-Reporter-Lambda/Resource",
1691-
"aws:asset:path": "asset.d90feadcc7bd06c4ad8cd734b477e6d7693087e531c216b15f55bb9099c84a71.zip",
1691+
"aws:asset:path": "asset.f0aba99f37c0981059f91577f9ffabca7e4599c45e210e4f174d397e274bf81e.zip",
16921692
"aws:asset:is-bundled": false,
16931693
"aws:asset:property": "Code",
16941694
"cdk_nag": {
@@ -2029,7 +2029,7 @@
20292029
"S3Bucket": {
20302030
"Fn::Sub": "solutions-${AWS::Region}"
20312031
},
2032-
"S3Key": "quota-monitor-for-aws/v6.2.3/asset67794cbab770d30856059a33940e18b8fcd7438f913bac76fe10ed2f44cc53cd.zip"
2032+
"S3Key": "quota-monitor-for-aws/v6.2.4/asset11774b65646c5ca46f7a868a797c46410bc317300b3e2b9332224578073bd77f.zip"
20332033
},
20342034
"DeadLetterConfig": {
20352035
"TargetArn": {
@@ -2056,8 +2056,8 @@
20562056
},
20572057
"DEPLOYMENT_MODEL": "Accounts",
20582058
"LOG_LEVEL": "info",
2059-
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.3",
2060-
"VERSION": "v6.2.3",
2059+
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.4",
2060+
"VERSION": "v6.2.4",
20612061
"SOLUTION_ID": "SO0005"
20622062
}
20632063
},
@@ -2089,7 +2089,7 @@
20892089
],
20902090
"Metadata": {
20912091
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-Deployment-Manager/QM-Deployment-Manager-Lambda/Resource",
2092-
"aws:asset:path": "asset.67794cbab770d30856059a33940e18b8fcd7438f913bac76fe10ed2f44cc53cd.zip",
2092+
"aws:asset:path": "asset.11774b65646c5ca46f7a868a797c46410bc317300b3e2b9332224578073bd77f.zip",
20932093
"aws:asset:is-bundled": false,
20942094
"aws:asset:property": "Code",
20952095
"cdk_nag": {
@@ -2180,7 +2180,7 @@
21802180
"S3Bucket": {
21812181
"Fn::Sub": "solutions-${AWS::Region}"
21822182
},
2183-
"S3Key": "quota-monitor-for-aws/v6.2.3/assetc566c904bada1047fadfa6b766de776adcedb238cf7f297f5149f46746fad017.zip"
2183+
"S3Key": "quota-monitor-for-aws/v6.2.4/assetabaeb64cd87cd98f03b8ee327e8aba0398b0c58f22fd882eb03d3d49d349d72c.zip"
21842184
},
21852185
"Description": "SO0005 quota-monitor-for-aws - QM-Helper-Function",
21862186
"Environment": {
@@ -2201,8 +2201,8 @@
22012201
},
22022202
"QM_STACK_ID": "quota-monitor-hub-no-ou",
22032203
"LOG_LEVEL": "info",
2204-
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.3",
2205-
"VERSION": "v6.2.3",
2204+
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.4",
2205+
"VERSION": "v6.2.4",
22062206
"SOLUTION_ID": "SO0005"
22072207
}
22082208
},
@@ -2227,7 +2227,7 @@
22272227
],
22282228
"Metadata": {
22292229
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-Helper/QM-Helper-Function/Resource",
2230-
"aws:asset:path": "asset.c566c904bada1047fadfa6b766de776adcedb238cf7f297f5149f46746fad017.zip",
2230+
"aws:asset:path": "asset.abaeb64cd87cd98f03b8ee327e8aba0398b0c58f22fd882eb03d3d49d349d72c.zip",
22312231
"aws:asset:is-bundled": false,
22322232
"aws:asset:property": "Code",
22332233
"cdk_nag": {
@@ -2379,7 +2379,7 @@
23792379
"S3Bucket": {
23802380
"Fn::Sub": "solutions-${AWS::Region}"
23812381
},
2382-
"S3Key": "quota-monitor-for-aws/v6.2.3/asset7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94.zip"
2382+
"S3Key": "quota-monitor-for-aws/v6.2.4/asset7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94.zip"
23832383
},
23842384
"Description": "AWS CDK resource provider framework - onEvent (quota-monitor-hub-no-ou/QM-Helper/QM-Helper-Provider)",
23852385
"Environment": {
@@ -2489,7 +2489,7 @@
24892489
"ApplicationType": "AWS-Solutions",
24902490
"SolutionID": "SO0005-NoOU",
24912491
"SolutionName": "quota-monitor-for-aws",
2492-
"SolutionVersion": "v6.2.3"
2492+
"SolutionVersion": "v6.2.4"
24932493
}
24942494
},
24952495
"Metadata": {
@@ -2502,7 +2502,7 @@
25022502
"Attributes": {
25032503
"solutionID": "SO0005-NoOU",
25042504
"solutionName": "quota-monitor-for-aws",
2505-
"version": "v6.2.3",
2505+
"version": "v6.2.4",
25062506
"applicationType": "AWS-Solutions"
25072507
},
25082508
"Description": "Attribute group for application information",
@@ -2524,7 +2524,7 @@
25242524
"ApplicationType": "AWS-Solutions",
25252525
"SolutionID": "SO0005-NoOU",
25262526
"SolutionName": "quota-monitor-for-aws",
2527-
"SolutionVersion": "v6.2.3"
2527+
"SolutionVersion": "v6.2.4"
25282528
}
25292529
},
25302530
"Metadata": {

0 commit comments

Comments
 (0)