-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2096 from ramrodo/fix-release-notes-test-in-maps
Fix release notes text in map files
- Loading branch information
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pr: 112907 | ||
releasenote: | ||
text: | | ||
`registered_metric_total` will now report the number of metrics broken down by | ||
stability level and deprecated version. | ||
'`registered_metric_total` will now report the number of metrics broken down by | ||
stability level and deprecated version.' |
24 changes: 12 additions & 12 deletions
24
releases/release-1.26/release-notes/maps/pr-86139-map.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
pr: 86139 | ||
releasenote: | ||
text: Container `preStop` and `postStart` lifecycle handlers using `httpGet` now | ||
honor the specified `scheme` and `headers` fields. This enables setting custom | ||
headers and changing the scheme to `HTTPS`, consistent with container | ||
startup/readiness/liveness probe capabilities. Lifecycle handlers configured | ||
with `scheme: HTTPS` that encounter errors indicating the endpoint is actually | ||
using HTTP fall back to making the request over HTTP for compatibility with | ||
previous releases. When this happens, a `LifecycleHTTPFallback` event is recorded | ||
in the namespace of the pod and a `kubelet_lifecycle_handler_http_fallbacks_total` | ||
metric in the kubelet is incremented. Cluster administrators can opt out of the | ||
expanded lifecycle handler capabilities by setting | ||
`--feature-gates=ConsistentHTTPGetHandlers=false` in `kubelet`. | ||
|
||
text: | | ||
'Container `preStop` and `postStart` lifecycle handlers using `httpGet` now | ||
honor the specified `scheme` and `headers` fields. This enables setting custom | ||
headers and changing the scheme to `HTTPS`, consistent with container | ||
startup/readiness/liveness probe capabilities. Lifecycle handlers configured | ||
with `scheme: HTTPS` that encounter errors indicating the endpoint is actually | ||
using HTTP fall back to making the request over HTTP for compatibility with | ||
previous releases. When this happens, a `LifecycleHTTPFallback` event is recorded | ||
in the namespace of the pod and a `kubelet_lifecycle_handler_http_fallbacks_total` | ||
metric in the kubelet is incremented. Cluster administrators can opt out of the | ||
expanded lifecycle handler capabilities by setting | ||
`--feature-gates=ConsistentHTTPGetHandlers=false` in `kubelet`.' |