Skip to content

Releases: Nextdoor/kingpin

v2.1.0: Update kingpin to respect `aws_session_token`

20 Oct 03:27
7e9adfa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3: Bugfix on IAM Assume Role Policy Creation

01 Jul 19:58
a312482
Compare
Choose a tag to compare

What's Changed

  • [actors.aws.entities] Bugfix the IAM Role Creation actor by @diranged in #519

Full Changelog: v2.0.2...v2.0.3

v2.0.2: Bugfix on IAM Role Creation

22 Apr 21:59
e06bd57
Compare
Choose a tag to compare

What's Changed

  • [iam.role] Fix IAM Role creation with Boto3 by @diranged in #517

Full Changelog: v2.0.1...v2.0.2

v2.0.1: Bugfix on YAML parsing with Anchors

17 Feb 19:44
5d637a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0: Remove all Boto2 support

17 Feb 18:24
Compare
Choose a tag to compare

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

Full Changelog: v1.1.1...v2.0.0

v1.1.1

15 Jul 16:43
a3ce328
Compare
Choose a tag to compare

Adding Notification Configuration for S3 bucket. Limited to SQS now.

v1.1.0

03 Sep 17:20
36912c5
Compare
Choose a tag to compare
Bumping to version 1.1.0 for release (#509)

v1.0.1

25 Jun 00:23
ad21092
Compare
Choose a tag to compare
Switch back to skip_cleanup in travis config (#506)

v1.0.0: Upgrade to python3 (#504)

24 Jun 18:22
65e02df
Compare
Choose a tag to compare
* upgrade to python3 and remove python2 support

v0.5.13

09 Apr 23:19
f3e7d04
Compare
Choose a tag to compare

Added extra logging to UpdateService failures for the ECS actor