Skip to content

v0.3.3

Compare
Choose a tag to compare
@lgfa29 lgfa29 released this 03 May 19:48
· 411 commits to main since this release

0.3.3 (May 03, 2021)

FEATURES:

  • Threshold Strategy: A strategy plugin that allows for different scaling actions based on a set of tiers defined by upper and lower bound metric values [GH-483]
  • plugins/target: Horizontal cluster scaling can now use the node datacenter parameter to group nodes [GH-468]

BUG FIXES:

  • agent: Updated hashicorp/nomad/api to v1.1.0-beta to include several fixes [GH-488]
  • agent: Updated hashicorp/hcl/v2 to v2.10.0 to include several fixes [GH-481]
  • agent: Updated mitchellh/copystructure to v1.1.2 to include several fixes [GH-481]
  • agent: Updated hashicorp/go-hclog to v0.16.0 to include a fix to log rendering [GH-481]
  • agent: Updated armon/go-metrics to v0.3.7 to include a fix to Prometheus metrics expiry [GH-481]
  • plugins/target/aws-asg: Ensure user provided aws_region config option overrides AWS client region discovery [GH-474]