Skip to content

Commit

Permalink
Prepare Release 0.9.0 (#844)
Browse files Browse the repository at this point in the history
Co-authored-by: frzifus <[email protected]>
  • Loading branch information
github-actions[bot] and frzifus authored Mar 11, 2024
1 parent 83b6a17 commit ad01b9e
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 110 deletions.
16 changes: 0 additions & 16 deletions .chloggen/cabundle_reconciliation.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/enable-129.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- next version -->

## 0.9.0

### 💡 Enhancements 💡

- `operator`: Kubernetes 1.29 enablement (#735)
- `operator`: Allow resource limits/requests override per component (#726)
- `operator`: Support creating ServiceMonitors, PrometheusRules and Grafana Data Sources in TempoMonolithic CR (#793)
- `operator`: Support scheduling rules (nodeSelector, tolerations and affinity) in TempoMonolithic CR (#782)
- `operator`: Expose operand status in TempoMonolithic CR (#787)

### 🧰 Bug fixes 🧰

- `operator`: Fix infinite reconciliation of serving CA Bundle ConfigMap (#818)

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

## 0.8.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.8.0
OPERATOR_VERSION ?= 0.9.0
TEMPO_VERSION ?= 2.3.1
TEMPO_QUERY_VERSION ?= 2.3.1
TEMPO_GATEWAY_VERSION ?= main-2024-01-16-162bfad
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.8.0
createdAt: "2024-03-05T16:17:16Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
createdAt: "2024-03-08T17:54:10Z"
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.8.0
name: tempo-operator.v0.9.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1239,7 +1239,7 @@ spec:
value: quay.io/observatorium/api:main-2024-01-16-162bfad
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.8.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1385,7 +1385,7 @@ spec:
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
name: tempo-gateway-opa
version: 0.8.0
version: 0.9.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.8.0
createdAt: "2024-03-05T16:17:14Z"
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
createdAt: "2024-03-08T17:54:08Z"
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.8.0
name: tempo-operator.v0.9.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1249,7 +1249,7 @@ spec:
value: quay.io/observatorium/api:main-2024-01-16-162bfad
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.8.0
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1406,7 +1406,7 @@ spec:
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
name: tempo-gateway-opa
version: 0.8.0
version: 0.9.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.8.0
newTag: v0.9.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.8.0
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.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.8.0
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.9.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 ad01b9e

Please sign in to comment.