Skip to content

Commit 0977456

Browse files
Update tempo to v2.3.1 (#729)
Signed-off-by: Andreas Gerstmayr <[email protected]>
1 parent aa3a6ed commit 0977456

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: enhancement
3+
4+
# The name of the component, or a single word describing the area of concern, (e.g. operator, github action)
5+
component: operator
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: Upgrade tempo to v2.3.1
9+
10+
# One or more tracking issues related to the change
11+
issues: [729]
12+
13+
# (Optional) One or more lines of additional information to render under the primary note.
14+
# These lines will be padded with 2 spaces and then inserted directly into the document.
15+
# Use pipe (|) for multiline entries.
16+
subtext:

bundle/community/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ metadata:
4242
capabilities: Deep Insights
4343
categories: Logging & Tracing,Monitoring
4444
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator
45-
createdAt: "2023-12-31T18:14:24Z"
45+
createdAt: "2024-01-09T16:59:27Z"
4646
description: Create and manage deployments of Tempo, a high-scale distributed
4747
tracing backend.
4848
operatorframework.io/cluster-monitoring: "true"
@@ -815,9 +815,9 @@ spec:
815815
- --config=controller_manager_config.yaml
816816
env:
817817
- name: RELATED_IMAGE_TEMPO
818-
value: docker.io/grafana/tempo:2.3.0
818+
value: docker.io/grafana/tempo:2.3.1
819819
- name: RELATED_IMAGE_TEMPO_QUERY
820-
value: docker.io/grafana/tempo-query:2.3.0
820+
value: docker.io/grafana/tempo-query:2.3.1
821821
- name: RELATED_IMAGE_TEMPO_GATEWAY
822822
value: quay.io/observatorium/api:main-2023-11-20-81f8fdf
823823
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
@@ -959,9 +959,9 @@ spec:
959959
provider:
960960
name: Grafana Tempo Operator SIG
961961
relatedImages:
962-
- image: docker.io/grafana/tempo:2.3.0
962+
- image: docker.io/grafana/tempo:2.3.1
963963
name: tempo
964-
- image: docker.io/grafana/tempo-query:2.3.0
964+
- image: docker.io/grafana/tempo-query:2.3.1
965965
name: tempo-query
966966
- image: quay.io/observatorium/api:main-2023-11-20-81f8fdf
967967
name: tempo-gateway

bundle/openshift/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ metadata:
4242
capabilities: Deep Insights
4343
categories: Logging & Tracing,Monitoring
4444
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator
45-
createdAt: "2023-12-31T18:14:22Z"
45+
createdAt: "2024-01-09T16:59:25Z"
4646
description: Create and manage deployments of Tempo, a high-scale distributed
4747
tracing backend.
4848
operatorframework.io/cluster-monitoring: "true"
@@ -815,9 +815,9 @@ spec:
815815
- --config=controller_manager_config.yaml
816816
env:
817817
- name: RELATED_IMAGE_TEMPO
818-
value: docker.io/grafana/tempo:2.3.0
818+
value: docker.io/grafana/tempo:2.3.1
819819
- name: RELATED_IMAGE_TEMPO_QUERY
820-
value: docker.io/grafana/tempo-query:2.3.0
820+
value: docker.io/grafana/tempo-query:2.3.1
821821
- name: RELATED_IMAGE_TEMPO_GATEWAY
822822
value: quay.io/observatorium/api:main-2023-11-20-81f8fdf
823823
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
@@ -970,9 +970,9 @@ spec:
970970
provider:
971971
name: Grafana Tempo Operator SIG
972972
relatedImages:
973-
- image: docker.io/grafana/tempo:2.3.0
973+
- image: docker.io/grafana/tempo:2.3.1
974974
name: tempo
975-
- image: docker.io/grafana/tempo-query:2.3.0
975+
- image: docker.io/grafana/tempo-query:2.3.1
976976
name: tempo-query
977977
- image: quay.io/observatorium/api:main-2023-11-20-81f8fdf
978978
name: tempo-gateway

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ spec:
4040
- --leader-elect
4141
env:
4242
- name: RELATED_IMAGE_TEMPO
43-
value: docker.io/grafana/tempo:2.3.0
43+
value: docker.io/grafana/tempo:2.3.1
4444
- name: RELATED_IMAGE_TEMPO_QUERY
45-
value: docker.io/grafana/tempo-query:2.3.0
45+
value: docker.io/grafana/tempo-query:2.3.1
4646
- name: RELATED_IMAGE_TEMPO_GATEWAY
4747
value: quay.io/observatorium/api:main-2023-11-20-81f8fdf
4848
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA

0 commit comments

Comments
 (0)