From 2cb9977271c0d6dd7fa8fcfef28b597ce1985f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Mart=C3=ADnez=20Vega?= Date: Wed, 23 Nov 2022 12:58:54 -0600 Subject: [PATCH] Fix release notes text in map files adding single quotes and pipe break line --- .../release-notes/maps/pr-112907-map.yaml | 4 ++-- .../release-notes/maps/pr-86139-map.yaml | 24 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/releases/release-1.26/release-notes/maps/pr-112907-map.yaml b/releases/release-1.26/release-notes/maps/pr-112907-map.yaml index 612b26784bc..bb3e7e57a18 100644 --- a/releases/release-1.26/release-notes/maps/pr-112907-map.yaml +++ b/releases/release-1.26/release-notes/maps/pr-112907-map.yaml @@ -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.' diff --git a/releases/release-1.26/release-notes/maps/pr-86139-map.yaml b/releases/release-1.26/release-notes/maps/pr-86139-map.yaml index f2424f5f761..95a2306f3b7 100644 --- a/releases/release-1.26/release-notes/maps/pr-86139-map.yaml +++ b/releases/release-1.26/release-notes/maps/pr-86139-map.yaml @@ -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`.'