Skip to content

Commit ad01b9e

Browse files
Prepare Release 0.9.0 (#844)
Co-authored-by: frzifus <[email protected]>
1 parent 83b6a17 commit ad01b9e

13 files changed

+31
-110
lines changed

.chloggen/cabundle_reconciliation.yaml

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

.chloggen/enable-129.yaml

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

.chloggen/issue_726_resources_override.yaml

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

.chloggen/monolithic_observability.yaml

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

.chloggen/monolithic_scheduler_rules.yaml

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

.chloggen/monolithic_status.yaml

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

CHANGELOG.md

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

44
<!-- next version -->
55

6+
## 0.9.0
7+
8+
### 💡 Enhancements 💡
9+
10+
- `operator`: Kubernetes 1.29 enablement (#735)
11+
- `operator`: Allow resource limits/requests override per component (#726)
12+
- `operator`: Support creating ServiceMonitors, PrometheusRules and Grafana Data Sources in TempoMonolithic CR (#793)
13+
- `operator`: Support scheduling rules (nodeSelector, tolerations and affinity) in TempoMonolithic CR (#782)
14+
- `operator`: Expose operand status in TempoMonolithic CR (#787)
15+
16+
### 🧰 Bug fixes 🧰
17+
18+
- `operator`: Fix infinite reconciliation of serving CA Bundle ConfigMap (#818)
19+
20+
### Components
21+
- Tempo: [v2.3.1](https://github.com/grafana/tempo/releases/tag/v2.3.1)
22+
623
## 0.8.0
724

825
### 💡 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.8.0
2+
OPERATOR_VERSION ?= 0.9.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.8.0
77-
createdAt: "2024-03-05T16:17:16Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
77+
createdAt: "2024-03-08T17:54:10Z"
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.8.0
86+
name: tempo-operator.v0.9.0
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1239,7 +1239,7 @@ spec:
12391239
value: quay.io/observatorium/api:main-2024-01-16-162bfad
12401240
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
12411241
value: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
1242-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.8.0
1242+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
12431243
livenessProbe:
12441244
httpGet:
12451245
path: /healthz
@@ -1385,7 +1385,7 @@ spec:
13851385
name: tempo-gateway
13861386
- image: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
13871387
name: tempo-gateway-opa
1388-
version: 0.8.0
1388+
version: 0.9.0
13891389
webhookdefinitions:
13901390
- admissionReviewVersions:
13911391
- 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.8.0
77-
createdAt: "2024-03-05T16:17:14Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
77+
createdAt: "2024-03-08T17:54:08Z"
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.8.0
86+
name: tempo-operator.v0.9.0
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1249,7 +1249,7 @@ spec:
12491249
value: quay.io/observatorium/api:main-2024-01-16-162bfad
12501250
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
12511251
value: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
1252-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.8.0
1252+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
12531253
livenessProbe:
12541254
httpGet:
12551255
path: /healthz
@@ -1406,7 +1406,7 @@ spec:
14061406
name: tempo-gateway
14071407
- image: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
14081408
name: tempo-gateway-opa
1409-
version: 0.8.0
1409+
version: 0.9.0
14101410
webhookdefinitions:
14111411
- admissionReviewVersions:
14121412
- v1

0 commit comments

Comments
 (0)