changelog: minor fixes (#12487)
This commit is contained in:
parent
9bc16b1333
commit
111af0a936
|
@ -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 -}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue