Skip to content

Commit c936735

Browse files
authored
release @elastic/opentelemetry-node@1.10.0 (#1396)
1 parent ae738b8 commit c936735

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Breaking changes can impact your Elastic applications, potentially disrupting no
4242
% 4. You can then call the link from any Kibana code. For example: `href: docLinks.links.upgradeAssistant.id`
4343
% Check https://docs.elastic.dev/docs/kibana-doc-links (internal) for more details about the Doc links service.
4444

45-
## version.next [edot-node-X.X.X-breaking-changes]
45+
## 1.10.0 [edot-node-1.10.0-breaking-changes]
4646

4747
::::{dropdown} `OTEL_NODE_ENABLED_INSTRUMENTATIONS=fastify,...` will no longer enable Fastify instrumentation
4848

docs/release-notes/index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,21 @@ To check for security updates, go to [Security announcements for the Elastic sta
2929
% ### Fixes [edot-node-X.X.X-fixes]
3030
% *
3131

32-
## version.next [edot-node-X.X.X-release-notes]
32+
## 1.10.0 [edot-node-1.10.0-release-notes]
3333

34-
### Features and enhancements [edot-node-X.X.X-features-enhancements]
34+
### Features and enhancements [edot-node-1.10.0-features-enhancements]
3535

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.
3637
* 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`).
3738

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]
4140

4241
* Update all `@opentelemetry/*` upstream package dependencies to the latest releases:
4342
- [`v2.6.1` release](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v2.6.1) from opentelemetry-js
4443
- [`experimental/v0.214.0` release](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.214.0) from opentelemetry-js
4544
- [opentelemetry-js-contrib release](https://github.com/open-telemetry/opentelemetry-js-contrib/pull/3415)
4645
- Notably, [`@opentelemetry/instrumentation-fastify` is no longer being updated](https://github.com/open-telemetry/opentelemetry-js-contrib/pull/3409), in favor of `@fastify/otel`.
4746

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-
5147
## 1.9.0 [edot-node-1.9.0-release-notes]
5248

5349
### Features and enhancements [edot-node-1.9.0-features-enhancements]

packages/opentelemetry-node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opentelemetry-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/opentelemetry-node",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"type": "commonjs",
55
"description": "Elastic Distribution of OpenTelemetry Node.js (EDOT Node.js)",
66
"publishConfig": {

0 commit comments

Comments
 (0)