Releases: palantir/bouncer
v0.9.0
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 beingv0.9.0
(prependedv
). Shouldn't break if you usebouncerw
/ 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
Add full mode
0.8.6
Fix-up error message a bit
0.8.5
0.8.4
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
0.8.2
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
0.8.0
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