Skip to content

Commit a29a921

Browse files
Prepare Release 0.14.2 (#1097)
Co-authored-by: andreasgerstmayr <andreasgerstmayr@users.noreply.github.com>
1 parent 540046b commit a29a921

File tree

8 files changed

+27
-29
lines changed

8 files changed

+27
-29
lines changed

.chloggen/red_metrics_namespace.yaml

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

CHANGELOG.md

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

44
<!-- next version -->
55

6+
## 0.14.2
7+
8+
### 🧰 Bug fixes 🧰
9+
10+
- `tempostack`: Use default Jaeger RED metrics namespace if field is unset (#1096)
11+
Use the default Jaeger RED metrics namespace if `.spec.template.queryFrontend.jaegerQuery.monitorTab.redMetricsNamespace` is not set.
12+
Before Jaeger 1.62 the default namespace was empty, since [Jaeger 1.62](https://github.com/jaegertracing/jaeger/releases/tag/v1.62.0) (shipped in Tempo Operator v0.14.0) the default namespace is "traces_span_metrics".
13+
Before OpenTelemetry Collector v0.109.0 the default namespace of the spanmetrics connector was empty, since [OpenTelemetry Collector v0.109.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.109.0) the default namespace is "traces_span_metrics".
14+
15+
16+
### Components
17+
- Tempo: [v2.6.1](https://github.com/grafana/tempo/releases/tag/v2.6.1)
18+
619
## 0.14.1
720

821
### 🧰 Bug fixes 🧰

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.1
2+
OPERATOR_VERSION ?= 0.14.2
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.1
77-
createdAt: "2024-12-02T11:40:40Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
77+
createdAt: "2024-12-02T13:07:44Z"
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.1
86+
name: tempo-operator.v0.14.2
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1473,7 +1473,7 @@ spec:
14731473
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
14741474
- name: RELATED_IMAGE_OAUTH_PROXY
14751475
value: quay.io/openshift/origin-oauth-proxy:4.14
1476-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.1
1476+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
14771477
livenessProbe:
14781478
httpGet:
14791479
path: /healthz
@@ -1623,7 +1623,7 @@ spec:
16231623
name: tempo-gateway-opa
16241624
- image: quay.io/openshift/origin-oauth-proxy:4.14
16251625
name: oauth-proxy
1626-
version: 0.14.1
1626+
version: 0.14.2
16271627
webhookdefinitions:
16281628
- admissionReviewVersions:
16291629
- 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.1
77-
createdAt: "2024-12-02T11:40:38Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
77+
createdAt: "2024-12-02T13:07:42Z"
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.1
86+
name: tempo-operator.v0.14.2
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1483,7 +1483,7 @@ spec:
14831483
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
14841484
- name: RELATED_IMAGE_OAUTH_PROXY
14851485
value: quay.io/openshift/origin-oauth-proxy:4.14
1486-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.1
1486+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
14871487
livenessProbe:
14881488
httpGet:
14891489
path: /healthz
@@ -1644,7 +1644,7 @@ spec:
16441644
name: tempo-gateway-opa
16451645
- image: quay.io/openshift/origin-oauth-proxy:4.14
16461646
name: oauth-proxy
1647-
version: 0.14.1
1647+
version: 0.14.2
16481648
webhookdefinitions:
16491649
- admissionReviewVersions:
16501650
- 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.1
12+
newTag: v0.14.2

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.1
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
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.1
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.14.2
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)