You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The updated staticcheck application which is needed for go 1.23
seems to have broken multi-part config file loading. The file
within the plugins dir ignored a known warning about protobufs
which is now triggering. Adding a top level config again
suppresses it.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ BUG FIXES:
4
4
* config: Fixed a bug where the Nomad strategy and target plugins would fail to connect to Nomad's Task API socket [[GH-966](https://github.com/hashicorp/nomad-autoscaler/pull/966)]
5
5
6
6
IMPROVEMENTS:
7
+
* build: Updated to Go 1.23.2 [[GH-985](https://github.com/hashicorp/nomad-autoscaler/pull/985)]
7
8
* scaleutils: Add new node selector option `oldest_create_index` to select nodes with the oldest creation date [[GH-961](https://github.com/hashicorp/nomad-autoscaler/pull/961)]
0 commit comments