Skip to content

Commit d443fb0

Browse files
authored
Prepare release 0.92.0 (#2509)
* Prepare release 0.92.0 Signed-off-by: Pavol Loffay <[email protected]> * fix Signed-off-by: Pavol Loffay <[email protected]> * fix Signed-off-by: Pavol Loffay <[email protected]> * fix Signed-off-by: Pavol Loffay <[email protected]> * fix Signed-off-by: Pavol Loffay <[email protected]> * Bump go instrumentation version Signed-off-by: Pavol Loffay <[email protected]> --------- Signed-off-by: Pavol Loffay <[email protected]>
1 parent e92f017 commit d443fb0

14 files changed

+47
-143
lines changed

.chloggen/2393-automate-permissions-resourcedetection.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/2395-automate-permissions-k8sattribures.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/change-default-strategies.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/common-fields-v2.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/feat_targetallocator-selector.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.chloggen/fix-ta-pod-security-context.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/fix-ta-security-context.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/pods-in-bridge-message.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@ Changes by Version
22
==================
33
<!-- next version -->
44

5+
## 0.92.0
6+
7+
### 🛑 Breaking changes 🛑
8+
9+
- `target allocator`: Use standard K8s label selectors for collectors in target allocator config (#2422)
10+
This is a breaking change only for users of standalone target allocator. Operator users are unaffected.
11+
The operator is still compatible with previous target allocator versions, and will be for the next 3 releases.
12+
13+
- `target allocator`: Use container securityContext for target allocator (#2490)
14+
This is really a bug fix, as the current behaviour is not intended. We've marked it as breaking in case anyone started depending on it.
15+
16+
### 💡 Enhancements 💡
17+
18+
- `operator`: Automate the creation of the permissions needed by the resourcedetection processor (#2393)
19+
- `operator`: Automate the creation of the permissions needed by the k8sattributes processor (#2395)
20+
- `target allocator`: Change default allocation and filtering strategy (#2477)
21+
- `operator`: Introduce common fields to the v1alpha2 types that can be reused for any CRDs. (#901)
22+
- `target allocator`: Use Pod securityContext for target allocator (#2495)
23+
Bring back PodSecurityContext as it was removed in the previous changes.
24+
- `bridge`: Sets pods in the component health map (#2489)
25+
this change adds a requirement for a new permission for the bridge to list and get pods.
26+
27+
### Components
28+
29+
* [OpenTelemetry Collector - v0.92.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.92.0)
30+
* [OpenTelemetry Contrib - v0.92.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.92.0)
31+
* [Java auto-instrumentation - 1.32.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.32.0)
32+
* [.NET auto-instrumentation - 1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/1.2.0)
33+
* [Node.JS - 0.46.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-0.46.0)
34+
* [Python - 0.43b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/0.43b0)
35+
* [Go - v0.10.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.10.0-alpha)
36+
* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
37+
* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)]
38+
539
## 0.91.0
640

741
### 🛑 Breaking changes 🛑

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
686686

687687
| OpenTelemetry Operator | Kubernetes | Cert-Manager |
688688
|------------------------|----------------------|---------------------|
689+
| v0.92.0 | v1.23 to v1.29 | v1 |
689690
| v0.91.0 | v1.23 to v1.29 | v1 |
690691
| v0.90.0 | v1.23 to v1.28 | v1 |
691692
| v0.89.0 | v1.23 to v1.28 | v1 |
@@ -708,7 +709,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
708709
| v0.72.0 | v1.19 to v1.26 | v1 |
709710
| v0.71.0 | v1.19 to v1.25 | v1 |
710711
| v0.70.0 | v1.19 to v1.25 | v1 |
711-
| v0.69.0 | v1.19 to v1.25 | v1 |
712712

713713
## Contributing and Developing
714714

0 commit comments

Comments
 (0)