|
2 | 2 |
|
3 | 3 | <!-- next version -->
|
4 | 4 |
|
| 5 | +## 0.109.0 |
| 6 | + |
| 7 | +### 🚩 Deprecations 🚩 |
| 8 | + |
| 9 | +- `operator`: Deprecated `label` flag and introduced `labels-filter` flag to align the label filtering with the attribute filtering flag name. The `label` flag will be removed when #3236 issue is resolved. (#3218) |
| 10 | + |
| 11 | +### 💡 Enhancements 💡 |
| 12 | + |
| 13 | +- `collector`: adds test for memory utilization (#3283) |
| 14 | +- `operator`: Added reconciliation errors for webhook events. The webhooks run the manifest generators to check for any errors. (#2399) |
| 15 | + |
| 16 | +### Components |
| 17 | + |
| 18 | +* [OpenTelemetry Collector - v0.109.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.109.0) |
| 19 | +* [OpenTelemetry Contrib - v0.109.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.109.0) |
| 20 | +* [Java auto-instrumentation - v1.33.5](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.5) |
| 21 | +* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0) |
| 22 | +* [Node.JS - v0.52.1](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.52.1) |
| 23 | +* [Python - v0.48b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.48b0) |
| 24 | +* [Go - v0.14.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.14.0-alpha) |
| 25 | +* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 26 | +* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 27 | + |
| 28 | +## 0.108.0 |
| 29 | + |
| 30 | +### 💡 Enhancements 💡 |
| 31 | + |
| 32 | +- `auto-instrumentation`: set OTEL_EXPORTER_OTLP_PROTOCOL instead of signal specific env vars in python instrumentation (#3165) |
| 33 | +- `collector`: Allow autoscaler targetCPUUtilization and TargetMemoryUtilization to be greater than 99 (#3258) |
| 34 | +- `auto-instrumentation`: Not ignore the `instrumentation.opentelemetry.io/container-names` annotation when the multi-instrumentation is enabled (#3090) |
| 35 | +- `operator`: Support for Kubernetes `1.31` version. (#3247) |
| 36 | +- `target allocator`: introduces the global field in the TA config to allow for setting scrape protocols (#3160) |
| 37 | + |
| 38 | +### 🧰 Bug fixes 🧰 |
| 39 | + |
| 40 | +- `auto-instrumentation`: Fix file copy for NGINX auto-instrumentation for non-root workloads. (#2726) |
| 41 | +- `target allocator`: Retrying failed namespace informer creation in promOperator CRD watcher, then exit if creation issue cannot be resolved (#3216) |
| 42 | +- `target allocator`: Rollback #3187 (#3242) |
| 43 | + This Rollsback 3187 which breaks TargetAllocator config for clusters with custom domains. |
| 44 | +- `auto-instrumentation`: Fixes a bug that was preventing auto instrumentation from getting correct images. (#3014) |
| 45 | + This PR removes the restriction on the operator to only upgrade manually applied CRDs. This meant |
| 46 | + that resources applied by helm were not upgraded at all. The solution was to remove the restriction |
| 47 | + we had on querying the label app.kubernetes.io/managed-by=opentelemetry-operator, thereby upgrading |
| 48 | + ALL CRDs in the cluster. |
| 49 | + |
| 50 | +- `collector`: Fixes a bug that was preventing upgrade patches from reliably applying. (#3074) |
| 51 | + A bug was discovered in the process of testing the PR that was failing to remove the environment |
| 52 | + variables introduced in the 0.104.0 upgrade. The fix was to take a deepcopy of the object and update that. |
| 53 | + |
| 54 | +- `collector`: Don't unnecessarily take ownership of PersistentVolumes and PersistentVolumeClaims (#3042) |
| 55 | +- `awsxray-receiver`: Switched the protocol of awsxray-receiver to UDP from TCP (#3261) |
| 56 | + |
| 57 | +### Components |
| 58 | + |
| 59 | +* [OpenTelemetry Collector - v0.108.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.108.0) |
| 60 | +* [OpenTelemetry Contrib - v0.108.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.108.0) |
| 61 | +* [Java auto-instrumentation - v1.33.5](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.5) |
| 62 | +* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0) |
| 63 | +* [Node.JS - v0.52.1](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.52.1) |
| 64 | +* [Python - v0.48b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.48b0) |
| 65 | +* [Go - v0.14.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.14.0-alpha) |
| 66 | +* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 67 | +* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 68 | + |
5 | 69 | ## 0.107.0
|
6 | 70 |
|
7 | 71 | ### 💡 Enhancements 💡
|
|
0 commit comments