Skip to content

Commit

Permalink
Prepare Release 0.13.0 (#1021)
Browse files Browse the repository at this point in the history
Co-authored-by: iblancasa <[email protected]>
Co-authored-by: Israel Blancas <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2024
1 parent 75f245a commit fccddfd
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 78 deletions.
16 changes: 0 additions & 16 deletions .chloggen/bug_1016.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix-annotations-gateway-route.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix-oauth-reconcile.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/metrics-cleanup.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changes by Version

<!-- next version -->

## 0.13.0

### 🧰 Bug fixes 🧰

- `operator`: Fix service account for monitoring-view cluster role binding when using oauth proxy. (#1016)
- `tempostack`: Fix setting annotations for Gateway route (#1014)
- `tempostack, tempomonolithic`: Fix infinite reconciliation on OpenShift when route for Jaeger UI is enabled. (#1018)
- `tempostack, tempomonolithic`: Cleanup instance metrics from the operator on instance delete action. (#1019)

### Components
- Tempo: [v2.5.0](https://github.com/grafana/tempo/releases/tag/v2.5.0)

## 0.12.0

### 💡 Enhancements 💡
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
OPERATOR_VERSION ?= 0.12.0
OPERATOR_VERSION ?= 0.13.0
TEMPO_VERSION ?= 2.5.0
TEMPO_QUERY_VERSION ?= 2.5.0
TEMPO_GATEWAY_VERSION ?= main-2024-08-05-11d0d94
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ metadata:
]
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
createdAt: "2024-08-27T16:10:18Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
createdAt: "2024-08-28T09:48:15Z"
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand All @@ -83,7 +83,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v0.12.0
name: tempo-operator.v0.13.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1400,7 +1400,7 @@ spec:
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
- name: RELATED_IMAGE_OAUTH_PROXY
value: quay.io/openshift/origin-oauth-proxy:4.12
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1548,7 +1548,7 @@ spec:
name: tempo-gateway-opa
- image: quay.io/openshift/origin-oauth-proxy:4.12
name: oauth-proxy
version: 0.12.0
version: 0.13.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ metadata:
]
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
createdAt: "2024-08-27T16:10:16Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
createdAt: "2024-08-28T09:48:13Z"
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand All @@ -83,7 +83,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v0.12.0
name: tempo-operator.v0.13.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1410,7 +1410,7 @@ spec:
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
- name: RELATED_IMAGE_OAUTH_PROXY
value: quay.io/openshift/origin-oauth-proxy:4.12
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1569,7 +1569,7 @@ spec:
name: tempo-gateway-opa
- image: quay.io/openshift/origin-oauth-proxy:4.12
name: oauth-proxy
version: 0.12.0
version: 0.13.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/grafana/tempo-operator/tempo-operator
newTag: v0.12.0
newTag: v0.13.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand Down

0 comments on commit fccddfd

Please sign in to comment.