changelog: minor fixes (#12487)

This commit is contained in:
Luiz Aoqui
2022-04-06 14:05:10 -04:00
committed by GitHub
parent a024b15796
commit b221ac1940
5 changed files with 5 additions and 6 deletions

View File

@@ -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
```

View File

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

View File

@@ -1,3 +1,3 @@
```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
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 -}}
{{- 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 -}}