From b9fb6411406b00e47ce53e94be9f490cd8187e44 Mon Sep 17 00:00:00 2001 From: gsmith-sas <65406958+gsmith-sas@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:20:24 -0400 Subject: [PATCH] Updated CHANGELOG.md Signed-off-by: gsmith-sas <65406958+gsmith-sas@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60269442..5f00ad88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Unreleased * **Metrics** * [SECURITY] Metrics (collected by Kube State Metrics) related to Kubernetes Secret have been disabled -to eliminate the need to grant `list` permission (for Secret resources) to the KSM ClusterRole (see PR#XXX) +to eliminate the need to grant `list` permission (for Secret resources) to the KSM ClusterRole (see PR#684) * [CHANGE] The `create_logging_datasource.sh` script now uses the OpenSearch datasource plugin rather the Elasticsearch datasource plugin when creating the **ViyaLogs** datasource in Grafana. The plugin is downloaded and installed if it is not already in place.