mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
changelog: minor fixes (#12487)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
```release-note:bug
|
||||
Fixed a bug where successful poststart tasks were marked as unhealthy
|
||||
lifecycle: Fixed a bug where successful poststart tasks were marked as unhealthy
|
||||
```
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
```release-note:improvement
|
||||
Enable support for cgroups v2
|
||||
client: Enable support for cgroups v2
|
||||
```
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
```release-note:bug
|
||||
Write peers.json file with correct permissions
|
||||
server: Write peers.json file with correct permissions
|
||||
```
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
```release-note:improvement
|
||||
Add support for cgroups v2 in raw_exec driver
|
||||
drivers/raw_exec: Add support for cgroups v2 in raw_exec driver
|
||||
```
|
||||
|
||||
@@ -6,7 +6,7 @@ FEATURES:
|
||||
{{ end -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if index .NotesByType "breaking-change" -}}
|
||||
{{- if index .NotesByType "breaking-change" }}
|
||||
BREAKING CHANGES:
|
||||
|
||||
{{range index .NotesByType "breaking-change" -}}
|
||||
@@ -53,4 +53,3 @@ NOTES:
|
||||
* {{ template "note" . }}
|
||||
{{ end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user