Skip to content

Commit

Permalink
Prepare release v0.7.0 (#730)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people committed Jan 10, 2024
1 parent 0977456 commit 2daaaf9
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 122 deletions.
16 changes: 0 additions & 16 deletions .chloggen/divide_limit_with_replicas.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/free_form_config.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/grafana_datasource.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/ipv6_support.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/proxy_envs.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/replicas.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/upgrade_tempo_to_v2.3.1.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Changes by Version

<!-- next version -->

## 0.7.0

### 💡 Enhancements 💡

- `operator`: Divide assigned limits with replicas (#721)
- `operator`: Allow override arbitrary tempo configurations (#629)
- `operator`: Create Grafana Tempo Operator datasource (#423)
- `operator`: Add .spec.hashRing.memberlist.enableIPv6 option to enable IPv6 support (#704)
- `operator`: Propagating proxy env vars to component containers (#700)
- `operator`: Upgrade tempo to v2.3.1 (#729)

### 🧰 Bug fixes 🧰

- `operator`: Configure the number of replicas for compactor, querier and query-frontend according to the CR (#712)

### Components
- Tempo: [v2.3.1](https://github.com/grafana/tempo/releases/tag/v2.3.1)

## 0.6.0

### 🛑 Breaking changes 🛑
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Current Operator version
VERSION_DATE ?= $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
VERSION_PKG ?= github.com/grafana/tempo-operator/internal/version
OPERATOR_VERSION ?= 0.6.0
OPERATOR_VERSION ?= 0.7.0
TEMPO_VERSION ?= $(shell cat config/manager/manager.yaml | grep -oP "docker.io/grafana/tempo:\K.*")
TEMPO_QUERY_VERSION ?= $(shell cat config/manager/manager.yaml | grep -oP "docker.io/grafana/tempo-query:\K.*")
COMMIT_SHA = $(shell git rev-parse HEAD)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ metadata:
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator
createdAt: "2024-01-09T16:59:27Z"
createdAt: "2024-01-09T17:14:44Z"
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand All @@ -51,7 +51,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v0.6.0
name: tempo-operator.v0.7.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -822,7 +822,7 @@ spec:
value: quay.io/observatorium/api:main-2023-11-20-81f8fdf
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.6.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.7.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -967,7 +967,7 @@ spec:
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
name: tempo-gateway-opa
version: 0.6.0
version: 0.7.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ metadata:
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator
createdAt: "2024-01-09T16:59:25Z"
createdAt: "2024-01-09T17:14:42Z"
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand All @@ -51,7 +51,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v0.6.0
name: tempo-operator.v0.7.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -822,7 +822,7 @@ spec:
value: quay.io/observatorium/api:main-2023-11-20-81f8fdf
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.6.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.7.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -978,7 +978,7 @@ spec:
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
name: tempo-gateway-opa
version: 0.6.0
version: 0.7.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/grafana/tempo-operator/tempo-operator
newTag: v0.6.0
newTag: v0.7.0

0 comments on commit 2daaaf9

Please sign in to comment.