Skip to content

Releases: awslabs/aws-config-rdk

RELEASE 0.10.0

09 Jan 16:19
f8518ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

05 Jan 21:53
2f53ebf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.5...0.9.0

RELEASE 0.8.5

15 Jul 18:31
90dc5b0
Compare
Choose a tag to compare

Changes :

  1. resolved #352
  2. updated Newtonsoft.Json version

RELEASE 0.8.4

13 May 19:03
fbb79ab
Compare
Choose a tag to compare

Changes :

  1. Fix to Issue 326 - Export and (Un)Deploy-Organization hotfix
  2. Fix to issue 133 - add OversizedConfigurationItemChangeNotification by default
  3. update supported service list and add sample ci
  4. Add automation test
  5. update default config IAM role name to AWS_ConfigRole from AWSConfigRole (which is deprecated in July 5, 2022
  6. documentation update, minor fixes

Thank you for @silvax, @stefanolczak, @jarrettandrulis and @rickychau2780

RELEASE 0.8.3

27 Dec 19:23
767729a
Compare
Choose a tag to compare

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

10 Sep 20:57
e2b09bb
Compare
Choose a tag to compare
  1. Added support for Python 3.9 and Python 3.9 RDKlib runtimes.
  2. Added AWS::Kinesis and AWS::Backup to accepted resource types list.
  3. Updated documentation to include Python 3.9 and fixed minor typos.

Thank you for @AndersonLovelace and @tekdj7.

RELEASE 0.8.1

20 Aug 20:00
3bbcb6d
Compare
Choose a tag to compare
  1. [New feature] Add support for AWS Organization Config Rule, please refer to README for more detail. [contributors, @pcolazurdo @batchus @rickychau2780 ]
  2. [fix] RuleLambdaName do not exist error while creating managed rule [contributors, @shreejeshmv @rickychau2780 ]
  3. [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

18 Jun 21:32
7acdb98
Compare
Choose a tag to compare

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

06 May 21:18
092043a
Compare
Choose a tag to compare

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.

RELEASE 0.7.13

16 Apr 22:24
6d43521
Compare
Choose a tag to compare

Key Changes:

Config rule names may have up to 128 characters(#284)
Update supported resource types(#285)
Update README for Cross Account additional arguments(#289)