Skip to content

Commit

Permalink
Generate files for 1.2.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-nomad-core committed Aug 25, 2022
1 parent 8e8bca2 commit aa3b15d
Show file tree
Hide file tree
Showing 6 changed files with 187,216 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ schema = "1"
project "nomad" {
team = "nomad"
slack {
notification_channel = "C03B5EWFW01"
notification_channel = "CUYKT2A73"
}
github {
organization = "hashicorp"
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.2.11 (August 25, 2022)

IMPROVEMENTS:

* build: update to go1.19 [[GH-14132](https://github.com/hashicorp/nomad/issues/14132)]

BUG FIXES:

* api: cleanup whitespace from failed api response body [[GH-14145](https://github.com/hashicorp/nomad/issues/14145)]
* client/logmon: fixed a bug where logmon cannot find nomad executable [[GH-14297](https://github.com/hashicorp/nomad/issues/14297)]
* client: Fixed a bug where user lookups would hang or panic [[GH-14248](https://github.com/hashicorp/nomad/issues/14248)]
* ui: Fixed a bug that caused the allocation details page to display the stats bar chart even if the task was pending. [[GH-14224](https://github.com/hashicorp/nomad/issues/14224)]
* vault: Fixed a bug where Vault clients were recreated when the server configuration was reloaded, even if there were no changes to the Vault configuration. [[GH-14298](https://github.com/hashicorp/nomad/issues/14298)]
* vault: Fixed a bug where changing the Vault configuration `namespace` field was not detected as a change during server configuration reload. [[GH-14298](https://github.com/hashicorp/nomad/issues/14298)]

## 1.2.10 (August 05, 2022)

BUG FIXES:
Expand Down
Loading

0 comments on commit aa3b15d

Please sign in to comment.