Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: add entries for #434 and #435 #437

Merged
merged 1 commit into from
Mar 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
## UNRELEASED

FEATURES:
* plugins/target: Horizontal cluster scaling targets can now configure `node_selector_strategy` to control the process which identifies nodes for termination [[GH-435](https://github.com/hashicorp/nomad-autoscaler/pull/435)]

IMPROVEMENTS:
* agent: Add CLI flags to configure policy evaluation [[GH-421](https://github.com/hashicorp/nomad-autoscaler/pull/421)]
* agent (Enterprise): Add CLI flags to configure Dynamic Application Sizing [[GH-422](https://github.com/hashicorp/nomad-autoscaler/pull/422)]
* plugin/target/aws-asg: use single ASG call rather than split ASG/EC2 on scale-in [[GH-425](https://github.com/hashicorp/nomad-autoscaler/pull/425)]
* plugins/target/aws-asg: Use single ASG call rather than split ASG/EC2 on scale-in [[GH-425](https://github.com/hashicorp/nomad-autoscaler/pull/425)]

BUG FIXES:
* agent: Updated `hashicorp/go-hclog` to v0.15.0 to include several fixes [[GH-434](https://github.com/hashicorp/nomad-autoscaler/pull/434)]
* agent: Updated `hashicorp/hcl/v2` to v2.9.1 to include several panic fixes [[GH-434](https://github.com/hashicorp/nomad-autoscaler/pull/434)]
* agent: Updated `mitchellh/cli` to v1.1.2 to include a fix to auto-complete [[GH-434](https://github.com/hashicorp/nomad-autoscaler/pull/434)]
* agent: Updated `armon/go-metrics` to v0.3.6 to include a fix to the Prometheus sink [[GH-434](https://github.com/hashicorp/nomad-autoscaler/pull/434)]
* agent: Only allow querying Prometheus formatted metrics if Prometheus is enabled within the config [[GH-416](https://github.com/hashicorp/nomad-autoscaler/pull/416)]
* agent: Updated `hashicorp/go-multierror` to v1.1.1 to include a panic fix when using wrapped errors [[GH-434](https://github.com/hashicorp/nomad-autoscaler/pull/434)]
* agent: Fix an issue that could cause the agent to panic depending on the order configuration files were loaded [[GH-420](https://github.com/hashicorp/nomad-autoscaler/pull/420)]
* policy: Prevent panic on policy monitoring [[GH-428](https://github.com/hashicorp/nomad-autoscaler/pull/428)]
* policy: Ensure metric emitters use the correct context and are stopped when appropriate [[GH-408](https://github.com/hashicorp/nomad-autoscaler/pull/408)]
Expand Down