update changelog (#10963)
This commit is contained in:
parent
6714bb0fdf
commit
22a91f7003
|
@ -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.
|
||||
```
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
cli: Support recent job spec construct in the HCLv1 parser
|
||||
```
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue