Releases: awslabs/aws-config-rdklib
Releases · awslabs/aws-config-rdklib
0.3.6
What's Changed
- Bump gitpython from 3.1.37 to 3.1.41 by @dependabot in #73
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #74
- check-for-az-presence-in-ci by @bmorrissirromb in #75
Full Changelog: 0.3.5...0.3.6
0.3.4
What's Changed
- Don't package boto3 or botocore by @bmorrissirromb in #65
- Add repr method for Evaluation class by @bmorrissirromb in #64
- fix #68 - exclude internal.py from packaging by @AlexChesters in #69
- Bump urllib3 from 1.26.16 to 1.26.18 by @dependabot in #70
New Contributors
- @AlexChesters made their first contribution in #69
Full Changelog: 0.3.3...0.3.4
0.3.3
What's Changed
- Trigger CFT publish on master push by @bmorrissirromb in #61
- Remove rdk minor version spec by @bmorrissirromb in #62
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- give autoexpand permissions by @bmorrissirromb in #49
- use comma delimited list by @bmorrissirromb in #50
- create new branch for workflow by @bmorrissirromb in #51
- Update region in workflow by @bmorrissirromb in #52
- Public layer by @bmorrissirromb in #53
- Restructure source for lambda layer package by @bmorrissirromb in #54
- Bump gitpython from 3.1.32 to 3.1.35 by @dependabot in #56
- Update publish_cft.yaml by @bmorrissirromb in #57
- Add fallback for ResourceName if not populated by @bmorrissirromb in #58
- version bump to 0.3.2 by @bmorrissirromb in #59
New Contributors
- @dependabot made their first contribution in #56
Full Changelog: 0.3.1...0.3.2
0.3.0
RELEASE 0.2.3
- Enable region specific client factory through Config rules parameters
- Add options to disable assuming default AWS Config Role and use lambda role for execution. It can be done by set assume_role_mode=False in clientfactory.build_client() or add Config rules parameter "AssumeRoleMode" equals to false.
- Add recommendation for error on AssumeRole of the default AWS Config Role (#35)
- Add in README on adding region and disabling assume role mode
RELEASE 0.2.2
- Enable region specific client factory (#21)
- add cloudformation output for rdklib layer arn (#30)
- Added is_applicable flag which allows the user to determine if a resource experiences a "Delete" event (#32)
- update the application in AWS Serverless Application Repository with latest dependencies like boto3.
RELEASE 0.2.1
- using unittest.mock for python 3
- update with latest dependencies like boto3.