Skip to content

Commit 7750409

Browse files
committed
Release v0.4.1
1 parent 19880d1 commit 7750409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## UNRELEASED
1+
## 0.4.1 (January 18, 2024)
22

33
IMPROVEMENTS:
4-
* agent: Add `BlockQueryWaitTime` config option for Nomad API connectivity [[GH-755](https://github.com/hashicorp/nomad-autoscaler/pull/755)]
4+
* agent: Add `nomad.block_query_wait_time` config option for Nomad API connectivity [[GH-755](https://github.com/hashicorp/nomad-autoscaler/pull/755)]
55
* agent: Add `high_availability.lock_namespace` configuration to specify the namespace used for writing the high availability lock variable. [[GH-832](https://github.com/hashicorp/nomad-autoscaler/pull/832)]
66
* build: Updated to Go 1.21.6 [[GH-831](https://github.com/hashicorp/nomad-autoscaler/pull/831)]
77
* metrics: Add `policy_id` and `target_name` labels to `scale.invoke.success_count` and `scale.invoke.error_count` metrics [[GH-814](https://github.com/hashicorp/nomad-autoscaler/pull/814)]

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
// A pre-release marker for the version. If this is "" (empty string)
2424
// then it means that it is a final release. Otherwise, this is a pre-release
2525
// such as "dev" (in development), "beta.1", "rc.1", etc.
26-
VersionPrerelease = "dev"
26+
VersionPrerelease = ""
2727

2828
// VersionMetadata is metadata further describing the build type.
2929
VersionMetadata = ""

0 commit comments

Comments
 (0)