diff --git a/.changelog/10806.txt b/.changelog/10806.txt new file mode 100644 index 000000000..a3af73625 --- /dev/null +++ b/.changelog/10806.txt @@ -0,0 +1,3 @@ +```release-note:improvement +dispatch jobs: Added optional idempotency token to `WriteOptions` which prevents Nomad from creating new dispatched jobs for retried requests. +``` diff --git a/.changelog/10931.txt b/.changelog/10931.txt new file mode 100644 index 000000000..ce82ecacf --- /dev/null +++ b/.changelog/10931.txt @@ -0,0 +1,3 @@ +```release-note:improvement +cli: Support recent job spec construct in the HCLv1 parser +``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 9945c1505..084213f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,5 @@ ## 1.1.3 (Unreleased) -IMPROVEMENTS: -* dispatch jobs: Added optional idempotency token to `WriteOptions` which prevents Nomad from creating new dispatched jobs for retried requests. [[GH-10806](https://github.com/hashicorp/nomad/pull/10806)] - ## 1.1.2 (June 22, 2021) IMPROVEMENTS: