You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,25 +29,21 @@ To check for security updates, go to [Security announcements for the Elastic sta
29
29
% ### Fixes [edot-node-X.X.X-fixes]
30
30
% *
31
31
32
-
## version.next[edot-node-X.X.X-release-notes]
32
+
## 1.10.0[edot-node-1.10.0-release-notes]
33
33
34
-
### Features and enhancements [edot-node-X.X.X-features-enhancements]
34
+
### Features and enhancements [edot-node-1.10.0-features-enhancements]
35
35
36
+
* Because `@opentelemetry/instrumentation-fastify` is no longer being maintained, it has been removed from EDOT Node.js. This matches the removal from `@opentelemetry/auto-instrumentations-node`. See the [breaking changes note for this release](./breaking-changes.md#edot-node-1.10.0-breaking-changes) for details on how to switch to `@fastify/otel` instrumentation.
36
37
* Change the docker image (`docker.elastic.co/observability/elastic-otel-node`), used primarily for [Kubernetes auto-instrumentation with the OpenTelemetry Operator](/reference/edot-node/setup/k8s.md), to run as the `nonroot` user. This allows using EDOT Node.js in with the OpenTelemetry Operator in Kubernetes clusters configured with a strict pod security policy that disallows running as root (`securityContext.runAsNonRoot`).
37
38
38
-
### Fixes [edot-node-X.X.X-fixes]
39
-
40
-
### Chores [edot-node-X.X.X-chores]
39
+
### Chores [edot-node-1.10.0-chores]
41
40
42
41
* Update all `@opentelemetry/*` upstream package dependencies to the latest releases:
43
42
-[`v2.6.1` release](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v2.6.1) from opentelemetry-js
44
43
-[`experimental/v0.214.0` release](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.214.0) from opentelemetry-js
- Notably, [`@opentelemetry/instrumentation-fastify` is no longer being updated](https://github.com/open-telemetry/opentelemetry-js-contrib/pull/3409), in favor of `@fastify/otel`.
47
46
48
-
* Because `@opentelemetry/instrumentation-fastify` is no longer being maintained, it has been removed from EDOT Node.js. This matches the removal from `@opentelemetry/auto-instrumentations-node`. See the [breaking changes note for this release](./breaking-changes.md) for details on how to switch to `@fastify/otel` instrumentation.
49
-
50
-
51
47
## 1.9.0 [edot-node-1.9.0-release-notes]
52
48
53
49
### Features and enhancements [edot-node-1.9.0-features-enhancements]
0 commit comments