Skip to content

Commit

Permalink
Prepare Release 0.11.0 (#966)
Browse files Browse the repository at this point in the history
Co-authored-by: pavolloffay <[email protected]>
  • Loading branch information
tempooperatorbot and pavolloffay authored Jul 4, 2024
1 parent 53d479a commit 6d75685
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 114 deletions.
20 changes: 0 additions & 20 deletions .chloggen/bump-tempo.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/gateway-otlp-http.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/go122.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/monolithic_services_duration.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/monolitic_oauth_proxy.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/oauth_proxy.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ Changes by Version

<!-- next version -->

## 0.11.0

### 🛑 Breaking changes 🛑

- `operator`: Update Tempo to 2.5.0 (#958)
Upstream Tempo 2.5.0 image switched user from `root` to `tempo` (10001:10001) and ownership of `/var/tempo`.
Therefore ingester's `/var/tempo/wal` created by previous deployment using Tempo 2.4.1 needs to be updated and
changed ownership. The operator upgrades the `/var/tempo` ownership by deploying a `job` with `securityContext.runAsUser(0)`
and it runs `chown -R /var/tempo 10001:10001`.


### 💡 Enhancements 💡

- `operator`: Enable OTLP HTTP on Gateway by default. (#948)
- `operator`: Use golang 1.22 to build the operator (#959)
- `operator`: Make configurable availability of the service names in Tempo monolithic (#942)
- `operator`: Add oauth-proxy support for tempo monolithic (#922)
- `operator`: Protect Jaeger UI when multi tenancy is disabled. (#909)

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

## 0.10.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.10.0
OPERATOR_VERSION ?= 0.11.0
TEMPO_VERSION ?= 2.5.0
TEMPO_QUERY_VERSION ?= 2.5.0
TEMPO_GATEWAY_VERSION ?= main-2024-05-29-ca8d2de
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.10.0
createdAt: "2024-07-04T12:01:25Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
createdAt: "2024-07-04T13:04:01Z"
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/v3
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v0.10.0
name: tempo-operator.v0.11.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1391,7 +1391,7 @@ spec:
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
- name: RELATED_IMAGE_OAUTH_PROXY
value: quay.io/openshift/origin-oauth-proxy:4.12
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.10.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1539,7 +1539,7 @@ spec:
name: tempo-gateway-opa
- image: quay.io/openshift/origin-oauth-proxy:4.12
name: oauth-proxy
version: 0.10.0
version: 0.11.0
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.10.0
createdAt: "2024-07-04T12:01:24Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
createdAt: "2024-07-04T13:03:59Z"
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/v3
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v0.10.0
name: tempo-operator.v0.11.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1401,7 +1401,7 @@ spec:
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
- name: RELATED_IMAGE_OAUTH_PROXY
value: quay.io/openshift/origin-oauth-proxy:4.12
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.10.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1560,7 +1560,7 @@ spec:
name: tempo-gateway-opa
- image: quay.io/openshift/origin-oauth-proxy:4.12
name: oauth-proxy
version: 0.10.0
version: 0.11.0
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.10.0
newTag: v0.11.0
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.10.0
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
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.10.0
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand Down

0 comments on commit 6d75685

Please sign in to comment.