Skip to content

Commit

Permalink
Prepare Release 0.10.0 (#916)
Browse files Browse the repository at this point in the history
Co-authored-by: rubenvp8510 <rubenvp8510@users.noreply.github.com>
  • Loading branch information
tempooperatorbot and rubenvp8510 committed May 7, 2024
1 parent b234bc9 commit 17f6ce7
Show file tree
Hide file tree
Showing 21 changed files with 45 additions and 240 deletions.
16 changes: 0 additions & 16 deletions .chloggen/add_ttl_to_services.yaml

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/bump-tempo-version.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/operator-sdk-update.yaml

This file was deleted.

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

This file was deleted.

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

<!-- next version -->

## 0.10.0

### 🛑 Breaking changes 🛑

- `operator`: TempoMonolithic: Split `tempo-<name>` service into `tempo-<name>` and `tempo-<name>-jaegerui` (#846)

### 💡 Enhancements 💡

- `operator`: Add the ability to configure an expiration time for jaeger UI services (#904)
- `operator`: Prevent creation of TempoStack and TempoMonolithic with same name (#879)
- `operator`: Bump tempo version to 2.4.1 (#901)
- `operator`: Add storage and managed operands gauge metric to the operator metrics. (#838)
- `operator`: Support Grafana instances in a different namespace (#840)
- `operator`: Support custom ServiceAccount in TempoMonolithic CR (#836)
- `operator`: Enable internal server for health checks in TempoMonolithic CR (#847)
- `operator`: Support multi-tenancy in TempoMonolithic CR (#816)
- `operator`: Support TLS Profile in TempoMonolithic CR (#862)
- `operator`: Support upgrading TempoMonolithic CR (#850)
The metric series `tempooperator_upgrades_total{state="up-to-date"}` was removed.
A new label `kind` (`TempoStack` or `TempoMonolithic`) was added to `tempooperator_upgrades_total{}`.

- `operator`: Updating Operator-sdk to 1.32 (#717)
- `operator`: Add security context to tempo-query container (#864)

### 🧰 Bug fixes 🧰

- `operator`: Fix parsing of `nodeSelector`, `tolerations` and `affinity` in TempoMonolithic CR (#867)

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

## 0.9.0

### 💡 Enhancements 💡
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
OPERATOR_VERSION ?= 0.9.0
OPERATOR_VERSION ?= 0.10.0
TEMPO_VERSION ?= 2.4.1
TEMPO_QUERY_VERSION ?= 2.4.1
TEMPO_GATEWAY_VERSION ?= main-2024-05-02-61d4cd9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ metadata:
]
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
createdAt: "2024-05-03T14:25:30Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.10.0
createdAt: "2024-05-07T14:22:13Z"
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand All @@ -83,7 +83,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.9.0
name: tempo-operator.v0.10.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1327,7 +1327,7 @@ spec:
value: quay.io/observatorium/api:main-2024-05-02-61d4cd9
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.10.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1473,7 +1473,7 @@ spec:
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
name: tempo-gateway-opa
version: 0.9.0
version: 0.10.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ metadata:
]
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
createdAt: "2024-05-03T14:25:29Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.10.0
createdAt: "2024-05-07T14:22:11Z"
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand All @@ -83,7 +83,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.9.0
name: tempo-operator.v0.10.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1337,7 +1337,7 @@ spec:
value: quay.io/observatorium/api:main-2024-05-02-61d4cd9
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.10.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1494,7 +1494,7 @@ spec:
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
name: tempo-gateway-opa
version: 0.9.0
version: 0.10.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.9.0
newTag: v0.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.10.0
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.10.0
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand Down

0 comments on commit 17f6ce7

Please sign in to comment.