Skip to content

Commit e15465e

Browse files
Prepare Release 0.15.3 (#1133)
Co-authored-by: pavolloffay <[email protected]>
1 parent 5edc23a commit e15465e

File tree

8 files changed

+34
-40
lines changed

8 files changed

+34
-40
lines changed

.chloggen/rbac-monolithic.yaml

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

CHANGELOG.md

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

44
<!-- next version -->
55

6+
## 0.15.3
7+
8+
### 💡 Enhancements 💡
9+
10+
- `tempomonolithic`: Add support for query RBAC (#1131)
11+
This feature allows users to apply query RBAC in the multitenancy mode.
12+
The RBAC allows filtering span/resource/scope attributes and events based on the namespaces which a user querying the data can access.
13+
For instance, a user can only see attributes from namespaces it can access.
14+
15+
```yaml
16+
spec:
17+
query:
18+
rbac:
19+
enabled: true
20+
```
21+
22+
23+
### Components
24+
- Tempo: [v2.7.1](https://github.com/grafana/tempo/releases/tag/v2.7.1)
25+
626
## 0.15.2
727
828
### Components

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.15.2
2+
OPERATOR_VERSION ?= 0.15.3
33
TEMPO_VERSION ?= 2.7.1
44
JAEGER_QUERY_VERSION ?= 1.66.0
55
TEMPO_QUERY_VERSION ?= 2.7.1

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.15.2
77-
createdAt: "2025-02-25T15:15:23Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.3
77+
createdAt: "2025-02-25T15:23:55Z"
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.15.2
86+
name: tempo-operator.v0.15.3
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1532,7 +1532,7 @@ spec:
15321532
value: quay.io/observatorium/opa-openshift:main-2025-01-22-ed30f3c
15331533
- name: RELATED_IMAGE_OAUTH_PROXY
15341534
value: quay.io/openshift/origin-oauth-proxy:4.14
1535-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.2
1535+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.3
15361536
livenessProbe:
15371537
httpGet:
15381538
path: /healthz
@@ -1662,7 +1662,7 @@ spec:
16621662
name: tempo-gateway-opa
16631663
- image: quay.io/openshift/origin-oauth-proxy:4.14
16641664
name: oauth-proxy
1665-
version: 0.15.2
1665+
version: 0.15.3
16661666
webhookdefinitions:
16671667
- admissionReviewVersions:
16681668
- 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.15.2
77-
createdAt: "2025-02-25T15:15:22Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.3
77+
createdAt: "2025-02-25T15:23:53Z"
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.15.2
86+
name: tempo-operator.v0.15.3
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1543,7 +1543,7 @@ spec:
15431543
value: quay.io/observatorium/opa-openshift:main-2025-01-22-ed30f3c
15441544
- name: RELATED_IMAGE_OAUTH_PROXY
15451545
value: quay.io/openshift/origin-oauth-proxy:4.14
1546-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.2
1546+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.3
15471547
livenessProbe:
15481548
httpGet:
15491549
path: /healthz
@@ -1679,7 +1679,7 @@ spec:
16791679
name: tempo-gateway-opa
16801680
- image: quay.io/openshift/origin-oauth-proxy:4.14
16811681
name: oauth-proxy
1682-
version: 0.15.2
1682+
version: 0.15.3
16831683
webhookdefinitions:
16841684
- admissionReviewVersions:
16851685
- 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.15.2
12+
newTag: v0.15.3

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.15.2
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.3
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.15.2
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.15.3
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)