|
2 | 2 |
|
3 | 3 | <!-- next version -->
|
4 | 4 |
|
| 5 | +## 0.100.0 |
| 6 | + |
| 7 | +### 💡 Enhancements 💡 |
| 8 | + |
| 9 | +- `opamp`: Add healthy field at collector pool level in opamp bridge heartbeat (#2936) |
| 10 | +- `collector`: Add support for readinessProbe on OpenTelemetryCollector CRD. (#2943) |
| 11 | + Add support for readinessProbe on `OpenTelemetryCollector` and its default similar to the already supported livenessProbe. |
| 12 | + |
| 13 | +- `operator`: Enabling new Logs Enconder Configuration parameters. (#268) |
| 14 | +- `operator`: Automatically enable RBAC creation if operator SA can create clusterroles and bindings. --create-rbac-permissions flag is noop and deprecated now. (#2588) |
| 15 | +- `target allocator`: Added option for creating an mTLS-configured HTTPS server to fetch scrape config with real secret values. (#1669) |
| 16 | + The change introduces an option to create an additional HTTPS server with mTLS configuration. |
| 17 | + This server is specifically utilized for obtaining the scrape configuration with actual secret values. |
| 18 | + |
| 19 | + |
| 20 | +### 🧰 Bug fixes 🧰 |
| 21 | + |
| 22 | +- `collector`: Create a Service Monitor for the monitoring service and another one for the collector service when the Prometheus exporter is used. (#2877) |
| 23 | + Create a Service Monitor for the collector Service when Prometheus exporter is used. A different Service Monitor is created for the monitoring service. |
| 24 | + This helps excluding the headless service (duplicating the metrics collection) and splits responsibilities between the two Service Monitors. |
| 25 | + Now, the operator.opentelemetry.io/collector-service-type label is used to differentiate the services. |
| 26 | + operator.opentelemetry.io/collector-monitoring-service and operator.opentelemetry.io/collector-headless-service are deprecated now. |
| 27 | +- `target-allocator`: Fixed non-expected warnings on TA webhook. (#2685) |
| 28 | +- `collector`: Ensure all Prometheus CRDs are installed (#2964) |
| 29 | +- `collector`: Cleanup ClusterRoles and ClusterRoleBindings created by the operator (#2938) |
| 30 | + The operator uses finalizer on the collector to run the cleanup |
| 31 | +- `collector`: Use the k8snode detector instead of kubernetes for the automatic RBAC creation for the resourcedetector (#2833) |
| 32 | +- `collector`: When two Collectors are created with the same name but different namespaces, the ClusterRoleBinding created by the first will be overriden by the second one. (#2862) |
| 33 | +- `collector`: Fix to reflect changes of OpenTelemetryCollector.spec.nodeSelector in the collector Pods (#2940) |
| 34 | + When updating `OpenTelemetryCollector.spec.nodeSelector` it was not removing previous selector from the final collector pod (Deployment/Daemonset/Statefulset). |
| 35 | + |
| 36 | +- `collector`: Fix of Labels and Annotations filter (#2770) |
| 37 | +- `target allocator`: Fix target allocator readiness check (#2903) |
| 38 | + |
| 39 | +### Components |
| 40 | + |
| 41 | +* [OpenTelemetry Collector - v0.100.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.100.0) |
| 42 | +* [OpenTelemetry Contrib - v0.100.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.100.0) |
| 43 | +* [Java auto-instrumentation - v1.32.1](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.32.1) |
| 44 | +* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/{AUTO_INSTRUMENTATION_DOTNET_VERSION}) |
| 45 | +* [Node.JS - v0.51.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.51.0) |
| 46 | +* [Python - v0.44b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.44b0) |
| 47 | +* [Go - v0.12.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.12.0-alpha) |
| 48 | +* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 49 | +* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 50 | + |
5 | 51 | ## 0.99.0
|
6 | 52 |
|
7 | 53 | ### 🛑 Breaking changes 🛑
|
|
0 commit comments