Skip to content

Commit 45b7540

Browse files
Prepare release v0.14.1 (#1084)
* Prepare Release 0.14.1 * clarify changelog entry Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com> --------- Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com> Co-authored-by: andreasgerstmayr <andreasgerstmayr@users.noreply.github.com> Co-authored-by: Andreas Gerstmayr <agerstmayr@redhat.com>
1 parent 683d4b9 commit 45b7540

File tree

9 files changed

+26
-47
lines changed

9 files changed

+26
-47
lines changed

.chloggen/internal_tracing.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/jaeger_ui_routes.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ Changes by Version
33

44
<!-- next version -->
55

6+
## 0.14.1
7+
8+
### 🧰 Bug fixes 🧰
9+
10+
- `tempostack`: Fix enabling `.spec.observability.tracing` with multi-tenancy on OpenShift (#1081)
11+
- `tempostack, tempomonolithic`: Register missing Jaeger UI routes (#1082)
12+
Without these routes, hitting refresh on the trace detail, system architecture or monitor page of Jaeger UI results in a 404 when multi-tenancy is enabled.
13+
14+
15+
### Components
16+
- Tempo: [v2.6.1](https://github.com/grafana/tempo/releases/tag/v2.6.1)
17+
618
## 0.14.0
719

820
### 🛑 Breaking changes 🛑

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Current Operator version
2-
OPERATOR_VERSION ?= 0.14.0
2+
OPERATOR_VERSION ?= 0.14.1
33
TEMPO_VERSION ?= 2.6.1
44
JAEGER_QUERY_VERSION ?= 1.62.0
55
TEMPO_QUERY_VERSION ?= 2.6.1

bundle/community/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ metadata:
7373
]
7474
capabilities: Deep Insights
7575
categories: Logging & Tracing,Monitoring
76-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.0
77-
createdAt: "2024-11-06T09:57:13Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.1
77+
createdAt: "2024-11-06T14:25:14Z"
7878
description: Create and manage deployments of Tempo, a high-scale distributed
7979
tracing backend.
8080
operatorframework.io/cluster-monitoring: "true"
@@ -83,7 +83,7 @@ metadata:
8383
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
8484
repository: https://github.com/grafana/tempo-operator
8585
support: Grafana Tempo Operator SIG
86-
name: tempo-operator.v0.14.0
86+
name: tempo-operator.v0.14.1
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1475,7 +1475,7 @@ spec:
14751475
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
14761476
- name: RELATED_IMAGE_OAUTH_PROXY
14771477
value: quay.io/openshift/origin-oauth-proxy:4.14
1478-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.0
1478+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.1
14791479
livenessProbe:
14801480
httpGet:
14811481
path: /healthz
@@ -1625,7 +1625,7 @@ spec:
16251625
name: tempo-gateway-opa
16261626
- image: quay.io/openshift/origin-oauth-proxy:4.14
16271627
name: oauth-proxy
1628-
version: 0.14.0
1628+
version: 0.14.1
16291629
webhookdefinitions:
16301630
- admissionReviewVersions:
16311631
- v1

bundle/openshift/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ metadata:
7373
]
7474
capabilities: Deep Insights
7575
categories: Logging & Tracing,Monitoring
76-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.0
77-
createdAt: "2024-11-06T09:57:12Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.1
77+
createdAt: "2024-11-06T14:25:12Z"
7878
description: Create and manage deployments of Tempo, a high-scale distributed
7979
tracing backend.
8080
operatorframework.io/cluster-monitoring: "true"
@@ -83,7 +83,7 @@ metadata:
8383
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
8484
repository: https://github.com/grafana/tempo-operator
8585
support: Grafana Tempo Operator SIG
86-
name: tempo-operator.v0.14.0
86+
name: tempo-operator.v0.14.1
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1485,7 +1485,7 @@ spec:
14851485
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
14861486
- name: RELATED_IMAGE_OAUTH_PROXY
14871487
value: quay.io/openshift/origin-oauth-proxy:4.14
1488-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.0
1488+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.1
14891489
livenessProbe:
14901490
httpGet:
14911491
path: /healthz
@@ -1646,7 +1646,7 @@ spec:
16461646
name: tempo-gateway-opa
16471647
- image: quay.io/openshift/origin-oauth-proxy:4.14
16481648
name: oauth-proxy
1649-
version: 0.14.0
1649+
version: 0.14.1
16501650
webhookdefinitions:
16511651
- admissionReviewVersions:
16521652
- v1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: controller
1111
newName: ghcr.io/grafana/tempo-operator/tempo-operator
12-
newTag: v0.14.0
12+
newTag: v0.14.1

config/manifests/community/bases/tempo-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Logging & Tracing,Monitoring
8-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.1
99
description: Create and manage deployments of Tempo, a high-scale distributed
1010
tracing backend.
1111
operatorframework.io/cluster-monitoring: "true"

config/manifests/openshift/bases/tempo-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Logging & Tracing,Monitoring
8-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.1
99
description: Create and manage deployments of Tempo, a high-scale distributed
1010
tracing backend.
1111
operatorframework.io/cluster-monitoring: "true"

0 commit comments

Comments
 (0)