Skip to content

Releases: palantir/bouncer

0.6.16

17 Aug 01:39
6a87277
Compare
Choose a tag to compare

Remove failure if new unhealthy nodes exist on start (#20)

It's happened to me fairly often that a TF apply has timed-out because a node was unhealthy for some external reason. I fix the external reason, and just want bouncer to continue waiting for the new instance to come up and then continue. However, currently, it bails out immediately when you start it in the fashion, so I have to wait for that one instance to become healthy, and only then kick-off the TF apply to re-run.

I'm not sure why we need this precondition, as without it, bouncer will just immediately start-up in a "waiting for instance to become healthy" state, which seems just fine.

Excavator: Update godel to latest version (#19)

Excavator: Update godel to latest version (#18)

Excavator: Update godel to latest version (#17)

Excavator: Update godel to latest version (#16)

Excavator: Update godel to latest version (#15)

0.6.15

20 Jun 07:08
46e092a
Compare
Choose a tag to compare

Fix sha256sum path

Since godel2 changed the path of created dists.

0.6.14

20 Jun 06:58
a6eb2b4
Compare
Choose a tag to compare

Fix godelw publish param

0.6.13

20 Jun 06:47
Compare
Choose a tag to compare

Stop vendoring yourself

Update godel to latest version on GitHub.com repositories

0.6.12

05 Apr 00:56
0c47aea
Compare
Choose a tag to compare

Bump to go 1.10.1 (#12)

Bump describe instance timeout (#11)

I hit this twice today in two different accounts after not hitting it for months. It just was taking the EC2 API a bit longer than usual today, so give ourselves 30s instead of 5s of breathing room to let the ec2 api catch up

0.6.11

21 Nov 02:01
eb4b48b
Compare
Choose a tag to compare

Use correct env var (#7)

As per https://docs.aws.amazon.com/cli/latest/userguide/cli-environment.html

Fixes #6

Listing permissions required to run the bouncer. (#8)

Only warn if ASG size is 0 (#9)

Maybe for bootstrapping, you want to set an ASG desired capacity to 0, so changing bouncer to just warn you in this case instead of exiting with error.

0.6.10

14 Sep 02:09
Compare
Choose a tag to compare

Better download on README

Cross-compile for all envs that hashicorp does

Except Solaris which is having some issues.

Switch to go's official docker image

Document published release location

0.6.9

13 Sep 02:01
Compare
Choose a tag to compare

Fix-up sha256sum printing

Godel rebuilds every run, so no reason to cache build/ or dist/ after all. Print SHA256Sum to get the actual sum that was published - I can use this to plugin to homebrew

0.6.8

13 Sep 01:50
Compare
Choose a tag to compare

Also cache build/

0.6.7

13 Sep 00:59
Compare
Choose a tag to compare

Fix bouncerw