Skip to content

Releases: buildkite/buildkite-agent-scaler

v1.2.0

22 Nov 04:17
2b25bd2
Compare
Choose a tag to compare

v1.2.0 (2021-11-22)

Added

  • Restore last scale in and out event times from Auto Scale group activity #52 (@gu-kevin)
  • DisableScaleIn parameter to template #59

v1.1.3

29 Oct 00:58
bcb18fc
Compare
Choose a tag to compare

v1.1.3 (2021-10-28)

v1.1.2

28 Oct 03:51
23c47ac
Compare
Choose a tag to compare

v1.1.2 (2021-10-25)

  • Fix BuildkiteAgentTokenParameter when using AWS Secrets Manager reference syntax #53
  • Add new SCALE_ONLY_AFTER_ALL_EVENT environment variable to respect cooldown after scale events #51 @gu-kevin

v1.1.1

11 Jun 05:57
dc6ee9f
Compare
Choose a tag to compare
Merge pull request #47 from buildkite/update-version

Bump version to 1.1.1

v1.1.0

14 Apr 13:51
Compare
Choose a tag to compare

v1.1.0 (2021-04-14)

  • When the elastic stack is very small (<=2 running instances), consider adding a new instance when we suspect the current instances are shutting down and there's pending jobs #40 (nitrocode)

v1.0.2

19 Oct 05:56
cc85bd8
Compare
Choose a tag to compare
  • Respect Auto Scaling Group MaxSize and MinSize #37 (nitrocode)
  • Support 6 more regions: af-south-1, ap-east-1. ca-central-1, eu-south-1, eu-west-3, eu-north-1, me-south-1 #33 (JuanitoFatas)

v1.0.1

13 Feb 05:17
@pda pda
Compare
Choose a tag to compare
  • Handle HTTP errors from metrics API #23 (pda)
  • Fix suspected typo in lambda env var #22 (amu-g)
  • Correct required environment variables in README #19 (mikenicholson)

v1.0.0

05 May 11:09
@lox lox
d701016
Compare
Choose a tag to compare

Changes

  • Support scaling based on waiting jobs behind wait steps #17 (@lox)
  • Add a configurable scale factor to scale in/out #13 (@lox)
  • Support reading Agent Token from SSM Parameter Store #15 (@lox)
  • Respect poll duration header from agent api #14 (@lox)
  • Add detailed readme #16 (@lox)

v0.4.1

15 Apr 23:25
@lox lox
d5fc2e8
Compare
Choose a tag to compare

Changed

  • Public to newer aws regions (ca-central-1, eu-north-1 and eu-west-3) #11 (@lox)

v0.4.0

25 Mar 06:20
@lox lox
8bb509f
Compare
Choose a tag to compare

Added

  • Add DISABLE_SCALE_IN param to opt-out of scale in #10 (@lox)
  • Factor running jobs into scaling decisions #9 (@lox)
  • Add scale-in cooldown support #6 (@etaoins)