Releases: Nextdoor/kingpin
Releases · Nextdoor/kingpin
v2.1.0: Update kingpin to respect `aws_session_token`
What's Changed
- Update boto3 client with aws_session_token by @davidwhite-nd in #521
New Contributors
- @davidwhite-nd made their first contribution in #521
Full Changelog: v2.0.3...v2.1.0
v2.0.3: Bugfix on IAM Assume Role Policy Creation
What's Changed
Full Changelog: v2.0.2...v2.0.3
v2.0.2: Bugfix on IAM Role Creation
What's Changed
Full Changelog: v2.0.1...v2.0.2
v2.0.1: Bugfix on YAML parsing with Anchors
v2.0.0: Remove all Boto2 support
What's Changed
- Add support for !GetAtt, !Sub and datetime by using Amazon's cfn-flip to parse YAML by @corydolphin in #512
- Remove use of Boto2, use Boto3 only, and deprecate under-maintained/used actors by @diranged in #515
New Contributors
- @corydolphin made their first contribution in #512
Full Changelog: v1.1.1...v2.0.0
v1.1.1
v1.1.0
v1.0.1
v1.0.0: Upgrade to python3 (#504)
* upgrade to python3 and remove python2 support