Skip to content

Commit c8bbab7

Browse files
authored
Prepare release 0.121.0 (#3862)
* Prepare release 0.121.0 Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Add changelog Signed-off-by: Pavol Loffay <p.loffay@gmail.com> --------- Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
1 parent fb93063 commit c8bbab7

15 files changed

+54
-153
lines changed

.chloggen/allow-non-identifying.yaml

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

.chloggen/feat_ta-namespace-setting.yaml

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

.chloggen/fix-extensions-panic.yaml

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

.chloggen/implement-image-pullpolicy.yaml

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

.chloggen/java-instrumentation-enhancement.yaml

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

.chloggen/namespace-ta.yaml

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

.chloggen/prometheus_operator_feature_gate_stable.yaml

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

.chloggen/remove-label-flag.yaml

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

.chloggen/ta_not_assign_targets_to_bad_collectors.yaml

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

CHANGELOG.md

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

33
<!-- next version -->
44

5+
## 0.121.0
6+
7+
### 🛑 Breaking changes 🛑
8+
9+
- `all`: Move feature gate `operator.observability.prometheus` to stable (#3669)
10+
- `operator`: Remove the deprecated `--label` command-line option (#3236)
11+
Use `--labels-filter` instead.
12+
13+
### 💡 Enhancements 💡
14+
15+
- `opamp`: Allows specifying non-identifying attributes for the Bridge, also follows OpAMP guidelines for reporting instance.service.id (#2301)
16+
- `target allocator`: Allow setting the collector namespace via the config file (#3782)
17+
- `auto-instrumentation`: Add support to set image pull policy for agent images (#3575)
18+
- `auto-instrumentation`: Enhanced Java auto-instrumentation with improved volume mount paths and configuration options (#3843)
19+
- Added support for unique volume mount paths for Java instrumentation
20+
- Improved configuration options for Java auto-instrumentation
21+
- Enhanced stability and reliability of Java instrumentation process
22+
- `target allocator`: Add support for setting the allowNamespaces and denyNamespaces in the target allocator.
23+
(#3086)
24+
allowNamespaces can be set to an empty list to watch all namespaces (default) or to list of namespaces to watch.
25+
denyNamespaces can be set to an empty list to deny watching any namespaces (default) or to a list of namespaces to deny watching.
26+
27+
- `target allocator`: Do not assign targets to a collector pod that is not Ready for longer than a non-zero grace period (#3781)
28+
29+
### 🧰 Bug fixes 🧰
30+
31+
- `collector`: Add nil check for Extensions in GetLivenessProbe and GetReadinessProbe functions (#3747)
32+
33+
### Components
34+
35+
* [OpenTelemetry Collector - v0.121.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.121.0)
36+
* [OpenTelemetry Contrib - v0.121.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.121.0)
37+
* [Java auto-instrumentation - v1.33.6](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.6)
38+
* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0)
39+
* [Node.JS - v0.53.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.53.0)
40+
* [Python - v0.51b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.51b0)
41+
* [Go - v0.19.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.19.0-alpha)
42+
* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
43+
* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
44+
545
## 0.120.0
646
No changes.
747

0 commit comments

Comments
 (0)