diff --git a/.chloggen/1479-fix-pprof-endpoint-target-allocator.yaml b/.chloggen/1479-fix-pprof-endpoint-target-allocator.yaml deleted file mode 100644 index e006b930f5..0000000000 --- a/.chloggen/1479-fix-pprof-endpoint-target-allocator.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: "target allocator" - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: "Properly handle all types of profiles in the pprof endpoint. Previously, some profiles where unavailable, leading to 404 response." - -# One or more tracking issues related to the change -issues: [1478] - -# (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: \ No newline at end of file diff --git a/.chloggen/target-alloc-version-bumps.yaml b/.chloggen/target-alloc-version-bumps.yaml deleted file mode 100755 index 44e13970ff..0000000000 --- a/.chloggen/target-alloc-version-bumps.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: target allocator - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Updates versions of many dependencies, sets defaults for prometheus operator to work. The breaking change introduced is the new RBAC requirement for "endpointslices" in the "discovery.k8s.io" api group. - -# One or more tracking issues related to the change -issues: [1464] - -# (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 333a104420..3f229d61ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ Changes by Version +## 0.63.1-125-ga8f00b4 + +### 🛑 Breaking changes 🛑 + +- `target allocator`: Updates versions of many dependencies, sets defaults for prometheus operator to work. The breaking change introduced is the new RBAC requirement for "endpointslices" in the "discovery.k8s.io" api group. (#1464) + +### 🧰 Bug fixes 🧰 + +- `target allocator`: Properly handle all types of profiles in the pprof endpoint. Previously, some profiles where unavailable, leading to 404 response. (#1478) + 0.70.0 ------------------ ### 💡 Enhancements 💡 diff --git a/README.md b/README.md index 41f7be3ec5..ca4ae8a82d 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range, | OpenTelemetry Operator | Kubernetes | Cert-Manager | |------------------------|----------------------|---------------------| +| v0.71.0 | v1.19 to v1.25 | v1 | | v0.70.0 | v1.19 to v1.25 | v1 | | v0.69.0 | v1.19 to v1.25 | v1 | | v0.68.0 | v1.19 to v1.25 | v1 | @@ -440,7 +441,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range, | v0.51.0 | v1.19 to v1.23 | v1alpha2 | | v0.50.0 | v1.19 to v1.23 | v1alpha2 | | v0.49.0 | v1.19 to v1.23 | v1alpha2 | -| v0.48.0 | v1.19 to v1.23 | v1alpha2 | diff --git a/RELEASE.md b/RELEASE.md index ad617a4913..46d1ccf6c8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -38,8 +38,8 @@ The operator should be released within a week after the [OpenTelemetry collector | Version | Release manager | |---------|-----------------| -| v0.71.0 | @frzifus | | v0.72.0 | @yuriolisa | | v0.73.0 | @jaronoff97 | | v0.74.0 | @pavolloffay | -| v0.75.0 | @VineethReddy02 | \ No newline at end of file +| v0.75.0 | @VineethReddy02 | +| v0.76.0 | @frzifus | diff --git a/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml b/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml index 07e05cd7e6..0126daa182 100644 --- a/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml +++ b/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml @@ -37,7 +37,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: github.com/open-telemetry/opentelemetry-operator support: OpenTelemetry Community - name: opentelemetry-operator.v0.70.0 + name: opentelemetry-operator.v0.71.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -307,7 +307,7 @@ spec: - --enable-leader-election - --zap-log-level=info - --zap-time-encoding=rfc3339nano - image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.70.0 + image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.71.0 livenessProbe: httpGet: path: /healthz @@ -414,7 +414,7 @@ spec: maturity: alpha provider: name: OpenTelemetry Community - version: 0.70.0 + version: 0.71.0 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/versions.txt b/versions.txt index d2ecbfab96..03b1937792 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.70.0 +opentelemetry-collector=0.71.0 # Represents the current release of the OpenTelemetry Operator. -operator=0.70.0 +operator=0.71.0 # Represents the current release of the Target Allocator. -targetallocator=0.70.0 +targetallocator=0.71.0 # Represents the current release of the Operator OpAMP Bridge. -operator-opamp-bridge=0.70.0 +operator-opamp-bridge=0.71.0 # Represents the current release of Java instrumentation. # Should match autoinstrumentation/java/version.txt @@ -31,4 +31,4 @@ autoinstrumentation-dotnet=0.5.0 # Represents the current release of Apache HTTPD instrumentation. # Should match autoinstrumentation/apache-httpd/version.txt -autoinstrumentation-apache-httpd=1.0.2 \ No newline at end of file +autoinstrumentation-apache-httpd=1.0.2