diff --git a/.chloggen/apache-http-instrumentation-command-flag.yaml b/.chloggen/apache-http-instrumentation-command-flag.yaml deleted file mode 100755 index afd84fbc6c..0000000000 --- a/.chloggen/apache-http-instrumentation-command-flag.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: breaking - -# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action) -component: operator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: remove featuregate `EnableApacheHTTPAutoInstrumentationSupport`. Use command line flag `--enable-apache-httpd-instrumentation` instead - -# One or more tracking issues related to the change -issues: [2582, 2670] - -# (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/enable-selectors-daemonset-status.yaml b/.chloggen/enable-selectors-daemonset-status.yaml deleted file mode 100755 index 07e2fa3645..0000000000 --- a/.chloggen/enable-selectors-daemonset-status.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. operator, target allocator, github action) -component: operator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Allow for label selectors on the daemonset through update status - -# One or more tracking issues related to the change -issues: [2605] - -# (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-2598.yaml b/.chloggen/fix-2598.yaml deleted file mode 100755 index 3ab0f19033..0000000000 --- a/.chloggen/fix-2598.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. operator, target allocator, github action) -component: operator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: propagate otel name label down to selector of ta resources - -# One or more tracking issues related to the change -issues: [2598] - -# (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-common-fields.yaml b/.chloggen/fix-common-fields.yaml deleted file mode 100755 index 79ec215e5e..0000000000 --- a/.chloggen/fix-common-fields.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. operator, target allocator, github action) -component: operator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: fixes an error in conversion from v1alpha1 to v1beta1 - -# One or more tracking issues related to the change -issues: [2689] - -# (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-exporter-conf-panic.yaml b/.chloggen/fix-exporter-conf-panic.yaml deleted file mode 100644 index 55dd24ee3e..0000000000 --- a/.chloggen/fix-exporter-conf-panic.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. operator, target allocator, github action) -component: operator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: "Fixes a panic on exporter prometheus endpoint not valid" - -# One or more tracking issues related to the change -issues: [2628] - -# (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-hpa-delete.yaml b/.chloggen/fix-hpa-delete.yaml deleted file mode 100755 index e9cfd3c894..0000000000 --- a/.chloggen/fix-hpa-delete.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. operator, target allocator, github action) -component: operator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Fixed HPA deletion - -# One or more tracking issues related to the change -issues: [2568, 2587, 2651] - -# (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/multi-instrumentation-command-flag.yaml b/.chloggen/multi-instrumentation-command-flag.yaml deleted file mode 100755 index b4af3a899f..0000000000 --- a/.chloggen/multi-instrumentation-command-flag.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: breaking - -# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action) -component: operator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: change multi instrumentation feature gate into command line flag --enable-multi-instrumentation - -# One or more tracking issues related to the change -issues: [2582] - -# (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 af6cdb7d9f..ff3ca076db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ Changes by Version ================== +## 0.95.0 + +### 🛑 Breaking changes 🛑 + +- `operator`: remove featuregate `EnableApacheHTTPAutoInstrumentationSupport`. Use command line flag `--enable-apache-httpd-instrumentation` instead (#2582, #2670) +- `operator`: change multi instrumentation feature gate into command line flag --enable-multi-instrumentation (#2582) + +### 💡 Enhancements 💡 + +- `operator`: Allow for label selectors on the daemonset through update status (#2605) + +### 🧰 Bug fixes 🧰 + +- `operator`: propagate otel name label down to selector of ta resources (#2598) +- `operator`: fixes an error in conversion from v1alpha1 to v1beta1 (#2689) +- `operator`: Fixes a panic on exporter prometheus endpoint not valid (#2628) +- `operator`: Fixed HPA deletion (#2568, #2587, #2651) + +### Components + +* [OpenTelemetry Collector - v0.95.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.95.0) +* [OpenTelemetry Contrib - v0.95.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.95.0) +* [Java auto-instrumentation - 1.32.1](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.32.1) +* [.NET auto-instrumentation - 1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/1.2.0) +* [Node.JS - 0.46.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-0.46.0) +* [Python - 0.44b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/0.44b0) +* [Go - vv0.10.1-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/vv0.10.1-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.94.0 ### 💡 Enhancements 💡 diff --git a/README.md b/README.md index b8bbcfb93f..646b39af8e 100644 --- a/README.md +++ b/README.md @@ -710,6 +710,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range, | OpenTelemetry Operator | Kubernetes | Cert-Manager | |------------------------|----------------------|---------------------| +| v0.95.0 | v1.23 to v1.29 | v1 | | v0.94.0 | v1.23 to v1.29 | v1 | | v0.93.0 | v1.23 to v1.29 | v1 | | v0.92.0 | v1.23 to v1.29 | v1 | @@ -732,7 +733,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range, | v0.75.0 | v1.19 to v1.26 | v1 | | v0.74.0 | v1.19 to v1.26 | v1 | | v0.73.0 | v1.19 to v1.26 | v1 | -| v0.72.0 | v1.19 to v1.26 | v1 | ## Contributing and Developing diff --git a/RELEASE.md b/RELEASE.md index 4ce905a4e9..6bc6f5b27e 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.95.0 | @swiatekm-sumo | | v0.96.0 | @frzifus | | v0.97.0 | @jaronoff97 | | v0.98.0 | @yuriolisa | | v0.99.0 | @pavolloffay | | v0.100.0 | @VineethReddy02 | | v0.101.0 | @TylerHelmuth | +| v0.102.0 | @swiatekm-sumo | diff --git a/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml b/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml index 316060a979..7e7474984d 100644 --- a/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml +++ b/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml @@ -65,13 +65,13 @@ metadata: categories: Logging & Tracing,Monitoring certified: "false" containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator - createdAt: "2024-02-27T11:16:56Z" + createdAt: "2024-03-01T10:16:23Z" 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.94.0 + name: opentelemetry-operator.v0.95.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -404,7 +404,7 @@ spec: - --zap-log-level=info - --zap-time-encoding=rfc3339nano - --feature-gates=+operator.autoinstrumentation.go,+operator.autoinstrumentation.nginx - image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.94.0 + image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.95.0 livenessProbe: httpGet: path: /healthz @@ -512,7 +512,7 @@ spec: minKubeVersion: 1.23.0 provider: name: OpenTelemetry Community - version: 0.94.0 + version: 0.95.0 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/versions.txt b/versions.txt index 1682c360d8..0f869b30b8 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.94.0 +opentelemetry-collector=0.95.0 # Represents the current release of the OpenTelemetry Operator. -operator=0.94.0 +operator=0.95.0 # Represents the current release of the Target Allocator. -targetallocator=0.94.0 +targetallocator=0.95.0 # Represents the current release of the Operator OpAMP Bridge. -operator-opamp-bridge=0.94.0 +operator-opamp-bridge=0.95.0 # Represents the current release of Java instrumentation. # Should match autoinstrumentation/java/version.txt @@ -23,7 +23,7 @@ autoinstrumentation-nodejs=0.46.0 # Represents the current release of Python instrumentation. # Should match value in autoinstrumentation/python/requirements.txt -autoinstrumentation-python=0.43b0 +autoinstrumentation-python=0.44b0 # Represents the current release of DotNet instrumentation. # Should match autoinstrumentation/dotnet/version.txt