Skip to content

Commit

Permalink
[UPGRADE] Upgrading Opensearch and Opensearch Dashboards to version 2…
Browse files Browse the repository at this point in the history
….12 (sassoftware#625)

* [upgrade] Upgrading Opensearch and Opensearch Dashboards to version 2.12

* [upgrade] Upgrading Opensearch and Opensearch Dashboards to version 2.12
  • Loading branch information
cumcke authored Apr 4, 2024
1 parent 6dd1507 commit c941cc0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# SAS Viya Monitoring for Kubernetes

## unreleased
## Unreleased
* **Overall**

* **Metrics**

* **Logging**
* [FIX] Corrected parser definition for Consul messages to eliminate ERROR/WARNING messages in Fluent Bit pod logs
* [CHANGE] Added parser/processing for Redis log messsages
* [CHANGE] Added parser/processing for Calico (CNI) log messsages
* [UPGRADE] Upgraded OpenSearch/OpenSearch Dashboards from 2.10.0 to 2.12.0
* [UPGRADE] Elasticsearch Exporter has been upgraded from 1.6.0 to 1.7.0

* **Tracing**


## Version 1.2.23 (19MAR2024)
Expand Down Expand Up @@ -41,8 +49,6 @@ and `logging/user-values-es-exporter.yaml`.
* [FIX] Corrected typo in `logging/bin/deploy_fluentbit_azmonitor.sh` that prevented the script from executing properly.
* [UPGRADE] Fluent Bit has been upgraded from version 2.1.10 to 2.2.2

* **Tracing**


## Version 1.2.22 (13FEB2024)
* **Overall**
Expand Down
12 changes: 6 additions & 6 deletions component_versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#Elasticsearch Exporter
ESEXPORTER_HELM_CHART_REPO=prometheus-community
ESEXPORTER_HELM_CHART_NAME=prometheus-elasticsearch-exporter
ESEXPORTER_HELM_CHART_VERSION=5.3.1
ES_EXPORTER_FULL_IMAGE="quay.io/prometheuscommunity/elasticsearch-exporter:v1.6.0"
ESEXPORTER_HELM_CHART_VERSION=5.6.0
ES_EXPORTER_FULL_IMAGE="quay.io/prometheuscommunity/elasticsearch-exporter:v1.7.0"

#Fluent Bit
FLUENTBIT_HELM_CHART_REPO=fluent
Expand All @@ -23,15 +23,15 @@ FB_FULL_IMAGE="cr.fluentbit.io/fluent/fluent-bit:2.2.2"
#OpenSearch
OPENSEARCH_HELM_CHART_REPO=opensearch
OPENSEARCH_HELM_CHART_NAME=opensearch
OPENSEARCH_HELM_CHART_VERSION=2.15.0
OS_FULL_IMAGE="docker.io/opensearchproject/opensearch:2.10.0"
OPENSEARCH_HELM_CHART_VERSION=2.18.0
OS_FULL_IMAGE="docker.io/opensearchproject/opensearch:2.12.0"
OS_SYSCTL_FULL_IMAGE="docker.io/library/busybox:latest"

#OpenSearch Dashboards
OSD_HELM_CHART_REPO=opensearch
OSD_HELM_CHART_NAME=opensearch-dashboards
OSD_HELM_CHART_VERSION=2.13.0
OSD_FULL_IMAGE="docker.io/opensearchproject/opensearch-dashboards:2.10.0"
OSD_HELM_CHART_VERSION=2.16.0
OSD_FULL_IMAGE="docker.io/opensearchproject/opensearch-dashboards:2.12.0"

#Grafana (when deployed on OpenShift)
OPENSHIFT_GRAFANA_CHART_REPO=grafana
Expand Down

0 comments on commit c941cc0

Please sign in to comment.