Skip to content

Releases: palantir/bouncer

v0.9.0

25 Jun 02:55
9d5d6d5
Compare
Choose a tag to compare

Breaking Changes

  • Dropped support for darwin-386 & freebsd-386 (but not their 64-bit counterparts)
  • Changed tag naming scheme from previous release of 0.8.7 to this release being v0.9.0 (prepended v). Shouldn't break if you use bouncerw / download from bintray, but will break if you were scraping release tags from github API or something similar.

Changes

  • Build with go 1.14
  • Switch to go modules
  • Latest godel & plugins
  • Latest upstream deps
  • Added policy-bot config

0.8.7

13 Jan 19:21
Compare
Choose a tag to compare

Add full mode

0.8.6

11 Dec 00:41
0d0b5e3
Compare
Choose a tag to compare

Fix-up error message a bit

0.8.5

07 Nov 17:10
608be37
Compare
Choose a tag to compare

Go 1.13.4 and godel 2.19.0 (#54)

0.8.4

25 Sep 06:02
Compare
Choose a tag to compare

Excavator: Update godel to latest version (#52)

Refactor to handle nil case for asg launch template version (#53)

Launch Template version in the autoscaling group specification can be
nil; when nil it should match the behavior of default. Instead of
copypasta, refactored the switch out into if/else behavior for
clarity.

0.8.3

02 Aug 00:24
Compare
Choose a tag to compare

Add retry logic for asg fetch to remediate #48 (#50)

0.8.2

12 Jun 05:52
9579911
Compare
Choose a tag to compare

Fix a bouncer panic (#47)

In an ideal world bouncer isn't called while the ASG has neither set, but apparently it's possible to get in this, what seems to be, race condition as the ASG is being migrated from LC to LT.

Excavator: Update godel to latest version (#45)

  • Excavator: Update godel to latest version

  • Remove self-vendor

0.8.1

01 May 02:43
4b3c997
Compare
Choose a tag to compare

Accommodate LTs for MixedInstancePolicy (#44)

Fix permission listing (#42)

Update docs to reflect new LaunchTemplate world (#41)

0.8.0

07 Mar 03:42
07d4af2
Compare
Choose a tag to compare

So0k support launchtemplates (#37)

  • Handle LaunchTemplate versions

  • Clean-up redundant & confusing logic

Go 1.11 (#34)

And latest godel

Merge pull request #36 from palantir/bump-aws-sdk

Update aws sdk

Update aws sdk

Space-out API retries (#32)

The error converting ASG Inst to EC2 inst for error has fired in one of our accounts a couple of times the last couple weeks, and both times it was just a timing issue, so let's extend how long we keep trying for

Excavator: Update godel to latest version (#25)

0.7.0

21 Aug 06:59
Compare
Choose a tag to compare

Use default credentials provider chain (#23)

format permissions stanza (#21)