Skip to content

Commit 6d75685

Browse files
Prepare Release 0.11.0 (#966)
Co-authored-by: pavolloffay <[email protected]>
1 parent 53d479a commit 6d75685

13 files changed

+36
-114
lines changed

.chloggen/bump-tempo.yaml

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

.chloggen/gateway-otlp-http.yaml

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

.chloggen/go122.yaml

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

.chloggen/monolithic_services_duration.yaml

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

.chloggen/monolitic_oauth_proxy.yaml

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

.chloggen/oauth_proxy.yaml

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

CHANGELOG.md

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

44
<!-- next version -->
55

6+
## 0.11.0
7+
8+
### 🛑 Breaking changes 🛑
9+
10+
- `operator`: Update Tempo to 2.5.0 (#958)
11+
Upstream Tempo 2.5.0 image switched user from `root` to `tempo` (10001:10001) and ownership of `/var/tempo`.
12+
Therefore ingester's `/var/tempo/wal` created by previous deployment using Tempo 2.4.1 needs to be updated and
13+
changed ownership. The operator upgrades the `/var/tempo` ownership by deploying a `job` with `securityContext.runAsUser(0)`
14+
and it runs `chown -R /var/tempo 10001:10001`.
15+
16+
17+
### 💡 Enhancements 💡
18+
19+
- `operator`: Enable OTLP HTTP on Gateway by default. (#948)
20+
- `operator`: Use golang 1.22 to build the operator (#959)
21+
- `operator`: Make configurable availability of the service names in Tempo monolithic (#942)
22+
- `operator`: Add oauth-proxy support for tempo monolithic (#922)
23+
- `operator`: Protect Jaeger UI when multi tenancy is disabled. (#909)
24+
25+
### Components
26+
- Tempo: [v2.5.0](https://github.com/grafana/tempo/releases/tag/v2.5.0)
27+
628
## 0.10.0
729

830
### 🛑 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.10.0
2+
OPERATOR_VERSION ?= 0.11.0
33
TEMPO_VERSION ?= 2.5.0
44
TEMPO_QUERY_VERSION ?= 2.5.0
55
TEMPO_GATEWAY_VERSION ?= main-2024-05-29-ca8d2de

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.10.0
77-
createdAt: "2024-07-04T12:01:25Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
77+
createdAt: "2024-07-04T13:04:01Z"
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.10.0
86+
name: tempo-operator.v0.11.0
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1391,7 +1391,7 @@ spec:
13911391
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
13921392
- name: RELATED_IMAGE_OAUTH_PROXY
13931393
value: quay.io/openshift/origin-oauth-proxy:4.12
1394-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.10.0
1394+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
13951395
livenessProbe:
13961396
httpGet:
13971397
path: /healthz
@@ -1539,7 +1539,7 @@ spec:
15391539
name: tempo-gateway-opa
15401540
- image: quay.io/openshift/origin-oauth-proxy:4.12
15411541
name: oauth-proxy
1542-
version: 0.10.0
1542+
version: 0.11.0
15431543
webhookdefinitions:
15441544
- admissionReviewVersions:
15451545
- 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.10.0
77-
createdAt: "2024-07-04T12:01:24Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
77+
createdAt: "2024-07-04T13:03:59Z"
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.10.0
86+
name: tempo-operator.v0.11.0
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1401,7 +1401,7 @@ spec:
14011401
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
14021402
- name: RELATED_IMAGE_OAUTH_PROXY
14031403
value: quay.io/openshift/origin-oauth-proxy:4.12
1404-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.10.0
1404+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
14051405
livenessProbe:
14061406
httpGet:
14071407
path: /healthz
@@ -1560,7 +1560,7 @@ spec:
15601560
name: tempo-gateway-opa
15611561
- image: quay.io/openshift/origin-oauth-proxy:4.12
15621562
name: oauth-proxy
1563-
version: 0.10.0
1563+
version: 0.11.0
15641564
webhookdefinitions:
15651565
- admissionReviewVersions:
15661566
- v1

0 commit comments

Comments
 (0)