From 2fbc1fd724429cb9fd3be6e97caba7bed0a43372 Mon Sep 17 00:00:00 2001 From: Yuri Sa <48062171+yuriolisa@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:07:36 +0200 Subject: [PATCH] Release 0.105.0 (#3164) * Release 0.105.0 Signed-off-by: Yuri Sa * Release 0.105.0 Signed-off-by: Yuri Sa * Release 0.105.0 Signed-off-by: Yuri Sa --------- Signed-off-by: Yuri Sa --- .chloggen/0150-workaround.yaml | 16 ---------- .chloggen/2995-openshift-dashboard.yaml | 16 ---------- .chloggen/3054-create-openshift-bundle.yaml | 16 ---------- .chloggen/3151-feat-annotations-filter.yaml | 16 ---------- .chloggen/3157-fix-service-instance-id.yaml | 16 ---------- .chloggen/add-ip-families.yaml | 16 ---------- .../feat_python-prometheus-exporter.yaml | 16 ---------- .../fix-opamp-bridge-missing-config.yaml | 16 ---------- CHANGELOG.md | 29 +++++++++++++++++++ README.md | 2 +- RELEASE.md | 2 +- ...emetry-operator.clusterserviceversion.yaml | 8 ++--- ...emetry-operator.clusterserviceversion.yaml | 8 ++--- versions.txt | 10 +++---- 14 files changed, 44 insertions(+), 143 deletions(-) delete mode 100755 .chloggen/0150-workaround.yaml delete mode 100755 .chloggen/2995-openshift-dashboard.yaml delete mode 100755 .chloggen/3054-create-openshift-bundle.yaml delete mode 100644 .chloggen/3151-feat-annotations-filter.yaml delete mode 100644 .chloggen/3157-fix-service-instance-id.yaml delete mode 100755 .chloggen/add-ip-families.yaml delete mode 100755 .chloggen/feat_python-prometheus-exporter.yaml delete mode 100755 .chloggen/fix-opamp-bridge-missing-config.yaml diff --git a/.chloggen/0150-workaround.yaml b/.chloggen/0150-workaround.yaml deleted file mode 100755 index ca3cb31c7a..0000000000 --- a/.chloggen/0150-workaround.yaml +++ /dev/null @@ -1,16 +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: Remove workaround for 0.104.0 that enabled feature-gate `confmap.unifyEnvVarExpansion` when Prometheus receiver was enabled. - -# One or more tracking issues related to the change -issues: [3142] - -# (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/2995-openshift-dashboard.yaml b/.chloggen/2995-openshift-dashboard.yaml deleted file mode 100755 index bb638701e3..0000000000 --- a/.chloggen/2995-openshift-dashboard.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: collector - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Create automatically an OpenShift dashboard to visualize OpenTelemetry Collector metrics - -# One or more tracking issues related to the change -issues: [2995] - -# (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: To enable this feature, you need to specify the `--openshift-create-dashboard` argument to the operator diff --git a/.chloggen/3054-create-openshift-bundle.yaml b/.chloggen/3054-create-openshift-bundle.yaml deleted file mode 100755 index c9128c4b2f..0000000000 --- a/.chloggen/3054-create-openshift-bundle.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: bundle - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: "Create an specific bundle for OpenShift environments." - -# One or more tracking issues related to the change -issues: [3054] - -# (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/3151-feat-annotations-filter.yaml b/.chloggen/3151-feat-annotations-filter.yaml deleted file mode 100644 index c8d8133838..0000000000 --- a/.chloggen/3151-feat-annotations-filter.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: collector - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: "Configmap, rbac, service, serviceaccount apply annotations-filter." - -# One or more tracking issues related to the change -issues: [3151] - -# (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/3157-fix-service-instance-id.yaml b/.chloggen/3157-fix-service-instance-id.yaml deleted file mode 100644 index 01cff07754..0000000000 --- a/.chloggen/3157-fix-service-instance-id.yaml +++ /dev/null @@ -1,16 +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: auto-instrumentation - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Fixes a bug statefulSet wrong service.instance.id - -# One or more tracking issues related to the change -issues: [3157] - -# (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/add-ip-families.yaml b/.chloggen/add-ip-families.yaml deleted file mode 100755 index bd4f68db2f..0000000000 --- a/.chloggen/add-ip-families.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: 'collector' - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: "Enabling ipFamilies and ipFamilyPolicy to be configured via OpenTelemetryCollector" - -# One or more tracking issues related to the change -issues: [2958] - -# (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/feat_python-prometheus-exporter.yaml b/.chloggen/feat_python-prometheus-exporter.yaml deleted file mode 100755 index bf3f25c3f8..0000000000 --- a/.chloggen/feat_python-prometheus-exporter.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: auto-instrumentation - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Add Prometheus exporter to Python auto-instrumentation - -# One or more tracking issues related to the change -issues: [3122] - -# (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/fix-opamp-bridge-missing-config.yaml b/.chloggen/fix-opamp-bridge-missing-config.yaml deleted file mode 100755 index ac5b00875e..0000000000 --- a/.chloggen/fix-opamp-bridge-missing-config.yaml +++ /dev/null @@ -1,16 +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: opamp - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Fixes a bug where the collector was not being marshalled correctly by using a reference instead of a value. - -# One or more tracking issues related to the change -issues: [3171] - -# (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/CHANGELOG.md b/CHANGELOG.md index b83a33ec8b..35f914d679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ +## 0.105.0 + +### 💡 Enhancements 💡 + +- `collector`: Create automatically an OpenShift dashboard to visualize OpenTelemetry Collector metrics (#2995) + To enable this feature, you need to specify the `--openshift-create-dashboard` argument to the operator +- `bundle`: Create an specific bundle for OpenShift environments. (#3054) +- `collector`: Enabling ipFamilies and ipFamilyPolicy to be configured via OpenTelemetryCollector (#2958) +- `auto-instrumentation`: Add Prometheus exporter to Python auto-instrumentation (#3122) +- `collector`: Configmap, rbac, service, serviceaccount apply annotations-filter. (#3151) + +### 🧰 Bug fixes 🧰 + +- `collector`: Remove workaround for 0.104.0 that enabled feature-gate `confmap.unifyEnvVarExpansion` when Prometheus receiver was enabled. (#3142) +- `opamp`: Fixes a bug where the collector was not being marshalled correctly by using a reference instead of a value. (#3171) +- `auto-instrumentation`: Fixes a bug statefulSet wrong service.instance.id (#3157) + +### Components + +* [OpenTelemetry Collector - v0.105.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.105.0) +* [OpenTelemetry Contrib - v0.105.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.105.0) +* [Java auto-instrumentation - v1.33.5](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.5) +* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0) +* [Node.JS - v0.52.1](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.52.1) +* [Python - v0.46b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.46b0) +* [Go - v0.13.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.13.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.104.0 ### 🛑 Breaking changes 🛑 diff --git a/README.md b/README.md index a6c44d9ddf..0ac787afc1 100644 --- a/README.md +++ b/README.md @@ -739,6 +739,7 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range, | OpenTelemetry Operator | Kubernetes | Cert-Manager | Prometheus-Operator | |------------------------|----------------| ------------ |---------------------| +| v0.105.0 | v1.23 to v1.30 | v1 | v0.74.0 | | v0.104.0 | v1.23 to v1.30 | v1 | v0.74.0 | | v0.103.0 | v1.23 to v1.30 | v1 | v0.74.0 | | v0.102.0 | v1.23 to v1.30 | v1 | v0.71.2 | @@ -761,7 +762,6 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range, | v0.85.0 | v1.19 to v1.28 | v1 | v0.67.1 | | v0.84.0 | v1.19 to v1.28 | v1 | v0.67.1 | | v0.83.0 | v1.19 to v1.27 | v1 | v0.67.1 | -| v0.82.0 | v1.19 to v1.27 | v1 | v0.67.1 | ## Contributing and Developing diff --git a/RELEASE.md b/RELEASE.md index 1b8f98d09a..fd8c4eb67a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -44,9 +44,9 @@ The operator should be released within a week after the [OpenTelemetry collector | Version | Release manager | |----------|-----------------| -| v0.105.0 | @yuriolisa | | v0.106.0 | @pavolloffay | | v0.107.0 | @TylerHelmuth | | v0.108.0 | @jaronoff97 | | v0.109.0 | @swiatekm | | v0.110.0 | @frzifus | +| v0.111.0 | @yuriolisa | \ No newline at end of file diff --git a/bundle/community/manifests/opentelemetry-operator.clusterserviceversion.yaml b/bundle/community/manifests/opentelemetry-operator.clusterserviceversion.yaml index aa1aed7f9c..0e20bfaf48 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: "2024-07-18T14:09:46Z" + createdAt: "2024-07-25T10:31:46Z" 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.104.0 + name: opentelemetry-operator.v0.105.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -504,7 +504,7 @@ spec: valueFrom: fieldRef: fieldPath: spec.serviceAccountName - image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.104.0 + image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.105.0 livenessProbe: httpGet: path: /healthz @@ -612,7 +612,7 @@ spec: minKubeVersion: 1.23.0 provider: name: OpenTelemetry Community - version: 0.104.0 + version: 0.105.0 webhookdefinitions: - admissionReviewVersions: - v1alpha1 diff --git a/bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml b/bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml index 7d74d1e993..bcf19e66a3 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: "2024-07-20T18:51:11Z" + createdAt: "2024-07-25T10:31:56Z" 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.104.0 + name: opentelemetry-operator.v0.105.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -508,7 +508,7 @@ spec: valueFrom: fieldRef: fieldPath: spec.serviceAccountName - image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.104.0 + image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.105.0 livenessProbe: httpGet: path: /healthz @@ -616,7 +616,7 @@ spec: minKubeVersion: 1.23.0 provider: name: OpenTelemetry Community - version: 0.104.0 + version: 0.105.0 webhookdefinitions: - admissionReviewVersions: - v1alpha1 diff --git a/versions.txt b/versions.txt index 8a9f5a2ef9..545344cef2 100644 --- a/versions.txt +++ b/versions.txt @@ -2,20 +2,20 @@ # 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.104.0 +opentelemetry-collector=0.105.0 # Represents the current release of the OpenTelemetry Operator. -operator=0.104.0 +operator=0.105.0 # Represents the current release of the Target Allocator. -targetallocator=0.104.0 +targetallocator=0.105.0 # Represents the current release of the Operator OpAMP Bridge. -operator-opamp-bridge=0.104.0 +operator-opamp-bridge=0.105.0 # Represents the current release of Java instrumentation. # Should match autoinstrumentation/java/version.txt -autoinstrumentation-java=1.32.1 +autoinstrumentation-java=1.33.5 # Represents the current release of NodeJS instrumentation. # Should match value in autoinstrumentation/nodejs/package.json