Releases: awslabs/aws-config-rdk
RELEASE 0.10.0
0.9.0
What's Changed
- Remove 3.6 support by @mbeacom in #362
- Add missing python 3.9 entries to rdk.py by @mbeacom in #368
- Remove python supported version copy by @mbeacom in #367
- Remove unused import and six usage for 2.x support by @mbeacom in #371
- Adjust buildspecs for py39 by @mbeacom in #372
- RELEASE 0.9.0 by @mbeacom in #373
Full Changelog: 0.8.5...0.9.0
RELEASE 0.8.5
Changes :
- resolved #352
- updated Newtonsoft.Json version
RELEASE 0.8.4
Changes :
- Fix to Issue 326 - Export and (Un)Deploy-Organization hotfix
- Fix to issue 133 - add OversizedConfigurationItemChangeNotification by default
- update supported service list and add sample ci
- Add automation test
- update default config IAM role name to AWS_ConfigRole from AWSConfigRole (which is deprecated in July 5, 2022
- documentation update, minor fixes
Thank you for @silvax, @stefanolczak, @jarrettandrulis and @rickychau2780
RELEASE 0.8.3
New feature:
Deploying Rules Across Multiple Regions
Using RDK to Generate a Lambda Layer in a region (Python3)
Thank you for @AndersonLovelace, @jarrettandrulis, @rickychau2780 and @naris-silpakit, @tekdj7.
RELEASE 0.8.2
- Added support for Python 3.9 and Python 3.9 RDKlib runtimes.
- Added AWS::Kinesis and AWS::Backup to accepted resource types list.
- Updated documentation to include Python 3.9 and fixed minor typos.
Thank you for @AndersonLovelace and @tekdj7.
RELEASE 0.8.1
- [New feature] Add support for AWS Organization Config Rule, please refer to README for more detail. [contributors, @pcolazurdo @batchus @rickychau2780 ]
- [fix] RuleLambdaName do not exist error while creating managed rule [contributors, @shreejeshmv @rickychau2780 ]
- [update] Set default to the latest rdklib version which uses the latest dependencies (such as boto3)
Thank you for all the contributors.
RELEASE 0.8.0
Thanks @tekdj7, @naris-silpakit, @jarrettandrulis, @ShubhamShah11, @peladdaws and @AndersonLovelace for contribution!!
[Important notice] AWS is ending support python2.7 for lambda (https://aws.amazon.com/blogs/compute/announcing-end-of-support-for-python-2-7-in-aws-lambda/). RDK is also ending support for python2.7. Please do NOT update to this version if you have any reasons to stay in python version 2.7.
Key Changes:
1] Add support to AWS China regions
2] Adding support to python3.7 and python3.8
3] ending support for python2.7
RELEASE 0.7.14
Big thanks to @ ShubhamShah11 and @tekdj7 's contribution!!
Key Changes:
1] Added Custom Lambda Name inside Parameters.json and RDK command
2] Custom Lambda Function Name to be picked from parameters.json so that user gets a way to fix the names !
3] Modified ConfigRule.json, ConfigManagedRule and Terraform templates to incorporate the new parameter and used it as a ref to the lambda function parameters.