From c839f7371f585f26808595e47291002b333ddeb2 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Wed, 7 Aug 2024 17:17:35 +0200
Subject: [PATCH] Prepare release 0.106.0 (#3202)
* Prepare release 0.106.0
Signed-off-by: Pavol Loffay
* Fix
Signed-off-by: Pavol Loffay
* Fix
Signed-off-by: Pavol Loffay
---------
Signed-off-by: Pavol Loffay
---
...hift-dashboard-differentiate-otelcols.yaml | 16 -----------
...shift-dashboard-list-wrong-namespaces.yaml | 16 -----------
.chloggen/fix-pdb-defaulting-logic.yaml | 16 -----------
.chloggen/fix-ta-with-proxy.yaml | 20 --------------
CHANGELOG.md | 27 +++++++++++++++++++
README.md | 2 +-
RELEASE.md | 6 ++---
...emetry-operator.clusterserviceversion.yaml | 8 +++---
...emetry-operator.clusterserviceversion.yaml | 8 +++---
versions.txt | 12 ++++-----
10 files changed, 45 insertions(+), 86 deletions(-)
delete mode 100755 .chloggen/3189-openshift-dashboard-differentiate-otelcols.yaml
delete mode 100755 .chloggen/3196-openshift-dashboard-list-wrong-namespaces.yaml
delete mode 100755 .chloggen/fix-pdb-defaulting-logic.yaml
delete mode 100755 .chloggen/fix-ta-with-proxy.yaml
diff --git a/.chloggen/3189-openshift-dashboard-differentiate-otelcols.yaml b/.chloggen/3189-openshift-dashboard-differentiate-otelcols.yaml
deleted file mode 100755
index b517fc7eff..0000000000
--- a/.chloggen/3189-openshift-dashboard-differentiate-otelcols.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: operator
-
-# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
-note: When there were multiple OpenTelemetry Collector, the dashboard doesn't allow to select them individually.
-
-# One or more tracking issues related to the change
-issues: [3189]
-
-# (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/3196-openshift-dashboard-list-wrong-namespaces.yaml b/.chloggen/3196-openshift-dashboard-list-wrong-namespaces.yaml
deleted file mode 100755
index 1557c98037..0000000000
--- a/.chloggen/3196-openshift-dashboard-list-wrong-namespaces.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: operator
-
-# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
-note: "The OpenShift dashboard shown namespaces where PodMonitors or ServiceMonitors were created even if they were not associated to OpenTelemetry Collectors."
-
-# One or more tracking issues related to the change
-issues: [3196]
-
-# (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: "Now, the dashboard lists only those namespaces where there are OpenTelemetry Collectors."
diff --git a/.chloggen/fix-pdb-defaulting-logic.yaml b/.chloggen/fix-pdb-defaulting-logic.yaml
deleted file mode 100755
index ef94571620..0000000000
--- a/.chloggen/fix-pdb-defaulting-logic.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: Fixes a bug where the operator would default the PDB in the wrong place.
-
-# One or more tracking issues related to the change
-issues: [3198]
-
-# (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-ta-with-proxy.yaml b/.chloggen/fix-ta-with-proxy.yaml
deleted file mode 100755
index 79653ca290..0000000000
--- a/.chloggen/fix-ta-with-proxy.yaml
+++ /dev/null
@@ -1,20 +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: Fix collector to target allocator connection in clusters with proxy.
-
-# One or more tracking issues related to the change
-issues: [3187]
-
-# (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: |
- On clusters with global proxy the collector might fail to talk to target allocator
- because the endpoint is set to `:port` and therefore it will go to proxy
- and request might be forwarded to internet. Clusters with proxy configure `NO_PROXY` to `.svc.cluster.local` so
- the calls to this endpoint will not go through the proxy.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35f914d679..702e60a468 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,33 @@
+## 0.106.0
+
+### 🧰 Bug fixes 🧰
+
+- `collector`: Fixes a bug where the operator would default the PDB in the wrong place. (#3198)
+- `operator`: The OpenShift dashboard shown namespaces where PodMonitors or ServiceMonitors were created even if they were not associated to OpenTelemetry Collectors. (#3196)
+ Now, the dashboard lists only those namespaces where there are OpenTelemetry Collectors.
+- `operator`: When there were multiple OpenTelemetry Collector, the dashboard doesn't allow to select them individually. (#3189)
+- `target allocator`: Fix collector to target allocator connection in clusters with proxy. (#3187)
+ On clusters with global proxy the collector might fail to talk to target allocator
+ because the endpoint is set to `:port` and therefore it will go to proxy
+ and request might be forwarded to internet. Clusters with proxy configure `NO_PROXY` to `.svc.cluster.local` so
+ the calls to this endpoint will not go through the proxy.
+
+
+### Components
+
+* [OpenTelemetry Collector - v0.106.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.106.1)
+* [OpenTelemetry Contrib - v0.106.1](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.106.1)
+* [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.47b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.47b0)
+* [Go - v0.14.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.14.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.105.0
### 💡 Enhancements 💡
diff --git a/README.md b/README.md
index 0ac787afc1..84c5ed6d6b 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.106.0 | v1.23 to v1.30 | v1 | v0.75.0 |
| 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 |
@@ -761,7 +762,6 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range,
| v0.86.0 | v1.23 to v1.28 | v1 | v0.68.0 |
| 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 |
## Contributing and Developing
diff --git a/RELEASE.md b/RELEASE.md
index fd8c4eb67a..e75f30d3f6 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -9,7 +9,7 @@ Steps to release a new version of the OpenTelemetry Operator:
- OpenTelemetry Collector should be the latest collector version. The `major.minor` should typically match, with the patch portion being possibly different.
- The `autoinstrumentation-*` versions should match the latest supported versions in `autoinstrumentation/`.
> [!WARNING]
- > DO NOT BUMP JAVA PAST `1.32.X` AND DO NOT BUMP .NET PAST `1.2.0`. Upgrades past these versions will introduce breaking HTTP semantic convention changes.
+ > DO NOT BUMP JAVA PAST `1.X.X` AND DO NOT BUMP .NET PAST `1.2.0`. Upgrades past these versions will introduce breaking HTTP semantic convention changes.
1. Check if the compatible OpenShift versions are updated in the `Makefile`.
1. Update the bundle by running `make bundle VERSION=$VERSION`.
1. Change the compatibility matrix in the [readme](./README.md) file, using the OpenTelemetry Operator version to be released and the current latest Kubernetes version as the latest supported version. Remove the oldest entry.
@@ -44,9 +44,9 @@ The operator should be released within a week after the [OpenTelemetry collector
| Version | Release manager |
|----------|-----------------|
-| 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
+| v0.111.0 | @yuriolisa |
+| v0.112.0 | @pavolloffay |
diff --git a/bundle/community/manifests/opentelemetry-operator.clusterserviceversion.yaml b/bundle/community/manifests/opentelemetry-operator.clusterserviceversion.yaml
index 0e20bfaf48..bbe6a2361c 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-25T10:31:46Z"
+ createdAt: "2024-08-07T08:29:24Z"
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.105.0
+ name: opentelemetry-operator.v0.106.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.105.0
+ image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.106.0
livenessProbe:
httpGet:
path: /healthz
@@ -612,7 +612,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
- version: 0.105.0
+ version: 0.106.0
webhookdefinitions:
- admissionReviewVersions:
- v1alpha1
diff --git a/bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml b/bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml
index bcf19e66a3..3b56981e47 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-25T10:31:56Z"
+ createdAt: "2024-08-07T08:29:28Z"
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.105.0
+ name: opentelemetry-operator.v0.106.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.105.0
+ image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.106.0
livenessProbe:
httpGet:
path: /healthz
@@ -616,7 +616,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
- version: 0.105.0
+ version: 0.106.0
webhookdefinitions:
- admissionReviewVersions:
- v1alpha1
diff --git a/versions.txt b/versions.txt
index 545344cef2..1014ef6984 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.105.0
+opentelemetry-collector=0.106.1
# Represents the current release of the OpenTelemetry Operator.
-operator=0.105.0
+operator=0.106.0
# Represents the current release of the Target Allocator.
-targetallocator=0.105.0
+targetallocator=0.106.0
# Represents the current release of the Operator OpAMP Bridge.
-operator-opamp-bridge=0.105.0
+operator-opamp-bridge=0.106.0
# Represents the current release of Java instrumentation.
# Should match autoinstrumentation/java/version.txt
@@ -23,14 +23,14 @@ autoinstrumentation-nodejs=0.52.1
# Represents the current release of Python instrumentation.
# Should match value in autoinstrumentation/python/requirements.txt
-autoinstrumentation-python=0.46b0
+autoinstrumentation-python=0.47b0
# Represents the current release of DotNet instrumentation.
# Should match autoinstrumentation/dotnet/version.txt
autoinstrumentation-dotnet=1.2.0
# Represents the current release of Go instrumentation.
-autoinstrumentation-go=v0.13.0-alpha
+autoinstrumentation-go=v0.14.0-alpha
# Represents the current release of Apache HTTPD instrumentation.
# Should match autoinstrumentation/apache-httpd/version.txt