Skip to content

v0.4.0

Compare
Choose a tag to compare
@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 20 Dec 08:30
d494abb

0.4.0 (December 20, 2023)

FEATURES:

  • High Availability: Added support for high availability by allowing multiple instances of the autoscaler to run at the same time, but having only one actively executing [GH-649]

IMPROVEMENTS:

  • build: Updated to Go 1.21.5 [GH-790]
  • plugin/target/aws: Prevent scaling if an instance refresh is in progress [GH-597]
  • plugin/target/aws: Add new configuration retry_attempts to account for potentially slow ASG update operations [GH-594
  • agent: Update Nomad API dependency to v1.7.1 [GH-796]
  • agent: Add specific metadata to drained nodes to allow for later identification [GH-636]
  • agent: Logged 404s from jobs/policies going away lowered to debug [GH-723]
  • agent: Added config option to enable file and line log detail [GH-769]

BUG FIXES:

  • plugin/apm/datadog: Fixed a panic when Datadog queries return null values [GH-606]
  • agent: Re-start monitoring a job's scale info when a job is deleted then re-created [GH-724]
  • agent: File policy sources now resume working after recovering from Nomad API errors [GH-733]