Skip to content

Commit 25a7c4d

Browse files
authored
Merge pull request #190 from G-Lenz/main
Release v6.2.6
2 parents fd8c046 + a19d278 commit 25a7c4d

35 files changed

+150
-155
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.6] - 2024-03-18
9+
10+
### Changed
11+
- First of month schedule for quotaListManager Lambda function changed to every 30 days
12+
- Add rate limiting delay between listServiceQuota API calls
13+
- Add page size to Service Quotas API calls
14+
15+
### Fixed
16+
- GitHub Issue [#183](https://github.com/aws-solutions/quota-monitor-for-aws/issues/183), PR [#147](https://github.com/aws-solutions/quota-monitor-for-aws/pull/47) - fix expiration of DynamoDB records
17+
818
## [6.2.5] - 2024-01-08
919

1020
### Changed

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 - Hub Template, use it when you are not using AWS Organizations. Version v6.2.5",
2+
"Description": "(SO0005-NoOU) - quota-monitor-for-aws - Hub Template, use it when you are not using AWS Organizations. Version v6.2.6",
33
"AWSTemplateFormatVersion": "2010-09-09",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
@@ -426,13 +426,13 @@
426426
"S3Bucket": {
427427
"Fn::Sub": "solutions-${AWS::Region}"
428428
},
429-
"S3Key": "quota-monitor-for-aws/v6.2.5/asset90be44fcd0215ead494c5a4d6a0ad06e2c6f25dd049ca3142f704a8f811eb001.zip"
429+
"S3Key": "quota-monitor-for-aws/v6.2.6/asset5d480eb7c2c2531638e536a9194e31181a2c3588c125a6bcb5354eaa1985241c.zip"
430430
},
431431
"LayerName": "QM-UtilsLayer"
432432
},
433433
"Metadata": {
434434
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-UtilsLayer/QM-UtilsLayer-Layer/Resource",
435-
"aws:asset:path": "asset.90be44fcd0215ead494c5a4d6a0ad06e2c6f25dd049ca3142f704a8f811eb001.zip",
435+
"aws:asset:path": "asset.5d480eb7c2c2531638e536a9194e31181a2c3588c125a6bcb5354eaa1985241c.zip",
436436
"aws:asset:is-bundled": false,
437437
"aws:asset:property": "Content"
438438
}
@@ -738,7 +738,7 @@
738738
"S3Bucket": {
739739
"Fn::Sub": "solutions-${AWS::Region}"
740740
},
741-
"S3Key": "quota-monitor-for-aws/v6.2.5/assetf2c6e605f22592fcc985ad62b95593dd02d4c149deac6c7c38ea72cfb8756beb.zip"
741+
"S3Key": "quota-monitor-for-aws/v6.2.6/asset67377473f60463c7d96405e09c60149f1ccfec5fb5130689ffb3c7b488d38515.zip"
742742
},
743743
"DeadLetterConfig": {
744744
"TargetArn": {
@@ -762,8 +762,8 @@
762762
"Ref": "QMNotificationMutingConfig3B7948BA"
763763
},
764764
"LOG_LEVEL": "info",
765-
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.5",
766-
"VERSION": "v6.2.5",
765+
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.6",
766+
"VERSION": "v6.2.6",
767767
"SOLUTION_ID": "SO0005"
768768
}
769769
},
@@ -795,7 +795,7 @@
795795
],
796796
"Metadata": {
797797
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-SlackNotifier/QM-SlackNotifier-Lambda/Resource",
798-
"aws:asset:path": "asset.f2c6e605f22592fcc985ad62b95593dd02d4c149deac6c7c38ea72cfb8756beb.zip",
798+
"aws:asset:path": "asset.67377473f60463c7d96405e09c60149f1ccfec5fb5130689ffb3c7b488d38515.zip",
799799
"aws:asset:is-bundled": false,
800800
"aws:asset:property": "Code",
801801
"cdk_nag": {
@@ -1132,7 +1132,7 @@
11321132
"S3Bucket": {
11331133
"Fn::Sub": "solutions-${AWS::Region}"
11341134
},
1135-
"S3Key": "quota-monitor-for-aws/v6.2.5/asset7dac5276230632b2b20bf125ff358e7d449a5eb4648e0e0098e844371a8f2c4b.zip"
1135+
"S3Key": "quota-monitor-for-aws/v6.2.6/asset2b3d38d52c3c405d4b6cd2233c3720068386a2bfdc3cd9c54df0ff7d31df5648.zip"
11361136
},
11371137
"DeadLetterConfig": {
11381138
"TargetArn": {
@@ -1152,8 +1152,8 @@
11521152
"Ref": "QMSNSPublisherQMSNSPublisherSNSTopic7EE2EBF4"
11531153
},
11541154
"LOG_LEVEL": "info",
1155-
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.5",
1156-
"VERSION": "v6.2.5",
1155+
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.6",
1156+
"VERSION": "v6.2.6",
11571157
"SOLUTION_ID": "SO0005"
11581158
}
11591159
},
@@ -1185,7 +1185,7 @@
11851185
],
11861186
"Metadata": {
11871187
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-SNSPublisherFunction/QM-SNSPublisherFunction-Lambda/Resource",
1188-
"aws:asset:path": "asset.7dac5276230632b2b20bf125ff358e7d449a5eb4648e0e0098e844371a8f2c4b.zip",
1188+
"aws:asset:path": "asset.2b3d38d52c3c405d4b6cd2233c3720068386a2bfdc3cd9c54df0ff7d31df5648.zip",
11891189
"aws:asset:is-bundled": false,
11901190
"aws:asset:property": "Code",
11911191
"cdk_nag": {
@@ -1653,7 +1653,7 @@
16531653
"S3Bucket": {
16541654
"Fn::Sub": "solutions-${AWS::Region}"
16551655
},
1656-
"S3Key": "quota-monitor-for-aws/v6.2.5/asset56adba44bf3ab47aad7d67fe1f7e026d8bc064d1911d89470d85313a989868e3.zip"
1656+
"S3Key": "quota-monitor-for-aws/v6.2.6/assetb0eda0f156f67f1a9cb3c45ebc372ccba5a93fcecaefe26ea7ae9bab00c3e710.zip"
16571657
},
16581658
"DeadLetterConfig": {
16591659
"TargetArn": {
@@ -1675,8 +1675,8 @@
16751675
"MAX_MESSAGES": "10",
16761676
"MAX_LOOPS": "10",
16771677
"LOG_LEVEL": "info",
1678-
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.5",
1679-
"VERSION": "v6.2.5",
1678+
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.6",
1679+
"VERSION": "v6.2.6",
16801680
"SOLUTION_ID": "SO0005"
16811681
}
16821682
},
@@ -1708,7 +1708,7 @@
17081708
],
17091709
"Metadata": {
17101710
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-Reporter/QM-Reporter-Lambda/Resource",
1711-
"aws:asset:path": "asset.56adba44bf3ab47aad7d67fe1f7e026d8bc064d1911d89470d85313a989868e3.zip",
1711+
"aws:asset:path": "asset.b0eda0f156f67f1a9cb3c45ebc372ccba5a93fcecaefe26ea7ae9bab00c3e710.zip",
17121712
"aws:asset:is-bundled": false,
17131713
"aws:asset:property": "Code",
17141714
"cdk_nag": {
@@ -2049,7 +2049,7 @@
20492049
"S3Bucket": {
20502050
"Fn::Sub": "solutions-${AWS::Region}"
20512051
},
2052-
"S3Key": "quota-monitor-for-aws/v6.2.5/assete0e3a44ace746485095001715ebce6053703e0b40abe2b2bd8a76f70e3c6c910.zip"
2052+
"S3Key": "quota-monitor-for-aws/v6.2.6/asset9ff2d7f8cf335efe52c3371f4bd624b6cdda5e5e47166f34aae107fd4a4efd52.zip"
20532053
},
20542054
"DeadLetterConfig": {
20552055
"TargetArn": {
@@ -2076,8 +2076,8 @@
20762076
},
20772077
"DEPLOYMENT_MODEL": "Accounts",
20782078
"LOG_LEVEL": "info",
2079-
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.5",
2080-
"VERSION": "v6.2.5",
2079+
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.6",
2080+
"VERSION": "v6.2.6",
20812081
"SOLUTION_ID": "SO0005"
20822082
}
20832083
},
@@ -2109,7 +2109,7 @@
21092109
],
21102110
"Metadata": {
21112111
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-Deployment-Manager/QM-Deployment-Manager-Lambda/Resource",
2112-
"aws:asset:path": "asset.e0e3a44ace746485095001715ebce6053703e0b40abe2b2bd8a76f70e3c6c910.zip",
2112+
"aws:asset:path": "asset.9ff2d7f8cf335efe52c3371f4bd624b6cdda5e5e47166f34aae107fd4a4efd52.zip",
21132113
"aws:asset:is-bundled": false,
21142114
"aws:asset:property": "Code",
21152115
"cdk_nag": {
@@ -2200,7 +2200,7 @@
22002200
"S3Bucket": {
22012201
"Fn::Sub": "solutions-${AWS::Region}"
22022202
},
2203-
"S3Key": "quota-monitor-for-aws/v6.2.5/assetfae3bab643538d15155957e464e453c9551262bdb56801526a511f0b62fc2974.zip"
2203+
"S3Key": "quota-monitor-for-aws/v6.2.6/asset3e295e81ff03dbd69187be26b11643e4df77b2d70e0de0362aa721120da4218c.zip"
22042204
},
22052205
"Description": "SO0005 quota-monitor-for-aws - QM-Helper-Function",
22062206
"Environment": {
@@ -2221,8 +2221,8 @@
22212221
},
22222222
"QM_STACK_ID": "quota-monitor-hub-no-ou",
22232223
"LOG_LEVEL": "info",
2224-
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.5",
2225-
"VERSION": "v6.2.5",
2224+
"CUSTOM_SDK_USER_AGENT": "AwsSolution/SO0005/v6.2.6",
2225+
"VERSION": "v6.2.6",
22262226
"SOLUTION_ID": "SO0005"
22272227
}
22282228
},
@@ -2247,7 +2247,7 @@
22472247
],
22482248
"Metadata": {
22492249
"aws:cdk:path": "quota-monitor-hub-no-ou/QM-Helper/QM-Helper-Function/Resource",
2250-
"aws:asset:path": "asset.fae3bab643538d15155957e464e453c9551262bdb56801526a511f0b62fc2974.zip",
2250+
"aws:asset:path": "asset.3e295e81ff03dbd69187be26b11643e4df77b2d70e0de0362aa721120da4218c.zip",
22512251
"aws:asset:is-bundled": false,
22522252
"aws:asset:property": "Code",
22532253
"cdk_nag": {
@@ -2399,7 +2399,7 @@
23992399
"S3Bucket": {
24002400
"Fn::Sub": "solutions-${AWS::Region}"
24012401
},
2402-
"S3Key": "quota-monitor-for-aws/v6.2.5/asset7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94.zip"
2402+
"S3Key": "quota-monitor-for-aws/v6.2.6/asset7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94.zip"
24032403
},
24042404
"Description": "AWS CDK resource provider framework - onEvent (quota-monitor-hub-no-ou/QM-Helper/QM-Helper-Provider)",
24052405
"Environment": {
@@ -2509,7 +2509,7 @@
25092509
"ApplicationType": "AWS-Solutions",
25102510
"SolutionID": "SO0005-NoOU",
25112511
"SolutionName": "quota-monitor-for-aws",
2512-
"SolutionVersion": "v6.2.5"
2512+
"SolutionVersion": "v6.2.6"
25132513
}
25142514
},
25152515
"Metadata": {
@@ -2522,7 +2522,7 @@
25222522
"Attributes": {
25232523
"solutionID": "SO0005-NoOU",
25242524
"solutionName": "quota-monitor-for-aws",
2525-
"version": "v6.2.5",
2525+
"version": "v6.2.6",
25262526
"applicationType": "AWS-Solutions"
25272527
},
25282528
"Description": "Attribute group for application information",
@@ -2544,7 +2544,7 @@
25442544
"ApplicationType": "AWS-Solutions",
25452545
"SolutionID": "SO0005-NoOU",
25462546
"SolutionName": "quota-monitor-for-aws",
2547-
"SolutionVersion": "v6.2.5"
2547+
"SolutionVersion": "v6.2.6"
25482548
}
25492549
},
25502550
"Metadata": {

0 commit comments

Comments
 (0)