Skip to content

Commit 54caa0e

Browse files
authored
Release v0.114.0 (#3498)
1 parent 3d254a4 commit 54caa0e

13 files changed

+59
-154
lines changed

.chloggen/3427.yaml

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

.chloggen/3429.yaml

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

.chloggen/3432.yaml

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

.chloggen/3446.yaml

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

.chloggen/add_fallback_strategy_for_per_node_strategy.yaml

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

.chloggen/auto_instr_node_up.yaml

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

.chloggen/bump-base-instrumentation-mem-limit.yaml

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

.chloggen/chore_change-kube-rbac-proxy-image-registry.yaml

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

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
22

33
<!-- next version -->
44

5+
## 0.114.0
6+
7+
### 💡 Enhancements 💡
8+
9+
- `collector`: Create RBAC rules for the k8s_cluster receiver automatically. (#3427)
10+
- `collector`: Create RBAC rules for the k8sobjects receiver automatically. (#3429)
11+
- `collector`: Add a warning message when one created collector needs extra RBAC permissions and the service account doesn't have them. (#3432)
12+
- `target allocator`: Added allocation_fallback_strategy option as fallback strategy for per-node allocation strategy, can be enabled with feature flag operator.targetallocator.fallbackstrategy (#3477)
13+
14+
If using per-node allocation strategy, targets that are not attached to a node will not
15+
be allocated. As the per-node strategy is required when running as a daemonset, it is
16+
not possible to assign some targets under a daemonset deployment.
17+
Feature flag operator.targetallocator.fallbackstrategy has been added and results in consistent-hashing
18+
being used as the fallback allocation strategy for "per-node" only at this time.
19+
20+
- `auto-instrumentation`: updated node auto-instrumentation dependencies to the latest version (#3476)
21+
22+
- auto-instrumentations-node to 0.53.0
23+
- exporter-metrics-otlp-grpc to 0.55.0
24+
- exporter-prometheus to 0.55.0
25+
26+
- `operator`: Replace references to gcr.io/kubebuilder/kube-rbac-proxy with quay.io/brancz/kube-rbac-proxy (#3485)
27+
28+
### 🧰 Bug fixes 🧰
29+
30+
- `operator`: Operator pod crashed if the Service Monitor for the operator metrics was created before by another operator pod. (#3446)
31+
32+
Operator fails when the pod is restarted and the Service Monitor for operator metrics was already created by another operator pod.
33+
To fix this, the operator now sets the owner reference on the Service Monitor to itself and checks if the Service Monitor already exists.
34+
35+
- `auto-instrumentation`: Bump base memory requirements for python and go (#3479)
36+
37+
### Components
38+
39+
* [OpenTelemetry Collector - v0.114.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.114.0)
40+
* [OpenTelemetry Contrib - v0.114.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.114.0)
41+
* [Java auto-instrumentation - v1.33.5](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.5)
42+
* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0)
43+
* [Node.JS - v0.53.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.53.0)
44+
* [Python - v0.48b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.48b0)
45+
* [Go - v0.17.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.17.0-alpha)
46+
* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
47+
* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
48+
549
## 0.113.0
650

751
### 💡 Enhancements 💡

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ The operator should be released within a week after the [OpenTelemetry collector
4444

4545
| Version | Release manager |
4646
|----------|-----------------|
47-
| v0.114.0 | @TylerHelmuth |
48-
| v0.115.0 | @jaronoff97 |
49-
| v0.116.0 | @swiatekm |
47+
| v0.115.0 | @TylerHelmuth |
48+
| v0.116.0 | @jaronoff97 |
5049
| v0.117.0 | @iblancasa |
5150
| v0.118.0 | @frzifus |
5251
| v0.119.0 | @yuriolisa |
5352
| v0.120.0 | @pavolloffay |
53+
| v0.121.0 | @swiatekm |

0 commit comments

Comments
 (0)