v0.4.1
0.4.1 (January 18, 2024)
IMPROVEMENTS:
- agent: Add
nomad.block_query_wait_time
config option for Nomad API connectivity [GH-755] - agent: Add
high_availability.lock_namespace
configuration to specify the namespace used for writing the high availability lock variable. [GH-832] - build: Updated to Go 1.21.6 [GH-831]
- metrics: Add
policy_id
andtarget_name
labels toscale.invoke.success_count
andscale.invoke.error_count
metrics [GH-814] - plugin/target/aws: Add
scale_in_protection
configuration [GH-807] - scaleutils: Add new node filter option
node_pool
to select nodes by their node pool value [GH-810]
BUG FIXES:
- agent: Fixed a bug that could cause the same scaling policy to be evaluated multiple times concurrently [GH-812]
- agent: Fixed a bug that caused the agent to panic when trying to evaluate a policy with a missing
check.strategy
block [GH-813] - plugin/apm/nomad: Set correct namespace when querying group metrics [GH-808]