Skip to content

Commit

Permalink
Prepare Release 0.15.1 (#1123)
Browse files Browse the repository at this point in the history
Co-authored-by: pavolloffay <[email protected]>
  • Loading branch information
tempooperatorbot and pavolloffay authored Feb 17, 2025
1 parent 9ce08f4 commit c3c692e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changes by Version

<!-- next version -->

## 0.15.1

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

## 0.15.0

### 🛑 Breaking changes 🛑
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.15.0
OPERATOR_VERSION ?= 0.15.1
TEMPO_VERSION ?= 2.7.1
JAEGER_QUERY_VERSION ?= 1.66.0
TEMPO_QUERY_VERSION ?= 2.7.1
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.15.0
createdAt: "2025-02-17T12:45:41Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.1
createdAt: "2025-02-17T13:21:50Z"
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/v4
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v0.15.0
name: tempo-operator.v0.15.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1519,7 +1519,7 @@ spec:
value: quay.io/observatorium/opa-openshift:main-2025-01-22-ed30f3c
- name: RELATED_IMAGE_OAUTH_PROXY
value: quay.io/openshift/origin-oauth-proxy:4.14
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1649,7 +1649,7 @@ spec:
name: tempo-gateway-opa
- image: quay.io/openshift/origin-oauth-proxy:4.14
name: oauth-proxy
version: 0.15.0
version: 0.15.1
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.15.0
createdAt: "2025-02-17T12:45:39Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.1
createdAt: "2025-02-17T13:21:48Z"
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/v4
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v0.15.0
name: tempo-operator.v0.15.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1531,7 +1531,7 @@ spec:
value: quay.io/observatorium/opa-openshift:main-2025-01-22-ed30f3c
- name: RELATED_IMAGE_OAUTH_PROXY
value: quay.io/openshift/origin-oauth-proxy:4.14
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1667,7 +1667,7 @@ spec:
name: tempo-gateway-opa
- image: quay.io/openshift/origin-oauth-proxy:4.14
name: oauth-proxy
version: 0.15.0
version: 0.15.1
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.15.0
newTag: v0.15.1
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.15.0
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.1
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.15.0
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.1
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand Down

0 comments on commit c3c692e

Please sign in to comment.