Skip to content

Commit fccddfd

Browse files
Prepare Release 0.13.0 (#1021)
Co-authored-by: iblancasa <iblancasa@users.noreply.github.com> Co-authored-by: Israel Blancas <iblancasa@gmail.com>
1 parent 75f245a commit fccddfd

File tree

11 files changed

+26
-78
lines changed

11 files changed

+26
-78
lines changed

.chloggen/bug_1016.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/fix-annotations-gateway-route.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/fix-oauth-reconcile.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/metrics-cleanup.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ Changes by Version
33

44
<!-- next version -->
55

6+
## 0.13.0
7+
8+
### 🧰 Bug fixes 🧰
9+
10+
- `operator`: Fix service account for monitoring-view cluster role binding when using oauth proxy. (#1016)
11+
- `tempostack`: Fix setting annotations for Gateway route (#1014)
12+
- `tempostack, tempomonolithic`: Fix infinite reconciliation on OpenShift when route for Jaeger UI is enabled. (#1018)
13+
- `tempostack, tempomonolithic`: Cleanup instance metrics from the operator on instance delete action. (#1019)
14+
15+
### Components
16+
- Tempo: [v2.5.0](https://github.com/grafana/tempo/releases/tag/v2.5.0)
17+
618
## 0.12.0
719

820
### 💡 Enhancements 💡

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Current Operator version
2-
OPERATOR_VERSION ?= 0.12.0
2+
OPERATOR_VERSION ?= 0.13.0
33
TEMPO_VERSION ?= 2.5.0
44
TEMPO_QUERY_VERSION ?= 2.5.0
55
TEMPO_GATEWAY_VERSION ?= main-2024-08-05-11d0d94

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ metadata:
7373
]
7474
capabilities: Deep Insights
7575
categories: Logging & Tracing,Monitoring
76-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
77-
createdAt: "2024-08-27T16:10:18Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
77+
createdAt: "2024-08-28T09:48:15Z"
7878
description: Create and manage deployments of Tempo, a high-scale distributed
7979
tracing backend.
8080
operatorframework.io/cluster-monitoring: "true"
@@ -83,7 +83,7 @@ metadata:
8383
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
8484
repository: https://github.com/grafana/tempo-operator
8585
support: Grafana Tempo Operator SIG
86-
name: tempo-operator.v0.12.0
86+
name: tempo-operator.v0.13.0
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1400,7 +1400,7 @@ spec:
14001400
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
14011401
- name: RELATED_IMAGE_OAUTH_PROXY
14021402
value: quay.io/openshift/origin-oauth-proxy:4.12
1403-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
1403+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
14041404
livenessProbe:
14051405
httpGet:
14061406
path: /healthz
@@ -1548,7 +1548,7 @@ spec:
15481548
name: tempo-gateway-opa
15491549
- image: quay.io/openshift/origin-oauth-proxy:4.12
15501550
name: oauth-proxy
1551-
version: 0.12.0
1551+
version: 0.13.0
15521552
webhookdefinitions:
15531553
- admissionReviewVersions:
15541554
- v1

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ metadata:
7373
]
7474
capabilities: Deep Insights
7575
categories: Logging & Tracing,Monitoring
76-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
77-
createdAt: "2024-08-27T16:10:16Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
77+
createdAt: "2024-08-28T09:48:13Z"
7878
description: Create and manage deployments of Tempo, a high-scale distributed
7979
tracing backend.
8080
operatorframework.io/cluster-monitoring: "true"
@@ -83,7 +83,7 @@ metadata:
8383
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
8484
repository: https://github.com/grafana/tempo-operator
8585
support: Grafana Tempo Operator SIG
86-
name: tempo-operator.v0.12.0
86+
name: tempo-operator.v0.13.0
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1410,7 +1410,7 @@ spec:
14101410
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
14111411
- name: RELATED_IMAGE_OAUTH_PROXY
14121412
value: quay.io/openshift/origin-oauth-proxy:4.12
1413-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
1413+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
14141414
livenessProbe:
14151415
httpGet:
14161416
path: /healthz
@@ -1569,7 +1569,7 @@ spec:
15691569
name: tempo-gateway-opa
15701570
- image: quay.io/openshift/origin-oauth-proxy:4.12
15711571
name: oauth-proxy
1572-
version: 0.12.0
1572+
version: 0.13.0
15731573
webhookdefinitions:
15741574
- admissionReviewVersions:
15751575
- v1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: controller
1111
newName: ghcr.io/grafana/tempo-operator/tempo-operator
12-
newTag: v0.12.0
12+
newTag: v0.13.0

config/manifests/community/bases/tempo-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Logging & Tracing,Monitoring
8-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
99
description: Create and manage deployments of Tempo, a high-scale distributed
1010
tracing backend.
1111
operatorframework.io/cluster-monitoring: "true"

config/manifests/openshift/bases/tempo-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Logging & Tracing,Monitoring
8-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.12.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
99
description: Create and manage deployments of Tempo, a high-scale distributed
1010
tracing backend.
1111
operatorframework.io/cluster-monitoring: "true"

0 commit comments

Comments
 (0)