Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v0.7.0 #730

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading