Skip to content

Commit f7d6e02

Browse files
authored
Bump versions for 0.15.0 release (#1118)
* Bump versions for 0.15.0 release Signed-off-by: Pavol Loffay <[email protected]> * Fix Signed-off-by: Pavol Loffay <[email protected]> --------- Signed-off-by: Pavol Loffay <[email protected]>
1 parent d9db88f commit f7d6e02

File tree

5 files changed

+21
-22
lines changed

5 files changed

+21
-22
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Current Operator version
22
OPERATOR_VERSION ?= 0.14.2
33
TEMPO_VERSION ?= 2.7.0
4-
JAEGER_QUERY_VERSION ?= 1.62.0
4+
JAEGER_QUERY_VERSION ?= 1.66.0
55
TEMPO_QUERY_VERSION ?= 2.7.0
66
TEMPO_GATEWAY_VERSION ?= main-2025-02-12-0636771
7-
TEMPO_GATEWAY_OPA_VERSION ?= main-2024-10-09-7237863
7+
TEMPO_GATEWAY_OPA_VERSION ?= main-2025-01-22-ed30f3c
88
OAUTH_PROXY_VERSION=4.14
99

1010
MIN_KUBERNETES_VERSION ?= 1.25.0

RELEASE.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A locally installed [CRC](https://github.com/crc-org/crc) cluster can be used fo
1414

1515
Note: The e2e tests require [opentelemetry-operator](https://github.com/open-telemetry/opentelemetry-operator) and cluster monitoring operator (`crc config set enable-cluster-monitoring true`).
1616

17-
```
17+
```bash
1818
kubectl create namespace openshift-tempo-operator
1919
IMG_PREFIX=docker.io/your_username OPERATOR_VERSION=x.y.z BUNDLE_VARIANT=openshift OPERATOR_NAMESPACE=openshift-tempo-operator make build docker-build docker-push bundle bundle-build bundle-push olm-deploy
2020
make e2e e2e-openshift
@@ -23,10 +23,9 @@ make e2e e2e-openshift
2323
## Release Schedule
2424
We plan to release the operator monthly, **at the end of each month**.
2525

26-
| Release Date | Version | Release Manager |
27-
|--------------|---------| -------------------------------------------------------- |
28-
| Nov | 0.15.0 | [Ruben Vargas](https://github.com/rubenvp8510) |
29-
| Dec | 0.16.0 | [Pavol Loffay](https://github.com/pavolloffay) |
30-
| Jan | 0.17.0 | [Andreas Gerstmayr](https://github.com/andreasgerstmayr) |
31-
| Feb | 0.18.0 | [Israel Blancas](https://github.com/iblancasa) |
32-
| Mar | 0.19.0 | [Benedikt Bongartz](https://github.com/frzifus) |
26+
| Version | Release Manager |
27+
|---------| -------------------------------------------------------- |
28+
| 0.16.0 | [Ruben Vargas](https://github.com/rubenvp8510) |
29+
| 0.17.0 | [Andreas Gerstmayr](https://github.com/andreasgerstmayr) |
30+
| 0.18.0 | [Benedikt Bongartz](https://github.com/frzifus) |
31+
| 0.19.0 | [Pavol Loffay](https://github.com/pavolloffay) |

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ metadata:
7474
capabilities: Deep Insights
7575
categories: Logging & Tracing,Monitoring
7676
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
77-
createdAt: "2025-02-14T12:37:26Z"
77+
createdAt: "2025-02-14T15:04:40Z"
7878
description: Create and manage deployments of Tempo, a high-scale distributed
7979
tracing backend.
8080
operatorframework.io/cluster-monitoring: "true"
@@ -1510,13 +1510,13 @@ spec:
15101510
- name: RELATED_IMAGE_TEMPO
15111511
value: docker.io/grafana/tempo:2.7.0
15121512
- name: RELATED_IMAGE_JAEGER_QUERY
1513-
value: docker.io/jaegertracing/jaeger-query:1.62.0
1513+
value: docker.io/jaegertracing/jaeger-query:1.66.0
15141514
- name: RELATED_IMAGE_TEMPO_QUERY
15151515
value: docker.io/grafana/tempo-query:2.7.0
15161516
- name: RELATED_IMAGE_TEMPO_GATEWAY
15171517
value: quay.io/observatorium/api:main-2025-02-12-0636771
15181518
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
1519-
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
1519+
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
15221522
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
@@ -1639,13 +1639,13 @@ spec:
16391639
relatedImages:
16401640
- image: docker.io/grafana/tempo:2.7.0
16411641
name: tempo
1642-
- image: docker.io/jaegertracing/jaeger-query:1.62.0
1642+
- image: docker.io/jaegertracing/jaeger-query:1.66.0
16431643
name: jaeger-query
16441644
- image: docker.io/grafana/tempo-query:2.7.0
16451645
name: tempo-query
16461646
- image: quay.io/observatorium/api:main-2025-02-12-0636771
16471647
name: tempo-gateway
1648-
- image: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
1648+
- image: quay.io/observatorium/opa-openshift:main-2025-01-22-ed30f3c
16491649
name: tempo-gateway-opa
16501650
- image: quay.io/openshift/origin-oauth-proxy:4.14
16511651
name: oauth-proxy

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ metadata:
7474
capabilities: Deep Insights
7575
categories: Logging & Tracing,Monitoring
7676
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
77-
createdAt: "2025-02-14T12:37:25Z"
77+
createdAt: "2025-02-14T15:04:39Z"
7878
description: Create and manage deployments of Tempo, a high-scale distributed
7979
tracing backend.
8080
operatorframework.io/cluster-monitoring: "true"
@@ -1522,13 +1522,13 @@ spec:
15221522
- name: RELATED_IMAGE_TEMPO
15231523
value: docker.io/grafana/tempo:2.7.0
15241524
- name: RELATED_IMAGE_JAEGER_QUERY
1525-
value: docker.io/jaegertracing/jaeger-query:1.62.0
1525+
value: docker.io/jaegertracing/jaeger-query:1.66.0
15261526
- name: RELATED_IMAGE_TEMPO_QUERY
15271527
value: docker.io/grafana/tempo-query:2.7.0
15281528
- name: RELATED_IMAGE_TEMPO_GATEWAY
15291529
value: quay.io/observatorium/api:main-2025-02-12-0636771
15301530
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
1531-
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
1531+
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
15341534
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
@@ -1657,13 +1657,13 @@ spec:
16571657
relatedImages:
16581658
- image: docker.io/grafana/tempo:2.7.0
16591659
name: tempo
1660-
- image: docker.io/jaegertracing/jaeger-query:1.62.0
1660+
- image: docker.io/jaegertracing/jaeger-query:1.66.0
16611661
name: jaeger-query
16621662
- image: docker.io/grafana/tempo-query:2.7.0
16631663
name: tempo-query
16641664
- image: quay.io/observatorium/api:main-2025-02-12-0636771
16651665
name: tempo-gateway
1666-
- image: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
1666+
- image: quay.io/observatorium/opa-openshift:main-2025-01-22-ed30f3c
16671667
name: tempo-gateway-opa
16681668
- image: quay.io/openshift/origin-oauth-proxy:4.14
16691669
name: oauth-proxy

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ spec:
4242
- name: RELATED_IMAGE_TEMPO
4343
value: docker.io/grafana/tempo:2.7.0
4444
- name: RELATED_IMAGE_JAEGER_QUERY
45-
value: docker.io/jaegertracing/jaeger-query:1.62.0
45+
value: docker.io/jaegertracing/jaeger-query:1.66.0
4646
- name: RELATED_IMAGE_TEMPO_QUERY
4747
value: docker.io/grafana/tempo-query:2.7.0
4848
- name: RELATED_IMAGE_TEMPO_GATEWAY
4949
value: quay.io/observatorium/api:main-2025-02-12-0636771
5050
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
51-
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
51+
value: quay.io/observatorium/opa-openshift:main-2025-01-22-ed30f3c
5252
- name: RELATED_IMAGE_OAUTH_PROXY
5353
value: quay.io/openshift/origin-oauth-proxy:4.14
5454
securityContext:

0 commit comments

Comments
 (0)