Skip to content

Commit

Permalink
Prepare Release 0.15.0 (#1119)
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 d632698 commit 7fa56f8
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 118 deletions.
28 changes: 0 additions & 28 deletions .chloggen/query-rbac.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

28 changes: 0 additions & 28 deletions .chloggen/tempo-2.7.yaml

This file was deleted.

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

<!-- next version -->

## 0.15.0

### 🛑 Breaking changes 🛑

- `tempostack, tempomonolithic`: Update Tempo to 2.7.0 (#1110)
Update Tempo to 2.7.0 https://github.com/grafana/tempo/releases/tag/v2.7.0
The Tempo instrumentation changed from Jaeger to OpenTelemetry with OTLP/http exporter.

The `spec.observability.tracing.jaeger_agent_endpoint` is deprecated in favor of `spec.observability.tracing.otlp_http_endpoint`.
```yaml
spec:
observability:
tracing:
jaeger_agent_endpoint: # Deprecated!
sampling_fraction: "1"
otlp_http_endpoint: http://localhost:4320
```
### 💡 Enhancements 💡
- `tempostack`: Add support for query RBAC when Gateway/multitenancy is used. (#1100)
This feature allows users to apply query RBAC in the multitenancy mode.
The RBAC allows filtering span/resource/scope attributes and events based on the namespaces which a user querying the data can access.
For instance, a user can only see attributes from namespaces it can access.

```yaml
spec:
template:
gateway:
enabled: true
rbac:
enabled: true
```

- `operator`: Remove kube-rbac-proxy (#1094)
The image won't be available and won't be mantained, switched to use WithAuthenticationAndAuthorization

### 🧰 Bug fixes 🧰

- `tempostack`: Include insecure option and tls options when STS S3 token is enabled (#1109)
- `tempostack, tempomonolithic`: Assign a percentage of the resources to oauth-proxy if resources are not specified (#1107)

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

## 0.14.2

### 🧰 Bug fixes 🧰
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.14.2
OPERATOR_VERSION ?= 0.15.0
TEMPO_VERSION ?= 2.7.0
JAEGER_QUERY_VERSION ?= 1.66.0
TEMPO_QUERY_VERSION ?= 2.7.0
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.14.2
createdAt: "2025-02-14T15:04:40Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
createdAt: "2025-02-14T15:21:03Z"
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.14.2
name: tempo-operator.v0.15.0
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.14.2
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
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.14.2
version: 0.15.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.14.2
createdAt: "2025-02-14T15:04:39Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
createdAt: "2025-02-14T15:21: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/v4
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v0.14.2
name: tempo-operator.v0.15.0
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.14.2
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
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.14.2
version: 0.15.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.14.2
newTag: v0.15.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.14.2
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.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.14.2
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.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 7fa56f8

Please sign in to comment.