Skip to content

Commit 724740d

Browse files
Prepare release v0.8.0 (#779)
* Prepare Release 0.8.0 * add newline Signed-off-by: Andreas Gerstmayr <[email protected]> --------- Signed-off-by: Andreas Gerstmayr <[email protected]> Co-authored-by: andreasgerstmayr <[email protected]> Co-authored-by: Andreas Gerstmayr <[email protected]>
1 parent b334efd commit 724740d

11 files changed

+33
-80
lines changed

.chloggen/allow_gateway_without_jaeger_ui.yaml

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

.chloggen/fix-cluster-monitoring-role.yaml

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

.chloggen/fix_oidc_nil.yaml

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

.chloggen/monolithic_mode.yaml

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

CHANGELOG.md

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

44
<!-- next version -->
55

6+
## 0.8.0
7+
8+
### 💡 Enhancements 💡
9+
10+
- `operator`: Make Tempo-Query forwarding on gateway optional (#628)
11+
- `operator`: Support monolithic deployment mode (#710)
12+
13+
The operator exposes a new CRD `TempoMonolithic`, which manages a Tempo instance in monolithic mode.
14+
The monolithic mode supports the following additional storage backends: in-memory and file system (persistent volume).
15+
16+
17+
### 🧰 Bug fixes 🧰
18+
19+
- `operator`: Fix the cluster-monitoring-view RBAC when operator is deployed in arbitrary namespace (#741)
20+
- `operator`: NIL pointer dereference when OIDC not specified for tenants in static mode (#647)
21+
22+
### Components
23+
- Tempo: [v2.3.1](https://github.com/grafana/tempo/releases/tag/v2.3.1)
24+
625
## 0.7.0
726

827
### 💡 Enhancements 💡

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.7.0
2+
OPERATOR_VERSION ?= 0.8.0
33
TEMPO_VERSION ?= 2.3.1
44
TEMPO_QUERY_VERSION ?= 2.3.1
55
TEMPO_GATEWAY_VERSION ?= main-2024-01-16-162bfad

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.7.0
77-
createdAt: "2024-02-02T17:03:05Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.8.0
77+
createdAt: "2024-02-02T17:31:35Z"
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.7.0
86+
name: tempo-operator.v0.8.0
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1132,7 +1132,7 @@ spec:
11321132
value: quay.io/observatorium/api:main-2024-01-16-162bfad
11331133
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
11341134
value: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
1135-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.7.0
1135+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.8.0
11361136
livenessProbe:
11371137
httpGet:
11381138
path: /healthz
@@ -1277,7 +1277,7 @@ spec:
12771277
name: tempo-gateway
12781278
- image: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
12791279
name: tempo-gateway-opa
1280-
version: 0.7.0
1280+
version: 0.8.0
12811281
webhookdefinitions:
12821282
- admissionReviewVersions:
12831283
- 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.7.0
77-
createdAt: "2024-02-02T17:03:04Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.8.0
77+
createdAt: "2024-02-02T17:31:33Z"
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.7.0
86+
name: tempo-operator.v0.8.0
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1142,7 +1142,7 @@ spec:
11421142
value: quay.io/observatorium/api:main-2024-01-16-162bfad
11431143
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
11441144
value: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
1145-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.7.0
1145+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.8.0
11461146
livenessProbe:
11471147
httpGet:
11481148
path: /healthz
@@ -1298,7 +1298,7 @@ spec:
12981298
name: tempo-gateway
12991299
- image: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
13001300
name: tempo-gateway-opa
1301-
version: 0.7.0
1301+
version: 0.8.0
13021302
webhookdefinitions:
13031303
- admissionReviewVersions:
13041304
- 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.7.0
12+
newTag: v0.8.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.7.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.8.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)