Skip to content

Commit 7a36953

Browse files
Prepare Release 0.17.1 (#1244)
Co-authored-by: andreasgerstmayr <[email protected]>
1 parent f7729fa commit 7a36953

File tree

8 files changed

+28
-31
lines changed

8 files changed

+28
-31
lines changed

.chloggen/fix_release_workflow.yaml

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

CHANGELOG.md

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

44
<!-- next version -->
55

6+
## 0.17.1
7+
8+
### 🧰 Bug fixes 🧰
9+
10+
- `github action`: Fix release workflow (#1243)
11+
Fix the image tag of the must-gather image.
12+
13+
14+
### Components
15+
- Tempo: [v2.8.1](https://github.com/grafana/tempo/releases/tag/v2.8.1)
16+
17+
### Support
18+
This release supports Kubernetes 1.25 to 1.32.
19+
620
## 0.17.0
721

822
### 💡 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.17.0
2+
OPERATOR_VERSION ?= 0.17.1
33
TEMPO_VERSION ?= 2.8.1
44
JAEGER_QUERY_VERSION ?= 1.68.0
55
TEMPO_QUERY_VERSION ?= $(TEMPO_VERSION)

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.17.0
77-
createdAt: "2025-07-07T11:36:37Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.1
77+
createdAt: "2025-07-08T18:20:54Z"
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/v4
8484
repository: https://github.com/grafana/tempo-operator
8585
support: Grafana Tempo Operator SIG
86-
name: tempo-operator.v0.17.0
86+
name: tempo-operator.v0.17.1
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1566,7 +1566,7 @@ spec:
15661566
value: quay.io/observatorium/opa-openshift:main-2025-06-16-ecdeca0
15671567
- name: RELATED_IMAGE_OAUTH_PROXY
15681568
value: quay.io/openshift/origin-oauth-proxy:4.14
1569-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.0
1569+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.1
15701570
livenessProbe:
15711571
httpGet:
15721572
path: /healthz
@@ -1696,7 +1696,7 @@ spec:
16961696
name: tempo-gateway-opa
16971697
- image: quay.io/openshift/origin-oauth-proxy:4.14
16981698
name: oauth-proxy
1699-
version: 0.17.0
1699+
version: 0.17.1
17001700
webhookdefinitions:
17011701
- admissionReviewVersions:
17021702
- 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.17.0
77-
createdAt: "2025-07-07T11:36:35Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.1
77+
createdAt: "2025-07-08T18:20:52Z"
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/v4
8484
repository: https://github.com/grafana/tempo-operator
8585
support: Grafana Tempo Operator SIG
86-
name: tempo-operator.v0.17.0
86+
name: tempo-operator.v0.17.1
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1577,7 +1577,7 @@ spec:
15771577
value: quay.io/observatorium/opa-openshift:main-2025-06-16-ecdeca0
15781578
- name: RELATED_IMAGE_OAUTH_PROXY
15791579
value: quay.io/openshift/origin-oauth-proxy:4.14
1580-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.0
1580+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.1
15811581
livenessProbe:
15821582
httpGet:
15831583
path: /healthz
@@ -1713,7 +1713,7 @@ spec:
17131713
name: tempo-gateway-opa
17141714
- image: quay.io/openshift/origin-oauth-proxy:4.14
17151715
name: oauth-proxy
1716-
version: 0.17.0
1716+
version: 0.17.1
17171717
webhookdefinitions:
17181718
- admissionReviewVersions:
17191719
- 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.17.0
12+
newTag: v0.17.1

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.17.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.1
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.17.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.1
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)