From c9a8ce2592a2b9355d2d6509cb5698343a6a854e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Tue, 25 Jun 2024 18:09:28 +0000 Subject: [PATCH] Prepare 0.103.0 release (#3072) * Prepare 0.103.0 release * Bump collector to 0.103.1 --- .chloggen/chore_upgrade-go-122.yaml | 16 ------------ ...ix_webserver-instrumentation-log-file.yaml | 16 ------------ .chloggen/resolve-easy-miss.yaml | 16 ------------ CHANGELOG.md | 25 +++++++++++++++++++ README.md | 2 +- RELEASE.md | 4 +-- ...emetry-operator.clusterserviceversion.yaml | 8 +++--- versions.txt | 10 ++++---- 8 files changed, 37 insertions(+), 60 deletions(-) delete mode 100755 .chloggen/chore_upgrade-go-122.yaml delete mode 100755 .chloggen/fix_webserver-instrumentation-log-file.yaml delete mode 100755 .chloggen/resolve-easy-miss.yaml diff --git a/.chloggen/chore_upgrade-go-122.yaml b/.chloggen/chore_upgrade-go-122.yaml deleted file mode 100755 index 3ad885a636..0000000000 --- a/.chloggen/chore_upgrade-go-122.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, target allocator, opamp - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Require Go 1.22 for building the operator - -# One or more tracking issues related to the change -issues: [2757] - -# (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_webserver-instrumentation-log-file.yaml b/.chloggen/fix_webserver-instrumentation-log-file.yaml deleted file mode 100755 index 0d87df6fac..0000000000 --- a/.chloggen/fix_webserver-instrumentation-log-file.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: Since webserver instrumentation 1.0.4, the configuration log file has been renamed from appdynamics_sdk_log4cxx.xml.template to opentelemetry_sdk_log4cxx.xml.template. The operator upgraded the webserver instrumentation version but haven't change the configuration file name. - -# One or more tracking issues related to the change -issues: [2978] - -# (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/resolve-easy-miss.yaml b/.chloggen/resolve-easy-miss.yaml deleted file mode 100755 index 7ea24aa0ff..0000000000 --- a/.chloggen/resolve-easy-miss.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: target-allocator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Fixes a bug that didn't automatically create a PDB for a TA with per-node strategy - -# One or more tracking issues related to the change -issues: [2900] - -# (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 39b6677d59..9c4fcac59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## 0.103.0 + +### 💡 Enhancements 💡 + +- `collector, target allocator, opamp`: Require Go 1.22 for building the operator (#2757) + +### 🧰 Bug fixes 🧰 + +- `auto-instrumentation`: Fix webserver instrumentation log file name (#2978) + + Since webserver instrumentation 1.0.4, the configuration log file has been renamed from appdynamics_sdk_log4cxx.xml.template to opentelemetry_sdk_log4cxx.xml.template. The operator upgraded the webserver instrumentation version but haven't change the configuration file name. +- `target-allocator`: Fixes a bug that didn't automatically create a PDB for a TA with per-node strategy (#2900) + +### Components + +* [OpenTelemetry Collector - v0.103.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.103.0) +* [OpenTelemetry Contrib - v0.103.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.103.0) +* [Java auto-instrumentation - v1.32.1](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.32.1) +* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0) +* [Node.JS - v0.51.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.51.0) +* [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.102.0 ### 💡 Enhancements 💡 diff --git a/README.md b/README.md index a688ed1b00..df437cd268 100644 --- a/README.md +++ b/README.md @@ -738,6 +738,7 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range, | OpenTelemetry Operator | Kubernetes | Cert-Manager | |------------------------|----------------| ------------ | +| v0.103.0 | v1.23 to v1.30 | v1 | | v0.102.0 | v1.23 to v1.30 | v1 | | v0.101.0 | v1.23 to v1.30 | v1 | | v0.100.0 | v1.23 to v1.29 | v1 | @@ -760,7 +761,6 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range, | v0.83.0 | v1.19 to v1.27 | v1 | | v0.82.0 | v1.19 to v1.27 | v1 | | v0.81.0 | v1.19 to v1.27 | v1 | -| v0.80.0 | v1.19 to v1.27 | v1 | ## Contributing and Developing diff --git a/RELEASE.md b/RELEASE.md index 0eb6d4c313..cf04f4a7d1 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.103.0 | @swiatekm-sumo | | v0.104.0 | @frzifus | | v0.105.0 | @pavolloffay | | v0.106.0 | @yuriolisa | | v0.107.0 | @TylerHelmuth | -| v0.108.0 | @jaronoff97 | \ No newline at end of file +| v0.108.0 | @jaronoff97 | +| v0.109.0 | @swiatekm-sumo | \ No newline at end of file diff --git a/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml b/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml index a404a30ec1..cbb2a798d3 100644 --- a/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml +++ b/bundle/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-06-05T18:27:00Z" + createdAt: "2024-06-25T12:03:57Z" 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.102.0 + name: opentelemetry-operator.v0.103.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.102.0 + image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.103.0 livenessProbe: httpGet: path: /healthz @@ -612,7 +612,7 @@ spec: minKubeVersion: 1.23.0 provider: name: OpenTelemetry Community - version: 0.102.0 + version: 0.103.0 webhookdefinitions: - admissionReviewVersions: - v1alpha1 diff --git a/versions.txt b/versions.txt index 1ca723f27b..bf597f61da 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.102.1 +opentelemetry-collector=0.103.1 # Represents the current release of the OpenTelemetry Operator. -operator=0.102.0 +operator=0.103.0 # Represents the current release of the Target Allocator. -targetallocator=0.102.0 +targetallocator=0.103.0 # Represents the current release of the Operator OpAMP Bridge. -operator-opamp-bridge=0.102.0 +operator-opamp-bridge=0.103.0 # Represents the current release of Java instrumentation. # Should match autoinstrumentation/java/version.txt @@ -23,7 +23,7 @@ autoinstrumentation-nodejs=0.51.0 # Represents the current release of Python instrumentation. # Should match value in autoinstrumentation/python/requirements.txt -autoinstrumentation-python=0.45b0 +autoinstrumentation-python=0.46b0 # Represents the current release of DotNet instrumentation. # Should match autoinstrumentation/dotnet/version.txt