From 413595be5a7662742a1946d611847f537b90bcb8 Mon Sep 17 00:00:00 2001 From: Vineeth Pothulapati Date: Wed, 28 Jun 2023 20:26:39 +0530 Subject: [PATCH] rebase-2 --- ...-prometheus-cr-scrape-config-credentials.yaml | 16 ---------------- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .chloggen/1710-prometheus-cr-scrape-config-credentials.yaml diff --git a/.chloggen/1710-prometheus-cr-scrape-config-credentials.yaml b/.chloggen/1710-prometheus-cr-scrape-config-credentials.yaml deleted file mode 100644 index 7231c5fcb7..0000000000 --- a/.chloggen/1710-prometheus-cr-scrape-config-credentials.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: enhancement - -# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action) -component: target allocator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Populate credentials for Prometheus CR (service and pod monitor) scrape configs. - -# One or more tracking issues related to the change -issues: [1669] - -# (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: \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f821afa4..e8eec399d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Changes by Version ### 💡 Enhancements 💡 +- `target allocator`: Populate credentials for Prometheus CR (service and pod monitor) scrape configs. (#1669) - `collector`: Adds ability to set init containers for collector (#1684) - `operator`: Adding more tests to validate existence of init containers. (#1826) - `operator`: For Apache HTTPD instrumentation, use latest instrumentation library v1.0.3. (#1827)