From ee9e5d76b0710800f9b76e67aeafd86fca34cd63 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Mon, 11 Sep 2023 23:45:03 +0530 Subject: [PATCH] =?UTF-8?q?docs(k8scluster):=20=F0=9F=93=9D=20update=20cha?= =?UTF-8?q?ngelog=20generator=20config=20instead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- ...rreceiver-remove-deprecated-resources.yaml | 20 +++++++++++++++++++ CHANGELOG.md | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .chloggen/k8sclusterreceiver-remove-deprecated-resources.yaml diff --git a/.chloggen/k8sclusterreceiver-remove-deprecated-resources.yaml b/.chloggen/k8sclusterreceiver-remove-deprecated-resources.yaml new file mode 100644 index 000000000000..478826a5eda5 --- /dev/null +++ b/.chloggen/k8sclusterreceiver-remove-deprecated-resources.yaml @@ -0,0 +1,20 @@ +# Use this changelog template to create an entry for release notes. +# If your change doesn't affect end users, such as a test fix or a tooling change, +# you should instead start your pull request title with [chore] or use the "Skip Changelog" label. + +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: 'deprecation' + +# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) +component: k8sclusterreceiver + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: "Remove deprecated Kubernetes API resources" + +# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. +issues: [23612,26551] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5094cb181f1b..48e91e2fc43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,6 @@ If you are looking for developer-facing changes, check out [CHANGELOG-API.md](./ - `snmpreceiver`: Timeout for SNMP requests can now be configured. (#25885) - `telemetrygen`: The telemetrygen now supports setting the log's body (#26031) - `awsxrayexporter`: add `exporter.awsxray.skiptimestampvalidation` Alpha feature gate to remove xray timestamp restriction on first 32 bits of trace id (#26041) -- `k8sclusterreceiver`: Remove deprecated Kubernetes API resources (#26516) ### 🧰 Bug fixes 🧰