Skip to content

Commit 2daaaf9

Browse files
Prepare release v0.7.0 (#730)
* Prepare Release 0.7.0 * trigger ci 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 0977456 commit 2daaaf9

12 files changed

+28
-122
lines changed

.chloggen/divide_limit_with_replicas.yaml

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

.chloggen/free_form_config.yaml

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

.chloggen/grafana_datasource.yaml

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

.chloggen/ipv6_support.yaml

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

.chloggen/proxy_envs.yaml

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

.chloggen/replicas.yaml

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

.chloggen/upgrade_tempo_to_v2.3.1.yaml

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

CHANGELOG.md

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

44
<!-- next version -->
55

6+
## 0.7.0
7+
8+
### 💡 Enhancements 💡
9+
10+
- `operator`: Divide assigned limits with replicas (#721)
11+
- `operator`: Allow override arbitrary tempo configurations (#629)
12+
- `operator`: Create Grafana Tempo Operator datasource (#423)
13+
- `operator`: Add .spec.hashRing.memberlist.enableIPv6 option to enable IPv6 support (#704)
14+
- `operator`: Propagating proxy env vars to component containers (#700)
15+
- `operator`: Upgrade tempo to v2.3.1 (#729)
16+
17+
### 🧰 Bug fixes 🧰
18+
19+
- `operator`: Configure the number of replicas for compactor, querier and query-frontend according to the CR (#712)
20+
21+
### Components
22+
- Tempo: [v2.3.1](https://github.com/grafana/tempo/releases/tag/v2.3.1)
23+
624
## 0.6.0
725

826
### 🛑 Breaking changes 🛑

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Current Operator version
22
VERSION_DATE ?= $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
33
VERSION_PKG ?= github.com/grafana/tempo-operator/internal/version
4-
OPERATOR_VERSION ?= 0.6.0
4+
OPERATOR_VERSION ?= 0.7.0
55
TEMPO_VERSION ?= $(shell cat config/manager/manager.yaml | grep -oP "docker.io/grafana/tempo:\K.*")
66
TEMPO_QUERY_VERSION ?= $(shell cat config/manager/manager.yaml | grep -oP "docker.io/grafana/tempo-query:\K.*")
77
COMMIT_SHA = $(shell git rev-parse HEAD)

bundle/community/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ metadata:
4242
capabilities: Deep Insights
4343
categories: Logging & Tracing,Monitoring
4444
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator
45-
createdAt: "2024-01-09T16:59:27Z"
45+
createdAt: "2024-01-09T17:14:44Z"
4646
description: Create and manage deployments of Tempo, a high-scale distributed
4747
tracing backend.
4848
operatorframework.io/cluster-monitoring: "true"
@@ -51,7 +51,7 @@ metadata:
5151
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
5252
repository: https://github.com/grafana/tempo-operator
5353
support: Grafana Tempo Operator SIG
54-
name: tempo-operator.v0.6.0
54+
name: tempo-operator.v0.7.0
5555
namespace: placeholder
5656
spec:
5757
apiservicedefinitions: {}
@@ -822,7 +822,7 @@ spec:
822822
value: quay.io/observatorium/api:main-2023-11-20-81f8fdf
823823
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
824824
value: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
825-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.6.0
825+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.7.0
826826
livenessProbe:
827827
httpGet:
828828
path: /healthz
@@ -967,7 +967,7 @@ spec:
967967
name: tempo-gateway
968968
- image: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
969969
name: tempo-gateway-opa
970-
version: 0.6.0
970+
version: 0.7.0
971971
webhookdefinitions:
972972
- admissionReviewVersions:
973973
- v1

0 commit comments

Comments
 (0)