mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
update changelog (#10963)
This commit is contained in:
3
.changelog/10806.txt
Normal file
3
.changelog/10806.txt
Normal 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
3
.changelog/10931.txt
Normal file
@@ -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)
|
## 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user