update changelog (#10963)

This commit is contained in:
Mahmood Ali 2021-07-28 16:02:04 -04:00 committed by GitHub
parent 6714bb0fdf
commit 22a91f7003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
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: