Skip to content

Commit

Permalink
Prepare release v0.6.0 (#689)
Browse files Browse the repository at this point in the history
* Prepare Release 0.6.0

* extend changelog

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 authored Nov 21, 2023
1 parent b43cb1d commit 4573695
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 124 deletions.
16 changes: 0 additions & 16 deletions .chloggen/enable_tls_support_receivers.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix-CVE-2023-45142.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

18 changes: 0 additions & 18 deletions .chloggen/unset_images_in_cr.yaml

This file was deleted.

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

This file was deleted.

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

<!-- next version -->

## 0.6.0

### 🛑 Breaking changes 🛑

- `operator`: Move default images from operator configuration to environment variable (#591)
- `operator`: Unset (default) images in TempoStack CR (#674)
This upgrade reverts any change to the `spec.images` fields of any TempoStack instance.
Beginning with version 0.6.0, the image location is not stored in the TempoStack instance unless it is changed manually.


### 💡 Enhancements 💡

- `operator`: Support configuration of TLS in receiver settings (#527)
- `operator`: Exposing the Tempo API through the gateway (#672)
- `operator`: Reduce log level of certrotation messages (#623)
- `operator`: Upgrade tempo to v2.3.0 (#688)

### 🧰 Bug fixes 🧰

- `gateway`: fix CVE-2023-45142 tempo-gateway-container: opentelemetry: DoS vulnerability in otelhttp (#691)

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

## 0.5.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.5.0
OPERATOR_VERSION ?= 0.6.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: "2023-11-09T09:33:10Z"
createdAt: "2023-11-20T13:45:36Z"
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.5.0
name: tempo-operator.v0.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -781,7 +781,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.5.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.6.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -926,7 +926,7 @@ spec:
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
name: tempo-gateway-opa
version: 0.5.0
version: 0.6.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: "2023-11-09T09:33:09Z"
createdAt: "2023-11-20T13:45:34Z"
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.5.0
name: tempo-operator.v0.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -781,7 +781,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.5.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.6.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -937,7 +937,7 @@ spec:
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
name: tempo-gateway-opa
version: 0.5.0
version: 0.6.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.5.0
newTag: v0.6.0

0 comments on commit 4573695

Please sign in to comment.