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

bumped tempo from 2.2 to 2.7 #717

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## unreleased

* **Tracing**
* [UPGRADE] Upgraded Tempo from 2.2.0 to 2.7.0

* **Metrics**
* [CHANGE] Removed temporary fix (added w/1.2.27) replacing a small number of Grafana dashboards
inherited from the Kube-Prometheus Stack Helm chart that did not work with Grafana 11.x due to Angular
inherited from the Kube-Prometheus Stack Helm chart that did not work with Grafana 11.x due to Angular
migration or other issues. Current version of these dashboards all appear to be compatible with Grafana 11.x.
* [CHANGE] Node Exporter deployment onto Mac and AIX nodes disabled by default. This also suppresses
deployment of the (generally unused) `Node Exporter/MacOS` dashboard within Grafana.
Expand All @@ -21,7 +24,7 @@ deployment of the (generally unused) `Node Exporter/MacOS` dashboard within Graf
* [UPGRADE] Prometheus Pushgateway has been upgraded from 1.9.0 to 1.11.0.

* **Overall**
* [CHANGE] A minor tweak to an internal function, `v4m_replace`, was made to improve its handling of
* [CHANGE] A minor tweak to an internal function, `v4m_replace`, was made to improve its handling of
some special characters.
* [CHANGE] A minor tweak to an internal function, `populateValuesYAML`, was made to sort the list of
files in the USER_DIR directory captured as part of deploying the V4M Helm Chart.
Expand Down
6 changes: 3 additions & 3 deletions component_versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ KSM_FULL_IMAGE="registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.14.0"
NODEXPORT_FULL_IMAGE="quay.io/prometheus/node-exporter:v1.8.2"
PROMETHEUS_FULL_IMAGE="quay.io/prometheus/prometheus:v3.1.0"
PROMOP_FULL_IMAGE="quay.io/prometheus-operator/prometheus-operator:v0.79.2"
CONFIGRELOAD_FULL_IMAGE="quay.io/prometheus-operator/prometheus-config-reloader:v0.79.2"
CONFIGRELOAD_FULL_IMAGE="quay.io/prometheus-operator/prometheus-config-reloader:v0.79.2"

#Pushgateway
PUSHGATEWAY_CHART_REPO=prometheus-community
Expand All @@ -69,5 +69,5 @@ PROM_OPERATOR_CRD_VERSION=v0.79.2
#Tempo
TEMPO_CHART_REPO=grafana
TEMPO_CHART_NAME=tempo
TEMPO_CHART_VERSION=1.7.2
TEMPO_FULL_IMAGE="docker.io/grafana/tempo:2.4.1"
TEMPO_CHART_VERSION=1.18.1
TEMPO_FULL_IMAGE="docker.io/grafana/tempo:2.7.0"