Skip to content

Commit 7fa56f8

Browse files
Prepare Release 0.15.0 (#1119)
Co-authored-by: pavolloffay <pavolloffay@users.noreply.github.com>
1 parent d632698 commit 7fa56f8

12 files changed

+60
-118
lines changed

.chloggen/query-rbac.yaml

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

.chloggen/remove_metrics_proxy.yaml

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

.chloggen/render_tls_options_sts.yaml

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

.chloggen/set_recources_tempo_frontend.yaml

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

.chloggen/tempo-2.7.yaml

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

CHANGELOG.md

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

44
<!-- next version -->
55

6+
## 0.15.0
7+
8+
### 🛑 Breaking changes 🛑
9+
10+
- `tempostack, tempomonolithic`: Update Tempo to 2.7.0 (#1110)
11+
Update Tempo to 2.7.0 https://github.com/grafana/tempo/releases/tag/v2.7.0
12+
The Tempo instrumentation changed from Jaeger to OpenTelemetry with OTLP/http exporter.
13+
14+
The `spec.observability.tracing.jaeger_agent_endpoint` is deprecated in favor of `spec.observability.tracing.otlp_http_endpoint`.
15+
```yaml
16+
spec:
17+
observability:
18+
tracing:
19+
jaeger_agent_endpoint: # Deprecated!
20+
sampling_fraction: "1"
21+
otlp_http_endpoint: http://localhost:4320
22+
```
23+
24+
25+
### 💡 Enhancements 💡
26+
27+
- `tempostack`: Add support for query RBAC when Gateway/multitenancy is used. (#1100)
28+
This feature allows users to apply query RBAC in the multitenancy mode.
29+
The RBAC allows filtering span/resource/scope attributes and events based on the namespaces which a user querying the data can access.
30+
For instance, a user can only see attributes from namespaces it can access.
31+
32+
```yaml
33+
spec:
34+
template:
35+
gateway:
36+
enabled: true
37+
rbac:
38+
enabled: true
39+
```
40+
41+
- `operator`: Remove kube-rbac-proxy (#1094)
42+
The image won't be available and won't be mantained, switched to use WithAuthenticationAndAuthorization
43+
44+
### 🧰 Bug fixes 🧰
45+
46+
- `tempostack`: Include insecure option and tls options when STS S3 token is enabled (#1109)
47+
- `tempostack, tempomonolithic`: Assign a percentage of the resources to oauth-proxy if resources are not specified (#1107)
48+
49+
### Components
50+
- Tempo: [v2.7.0](https://github.com/grafana/tempo/releases/tag/v2.7.0)
51+
652
## 0.14.2
753

854
### 🧰 Bug fixes 🧰

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.14.2
2+
OPERATOR_VERSION ?= 0.15.0
33
TEMPO_VERSION ?= 2.7.0
44
JAEGER_QUERY_VERSION ?= 1.66.0
55
TEMPO_QUERY_VERSION ?= 2.7.0

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.14.2
77-
createdAt: "2025-02-14T15:04:40Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
77+
createdAt: "2025-02-14T15:21:03Z"
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/v4
8484
repository: https://github.com/grafana/tempo-operator
8585
support: Grafana Tempo Operator SIG
86-
name: tempo-operator.v0.14.2
86+
name: tempo-operator.v0.15.0
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1519,7 +1519,7 @@ spec:
15191519
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
1522-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
1522+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
15231523
livenessProbe:
15241524
httpGet:
15251525
path: /healthz
@@ -1649,7 +1649,7 @@ spec:
16491649
name: tempo-gateway-opa
16501650
- image: quay.io/openshift/origin-oauth-proxy:4.14
16511651
name: oauth-proxy
1652-
version: 0.14.2
1652+
version: 0.15.0
16531653
webhookdefinitions:
16541654
- admissionReviewVersions:
16551655
- 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.14.2
77-
createdAt: "2025-02-14T15:04:39Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
77+
createdAt: "2025-02-14T15:21: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/v4
8484
repository: https://github.com/grafana/tempo-operator
8585
support: Grafana Tempo Operator SIG
86-
name: tempo-operator.v0.14.2
86+
name: tempo-operator.v0.15.0
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1531,7 +1531,7 @@ spec:
15311531
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
1534-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
1534+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
15351535
livenessProbe:
15361536
httpGet:
15371537
path: /healthz
@@ -1667,7 +1667,7 @@ spec:
16671667
name: tempo-gateway-opa
16681668
- image: quay.io/openshift/origin-oauth-proxy:4.14
16691669
name: oauth-proxy
1670-
version: 0.14.2
1670+
version: 0.15.0
16711671
webhookdefinitions:
16721672
- admissionReviewVersions:
16731673
- v1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: controller
1111
newName: ghcr.io/grafana/tempo-operator/tempo-operator
12-
newTag: v0.14.2
12+
newTag: v0.15.0

config/manifests/community/bases/tempo-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Logging & Tracing,Monitoring
8-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
99
description: Create and manage deployments of Tempo, a high-scale distributed
1010
tracing backend.
1111
operatorframework.io/cluster-monitoring: "true"

config/manifests/openshift/bases/tempo-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Logging & Tracing,Monitoring
8-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.0
99
description: Create and manage deployments of Tempo, a high-scale distributed
1010
tracing backend.
1111
operatorframework.io/cluster-monitoring: "true"

0 commit comments

Comments
 (0)