changelog: minor fixes (#12487)

This commit is contained in:
Luiz Aoqui 2022-04-06 14:05:10 -04:00 committed by GitHub
parent 9bc16b1333
commit 111af0a936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,3 @@
```release-note:bug ```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
``` ```

View File

@ -1,3 +1,3 @@
```release-note:improvement ```release-note:improvement
Enable support for cgroups v2 client: Enable support for cgroups v2
``` ```

View File

@ -1,3 +1,3 @@
```release-note:bug ```release-note:bug
Write peers.json file with correct permissions server: Write peers.json file with correct permissions
``` ```

View File

@ -1,3 +1,3 @@
```release-note:improvement ```release-note:improvement
Add support for cgroups v2 in raw_exec driver drivers/raw_exec: Add support for cgroups v2 in raw_exec driver
``` ```

View File

@ -6,7 +6,7 @@ FEATURES:
{{ end -}} {{ end -}}
{{- end -}} {{- end -}}
{{- if index .NotesByType "breaking-change" -}} {{- if index .NotesByType "breaking-change" }}
BREAKING CHANGES: BREAKING CHANGES:
{{range index .NotesByType "breaking-change" -}} {{range index .NotesByType "breaking-change" -}}
@ -53,4 +53,3 @@ NOTES:
* {{ template "note" . }} * {{ template "note" . }}
{{ end -}} {{ end -}}
{{- end -}} {{- end -}}