Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UPGRADE] Upgrading Opensearch and Opensearch Dashboards to version 2.12 #625

Merged
merged 3 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# SAS Viya Monitoring for Kubernetes

## Unreleased
* **Overall**

* **Metrics**

* **Logging**
* [UPGRADE] Upgraded OpenSearch/OpenSearch Dashboards from 2.10.0 to 2.12.0

* **Tracing**


## Version 1.2.23 (19MAR2024)
* **Overall**
* [CHANGE] Drop support for OpenShift 4.11; the minimum supported version of OpenShift is now 4.12.
Expand Down Expand Up @@ -34,8 +45,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
Loading