Skip to content

Commit

Permalink
Bump tempo to 2.2.3 (#645)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 authored Oct 17, 2023
1 parent 76b09b7 commit a52e411
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions .chloggen/bump_tempo_2.2.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. operator, github action)
component: operator

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Bump tempo version to 2.2.3

# One or more tracking issues related to the change
issues: [646]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ data:
# after the manager stops then its usage might be unsafe.
# leaderElectionReleaseOnCancel: true
images:
tempo: docker.io/grafana/tempo:2.2.1
tempoQuery: docker.io/grafana/tempo-query:2.2.1
tempo: docker.io/grafana/tempo:2.2.3
tempoQuery: docker.io/grafana/tempo-query:2.2.3
tempoGateway: quay.io/observatorium/api:main-2023-09-13-14e06c6
tempoGatewayOpa: quay.io/observatorium/opa-openshift:main-2023-05-24-8e91537
featureGates:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ data:
# after the manager stops then its usage might be unsafe.
# leaderElectionReleaseOnCancel: true
images:
tempo: docker.io/grafana/tempo:2.2.1
tempoQuery: docker.io/grafana/tempo-query:2.2.1
tempo: docker.io/grafana/tempo:2.2.3
tempoQuery: docker.io/grafana/tempo-query:2.2.3
tempoGateway: quay.io/observatorium/api:main-2023-09-13-14e06c6
tempoGatewayOpa: quay.io/observatorium/opa-openshift:main-2023-05-24-8e91537
featureGates:
Expand Down
4 changes: 2 additions & 2 deletions config/overlays/community/controller_manager_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ leaderElection:
# after the manager stops then its usage might be unsafe.
# leaderElectionReleaseOnCancel: true
images:
tempo: docker.io/grafana/tempo:2.2.1
tempoQuery: docker.io/grafana/tempo-query:2.2.1
tempo: docker.io/grafana/tempo:2.2.3
tempoQuery: docker.io/grafana/tempo-query:2.2.3
tempoGateway: quay.io/observatorium/api:main-2023-09-13-14e06c6
tempoGatewayOpa: quay.io/observatorium/opa-openshift:main-2023-05-24-8e91537
featureGates:
Expand Down
4 changes: 2 additions & 2 deletions config/overlays/openshift/controller_manager_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ leaderElection:
# after the manager stops then its usage might be unsafe.
# leaderElectionReleaseOnCancel: true
images:
tempo: docker.io/grafana/tempo:2.2.1
tempoQuery: docker.io/grafana/tempo-query:2.2.1
tempo: docker.io/grafana/tempo:2.2.3
tempoQuery: docker.io/grafana/tempo-query:2.2.3
tempoGateway: quay.io/observatorium/api:main-2023-09-13-14e06c6
tempoGatewayOpa: quay.io/observatorium/opa-openshift:main-2023-05-24-8e91537
featureGates:
Expand Down

0 comments on commit a52e411

Please sign in to comment.