Skip to content

Commit 554cc1f

Browse files
authored
[chore] prep v0.122.0 release (#3895)
* [chore] prep v0.122.0 release * fix annotation
1 parent c0c9665 commit 554cc1f

11 files changed

+58
-110
lines changed

.chloggen/3730.yaml

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

.chloggen/crd_changes_for_collector_grace_period.yaml

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

.chloggen/feat_update-instrumentation-memory-limits.yaml

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

.chloggen/recommedded-resource-attributes.yaml

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

.chloggen/set-default-healthcheck-endpoint.yaml

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

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22

33
<!-- next version -->
44

5+
## 0.122.0
6+
7+
### 🛑 Breaking changes 🛑
8+
9+
- `auto-instrumentation`: Update recommended resource attributes to match the [semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/non-normative/k8s-attributes.md) (#3797)
10+
This change updates the recommended resource attributes to match the [semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/non-normative/k8s-attributes.md).
11+
The following attributes have been updated:
12+
- `service.version` now uses the docker image digest in addition to the tag
13+
- the well-known label `app.kubernetes.io/part-of` for `service.namespace` has been removed
14+
- the well-known label `app.kubernetes.io/instance` has been added (translates to `service.name`)
15+
- `service.namespace` now also uses the Kubernetes namespace name (if `resource.opentelemetry.io/service.namespace` is not set)
16+
17+
**You can do the following to avoid breaking changes**:
18+
- `service.version`: Set the version explicitly using `resource.opentelemetry.io/service.version`
19+
(not recommended, the version has only been made more specific)
20+
- `service.namespace`: Set the namespace explicitly using `resource.opentelemetry.io/service.namespace` -
21+
or just rely on the Kubernetes namespace name, which is now the default
22+
- `service.name`: If you have enabled `useLabelsForResourceAttributes`:
23+
Set the name explicitly using `resource.opentelemetry.io/service.name` if `app.kubernetes.io/instance` is used for another purpose
24+
25+
26+
### 💡 Enhancements 💡
27+
28+
- `target allocator`: Specific changes on CRD, Manifest, Controller, etc to allow specifying value for collector grace period (#3781)
29+
- `auto-instrumentation`: Increase default instrumentation memory limit to 256Mi (#3479)
30+
31+
### 🧰 Bug fixes 🧰
32+
33+
- `collector`: Fix the default configuration for the internal metrics endpoint (#3730)
34+
- `collector`: Set the default endpoint to 0.0.0.0:13133 for the collector health check extension (#3825, #3688)
35+
36+
### Components
37+
38+
* [OpenTelemetry Collector - v0.122.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.122.1)
39+
* [OpenTelemetry Contrib - v0.122.1](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.122.1)
40+
* [Java auto-instrumentation - v1.33.6](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.6)
41+
* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0)
42+
* [Node.JS - v0.56.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.56.0)
43+
* [Python - v0.51b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.51b0)
44+
* [Go - v0.19.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.19.0-alpha)
45+
* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
46+
* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
47+
548
## 0.121.0
649

750
### 🛑 Breaking changes 🛑

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ The operator should be released within a week after the [OpenTelemetry collector
4444

4545
| Version | Release manager |
4646
|----------|-----------------|
47-
| v0.122.0 | @TylerHelmuth |
4847
| v0.123.0 | @jaronoff97 |
4948
| v0.124.0 | @swiatekm |
5049
| v0.125.0 | @iblancasa |
5150
| v0.126.0 | @frzifus |
5251
| v0.127.0 | @yuriolisa |
5352
| v0.128.0 | @pavolloffay |
53+
| v0.129.0 | @TylerHelmuth |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ metadata:
9999
categories: Logging & Tracing,Monitoring
100100
certified: "false"
101101
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
102-
createdAt: "2025-04-07T17:06:33Z"
102+
createdAt: "2025-04-10T17:47:00Z"
103103
description: Provides the OpenTelemetry components, including the Collector
104104
operators.operatorframework.io/builder: operator-sdk-v1.29.0
105105
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
106106
repository: github.com/open-telemetry/opentelemetry-operator
107107
support: OpenTelemetry Community
108-
name: opentelemetry-operator.v0.121.0
108+
name: opentelemetry-operator.v0.122.0
109109
namespace: placeholder
110110
spec:
111111
apiservicedefinitions: {}
@@ -529,7 +529,7 @@ spec:
529529
valueFrom:
530530
fieldRef:
531531
fieldPath: spec.serviceAccountName
532-
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.121.0
532+
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.122.0
533533
livenessProbe:
534534
httpGet:
535535
path: /healthz
@@ -637,7 +637,7 @@ spec:
637637
minKubeVersion: 1.23.0
638638
provider:
639639
name: OpenTelemetry Community
640-
version: 0.121.0
640+
version: 0.122.0
641641
webhookdefinitions:
642642
- admissionReviewVersions:
643643
- v1alpha1

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ metadata:
9999
categories: Logging & Tracing,Monitoring
100100
certified: "false"
101101
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
102-
createdAt: "2025-04-07T17:06:33Z"
102+
createdAt: "2025-04-10T17:47:01Z"
103103
description: Provides the OpenTelemetry components, including the Collector
104104
operators.operatorframework.io/builder: operator-sdk-v1.29.0
105105
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
106106
repository: github.com/open-telemetry/opentelemetry-operator
107107
support: OpenTelemetry Community
108-
name: opentelemetry-operator.v0.121.0
108+
name: opentelemetry-operator.v0.122.0
109109
namespace: placeholder
110110
spec:
111111
apiservicedefinitions: {}
@@ -534,7 +534,7 @@ spec:
534534
valueFrom:
535535
fieldRef:
536536
fieldPath: spec.serviceAccountName
537-
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.121.0
537+
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.122.0
538538
livenessProbe:
539539
httpGet:
540540
path: /healthz
@@ -653,7 +653,7 @@ spec:
653653
minKubeVersion: 1.23.0
654654
provider:
655655
name: OpenTelemetry Community
656-
version: 0.121.0
656+
version: 0.122.0
657657
webhookdefinitions:
658658
- admissionReviewVersions:
659659
- v1alpha1

docs/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range,
4646

4747
| OpenTelemetry Operator | Kubernetes | Cert-Manager | Prometheus-Operator |
4848
|------------------------|----------------|--------------|---------------------|
49+
| v0.122.0 | v1.23 to v1.32 | v1 | v0.81.0 |
4950
| v0.121.0 | v1.23 to v1.32 | v1 | v0.78.2 |
5051
| v0.120.0 | v1.23 to v1.32 | v1 | v0.76.2 |
5152
| v0.119.0 | v1.23 to v1.32 | v1 | v0.76.2 |
@@ -70,7 +71,6 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range,
7071
| v0.100.0 | v1.23 to v1.29 | v1 | v0.71.2 |
7172
| v0.99.0 | v1.23 to v1.29 | v1 | v0.71.2 |
7273
| v0.98.0 | v1.23 to v1.29 | v1 | v0.71.2 |
73-
| v0.97.0 | v1.23 to v1.29 | v1 | v0.71.2 |
7474

7575
[kubernetes_releases]: https://kubernetes.io/releases/
7676
[openshift_support]: https://access.redhat.com/support/policy/updates/openshift

0 commit comments

Comments
 (0)