From 8d19f4fbb673554ade02585598ca04a167ce27cb Mon Sep 17 00:00:00 2001 From: Israel Blancas Date: Mon, 10 Feb 2025 14:57:58 +0100 Subject: [PATCH] [chore] Release 0.118.0 (#3698) Signed-off-by: Israel Blancas --- .chloggen/3350-ta-matchlabels.yaml | 16 --------- .chloggen/3452.yaml | 22 ------------ ...oyed-and-mTLS-feature-gate-is-enabled.yaml | 9 ----- .chloggen/feat_enable-ta-crd.yaml | 16 --------- CHANGELOG.md | 34 +++++++++++++++++++ RELEASE.md | 2 +- ...emetry-operator.clusterserviceversion.yaml | 8 ++--- ...emetry-operator.clusterserviceversion.yaml | 8 ++--- docs/compatibility.md | 2 +- versions.txt | 8 ++--- 10 files changed, 48 insertions(+), 77 deletions(-) delete mode 100755 .chloggen/3350-ta-matchlabels.yaml delete mode 100755 .chloggen/3452.yaml delete mode 100755 .chloggen/Fix-Prevent-mounting-secrets-to-collector-when-TA-is-not-deployed-and-mTLS-feature-gate-is-enabled.yaml delete mode 100755 .chloggen/feat_enable-ta-crd.yaml diff --git a/.chloggen/3350-ta-matchlabels.yaml b/.chloggen/3350-ta-matchlabels.yaml deleted file mode 100755 index 321f3d91e7..0000000000 --- a/.chloggen/3350-ta-matchlabels.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: enhancement - -# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action) -component: target allocator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: "Support camelcase matchLabels and matchExpressions in target allocator config" - -# One or more tracking issues related to the change -issues: [3350] - -# (Optional) One or more lines of additional information to render under the primary note. -# These lines will be padded with 2 spaces and then inserted directly into the document. -# Use pipe (|) for multiline entries. -subtext: diff --git a/.chloggen/3452.yaml b/.chloggen/3452.yaml deleted file mode 100755 index 64a8a26fc7..0000000000 --- a/.chloggen/3452.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: bug_fix - -# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action) -component: collector - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Fix config handling with null values. - -# One or more tracking issues related to the change -issues: [3452] - -# (Optional) One or more lines of additional information to render under the primary note. -# These lines will be padded with 2 spaces and then inserted directly into the document. -# Use pipe (|) for multiline entries. -subtext: | - Fix the defaulting webhook error `src and dst must not be nil` caused by defaulting a known component with a null value: - e.g. - ```yaml - receivers: - zipkin: - ``` \ No newline at end of file diff --git a/.chloggen/Fix-Prevent-mounting-secrets-to-collector-when-TA-is-not-deployed-and-mTLS-feature-gate-is-enabled.yaml b/.chloggen/Fix-Prevent-mounting-secrets-to-collector-when-TA-is-not-deployed-and-mTLS-feature-gate-is-enabled.yaml deleted file mode 100755 index 93cd9107e0..0000000000 --- a/.chloggen/Fix-Prevent-mounting-secrets-to-collector-when-TA-is-not-deployed-and-mTLS-feature-gate-is-enabled.yaml +++ /dev/null @@ -1,9 +0,0 @@ -change_type: bug_fix - -component: collector - -note: Prevent mounting secrets to collector when TA is not deployed and mTLS feature gate is enabled - -issues: [3456] - -subtext: diff --git a/.chloggen/feat_enable-ta-crd.yaml b/.chloggen/feat_enable-ta-crd.yaml deleted file mode 100755 index 25e18769ea..0000000000 --- a/.chloggen/feat_enable-ta-crd.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: new_component - -# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action) -component: target allocator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Introduce TargetAllocator CRD - -# One or more tracking issues related to the change -issues: [2422] - -# (Optional) One or more lines of additional information to render under the primary note. -# These lines will be padded with 2 spaces and then inserted directly into the document. -# Use pipe (|) for multiline entries. -subtext: See the [CRD changelog](./docs/crd-changelog.md) for more information. diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d00b7afe..c47855bd23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ +## 0.118.0 + +### 🚀 New components 🚀 + +- `target allocator`: Introduce TargetAllocator CRD (#2422) + See the [CRD changelog](./docs/crd-changelog.md) for more information. + +### 💡 Enhancements 💡 + +- `target allocator`: Support camelcase matchLabels and matchExpressions in target allocator config (#3350) + +### 🧰 Bug fixes 🧰 + +- `collector`: Fix config handling with null values. (#3452) + Fix the defaulting webhook error `src and dst must not be nil` caused by defaulting a known component with a null value: + e.g. + ```yaml + receivers: + zipkin: + ``` +- `collector`: Prevent mounting secrets to collector when TA is not deployed and mTLS feature gate is enabled (#3456) + +### Components + +* [OpenTelemetry Collector - v0.118.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.118.0) +* [OpenTelemetry Contrib - v0.118.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.118.0) +* [Java auto-instrumentation - v1.33.6](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.6) +* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0) +* [Node.JS - v0.53.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.53.0) +* [Python - v0.50b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.50b0) +* [Go - v0.19.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.19.0-alpha) +* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) +* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) + ## 0.117.0 ### 🛑 Breaking changes 🛑 diff --git a/RELEASE.md b/RELEASE.md index 510e5bc068..5b028e8ce3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -44,10 +44,10 @@ The operator should be released within a week after the [OpenTelemetry collector | Version | Release manager | |----------|-----------------| -| v0.118.0 | @iblancasa | | v0.119.0 | @frzifus | | v0.120.0 | @yuriolisa | | v0.121.0 | @pavolloffay | | v0.122.0 | @TylerHelmuth | | v0.123.0 | @jaronoff97 | | v0.124.0 | @swiatekm | +| v0.125.0 | @iblancasa | diff --git a/bundle/community/manifests/opentelemetry-operator.clusterserviceversion.yaml b/bundle/community/manifests/opentelemetry-operator.clusterserviceversion.yaml index d2cd84a00a..7182529cca 100644 --- a/bundle/community/manifests/opentelemetry-operator.clusterserviceversion.yaml +++ b/bundle/community/manifests/opentelemetry-operator.clusterserviceversion.yaml @@ -99,13 +99,13 @@ metadata: categories: Logging & Tracing,Monitoring certified: "false" containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator - createdAt: "2025-01-24T11:36:07Z" + createdAt: "2025-02-06T17:59:07Z" description: Provides the OpenTelemetry components, including the Collector operators.operatorframework.io/builder: operator-sdk-v1.29.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: github.com/open-telemetry/opentelemetry-operator support: OpenTelemetry Community - name: opentelemetry-operator.v0.117.0 + name: opentelemetry-operator.v0.118.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -529,7 +529,7 @@ spec: valueFrom: fieldRef: fieldPath: spec.serviceAccountName - image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.117.0 + image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.118.0 livenessProbe: httpGet: path: /healthz @@ -637,7 +637,7 @@ spec: minKubeVersion: 1.23.0 provider: name: OpenTelemetry Community - version: 0.117.0 + version: 0.118.0 webhookdefinitions: - admissionReviewVersions: - v1alpha1 diff --git a/bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml b/bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml index 44e718e9e1..74ed6704cb 100644 --- a/bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml +++ b/bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml @@ -99,13 +99,13 @@ metadata: categories: Logging & Tracing,Monitoring certified: "false" containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator - createdAt: "2025-01-24T11:36:07Z" + createdAt: "2025-02-06T17:59:07Z" description: Provides the OpenTelemetry components, including the Collector operators.operatorframework.io/builder: operator-sdk-v1.29.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: github.com/open-telemetry/opentelemetry-operator support: OpenTelemetry Community - name: opentelemetry-operator.v0.117.0 + name: opentelemetry-operator.v0.118.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -533,7 +533,7 @@ spec: valueFrom: fieldRef: fieldPath: spec.serviceAccountName - image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.117.0 + image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.118.0 livenessProbe: httpGet: path: /healthz @@ -652,7 +652,7 @@ spec: minKubeVersion: 1.23.0 provider: name: OpenTelemetry Community - version: 0.117.0 + version: 0.118.0 webhookdefinitions: - admissionReviewVersions: - v1alpha1 diff --git a/docs/compatibility.md b/docs/compatibility.md index 4e39e42268..e9ab98956f 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -46,6 +46,7 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range, | OpenTelemetry Operator | Kubernetes | Cert-Manager | Prometheus-Operator | |------------------------|----------------|--------------|---------------------| +| v0.118.0 | v1.23 to v1.32 | v1 | v0.76.2 | | v0.117.0 | v1.23 to v1.32 | v1 | v0.76.2 | | v0.116.0 | v1.23 to v1.31 | v1 | v0.76.2 | | v0.115.0 | v1.23 to v1.31 | v1 | v0.76.0 | @@ -70,7 +71,6 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range, | v0.96.0 | v1.23 to v1.29 | v1 | v0.71.2 | | v0.95.0 | v1.23 to v1.29 | v1 | v0.71.2 | | v0.94.0 | v1.23 to v1.29 | v1 | v0.71.0 | -| v0.93.0 | v1.23 to v1.29 | v1 | v0.71.0 | [kubernetes_releases]: https://kubernetes.io/releases/ [openshift_support]: https://access.redhat.com/support/policy/updates/openshift diff --git a/versions.txt b/versions.txt index 6626da5978..ec212ab6d8 100644 --- a/versions.txt +++ b/versions.txt @@ -2,16 +2,16 @@ # by default with the OpenTelemetry Operator. This would usually be the latest # stable OpenTelemetry version. When you update this file, make sure to update the # the docs as well. -opentelemetry-collector=0.117.0 +opentelemetry-collector=0.118.0 # Represents the current release of the OpenTelemetry Operator. -operator=0.117.0 +operator=0.118.0 # Represents the current release of the Target Allocator. -targetallocator=0.117.0 +targetallocator=0.118.0 # Represents the current release of the Operator OpAMP Bridge. -operator-opamp-bridge=0.117.0 +operator-opamp-bridge=0.118.0 # Represents the current release of Java instrumentation. # Should match autoinstrumentation/java/version.txt