update changelog (#10963)

This commit is contained in:
Mahmood Ali
2021-07-28 16:02:04 -04:00
committed by GitHub
parent 28389fc7ca
commit 445b1153d1
3 changed files with 6 additions and 3 deletions

3
.changelog/10806.txt Normal file
View File

@@ -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.
```

3
.changelog/10931.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:improvement
cli: Support recent job spec construct in the HCLv1 parser
```

View File

@@ -1,8 +1,5 @@
## 1.1.3 (Unreleased) ## 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) ## 1.1.2 (June 22, 2021)
IMPROVEMENTS: IMPROVEMENTS: