Skip to content

Commit c3c692e

Browse files
Prepare Release 0.15.1 (#1123)
Co-authored-by: pavolloffay <pavolloffay@users.noreply.github.com>
1 parent 9ce08f4 commit c3c692e

File tree

7 files changed

+19
-14
lines changed

7 files changed

+19
-14
lines changed

CHANGELOG.md

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

44
<!-- next version -->
55

6+
## 0.15.1
7+
8+
### Components
9+
- Tempo: [v2.7.1](https://github.com/grafana/tempo/releases/tag/v2.7.1)
10+
611
## 0.15.0
712

813
### 🛑 Breaking changes 🛑

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.15.0
2+
OPERATOR_VERSION ?= 0.15.1
33
TEMPO_VERSION ?= 2.7.1
44
JAEGER_QUERY_VERSION ?= 1.66.0
55
TEMPO_QUERY_VERSION ?= 2.7.1

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.15.0
77-
createdAt: "2025-02-17T12:45:41Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.1
77+
createdAt: "2025-02-17T13:21:50Z"
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.15.0
86+
name: tempo-operator.v0.15.1
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1519,7 +1519,7 @@ spec:
15191519
value: quay.io/observatorium/opa-openshift:main-2025-01-22-ed30f3c
15201520
- name: RELATED_IMAGE_OAUTH_PROXY
15211521
value: quay.io/openshift/origin-oauth-proxy:4.14
1522-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
1522+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.1
15231523
livenessProbe:
15241524
httpGet:
15251525
path: /healthz
@@ -1649,7 +1649,7 @@ spec:
16491649
name: tempo-gateway-opa
16501650
- image: quay.io/openshift/origin-oauth-proxy:4.14
16511651
name: oauth-proxy
1652-
version: 0.15.0
1652+
version: 0.15.1
16531653
webhookdefinitions:
16541654
- admissionReviewVersions:
16551655
- 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.15.0
77-
createdAt: "2025-02-17T12:45:39Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.1
77+
createdAt: "2025-02-17T13:21:48Z"
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.15.0
86+
name: tempo-operator.v0.15.1
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1531,7 +1531,7 @@ spec:
15311531
value: quay.io/observatorium/opa-openshift:main-2025-01-22-ed30f3c
15321532
- name: RELATED_IMAGE_OAUTH_PROXY
15331533
value: quay.io/openshift/origin-oauth-proxy:4.14
1534-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
1534+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.1
15351535
livenessProbe:
15361536
httpGet:
15371537
path: /healthz
@@ -1667,7 +1667,7 @@ spec:
16671667
name: tempo-gateway-opa
16681668
- image: quay.io/openshift/origin-oauth-proxy:4.14
16691669
name: oauth-proxy
1670-
version: 0.15.0
1670+
version: 0.15.1
16711671
webhookdefinitions:
16721672
- admissionReviewVersions:
16731673
- 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.15.0
12+
newTag: v0.15.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.15.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.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.15.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.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)