Skip to content

Commit 3fe8162

Browse files
authored
release @elastic/opentelemetry-node@1.8.0 (#1315)
1 parent 9c71bf4 commit 3fe8162

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Assuming "x.y.z" is the release verison:
2727
2. Create a PR with these changes:
2828
- Bump the "version" in "packages/opentelemetry-node/package.json".
2929
- Run `npm install` in "packages/opentelemetry-node/" to update "packages/opentelemetry-node/package-lock.json".
30-
- Update release notes in "docs/release-notes/*" as necessary.
30+
- Update release notes in "docs/release-notes/\*" as necessary.
3131
- Name the PR something like "release @elastic/opentelemetry-node@x.y.z".
3232

3333
3. Get the PR approved and merged.

docs/release-notes/index.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,18 @@ 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-next-release-notes]
32+
## 1.8.0 [edot-node-1.8.0-release-notes]
3333

34-
### Features and enhancements [edot-node-next-features-enhancements]
34+
### Fixes [edot-node-1.8.0-fixes]
3535

36-
*
36+
* Fix the handling of the `deactivate_all_instrumentations` [central configuration](elastic-otel-node://reference/edot-node/configuration.md#central-configuration) setting. If the value is `false`, it is now treated the same as if the setting had not been specified in central configuration. This means that `deactivate_all_instrumentations=false` and `deactivate_instrumentations=foo` will result in the "bar" instrumentation *not* being deactivated, which is the intended behavior. Before this change, `deactivate_all_instrumentations=false` would result in the `deactivate_instrumentations` setting being completely ignored. [#1236](https://github.com/elastic/elastic-otel-node/issues/1236)
3737

38-
### Fixes [edot-node-next-fixes]
38+
### Chores [edot-node-1.8.0-chores]
3939

40-
* Fix the handling of the `deactivate_all_instrumentations` [central configuration](elastic-otel-node://reference/edot-node/configuration.md#central-configuration) setting. If the value is `false`, it is now treated the same as if the setting had not been specified in central configuration. This means that `deactivate_all_instrumentations=false` and `deactivate_instrumentations=foo` will result in the "bar" instrumentation *not* being deactivated, which is the intended behavior. Before this change, `deactivate_all_instrumentations=false` would result in the `deactivate_instrumentations` setting being completely ignored. [#1236](https://github.com/elastic/elastic-otel-node/issues/1236)
40+
* Update all `@opentelemetry/*` upstream package dependencies to the latest releases:
41+
- [`v2.5.0` release](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v2.5.0) from opentelemetry-js
42+
- [`experimental/v0.211.0` release](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.211.0) from opentelemetry-js
43+
- [opentelemetry-js-contrib releases](https://github.com/open-telemetry/opentelemetry-js-contrib/releases) up to 2026-01-22
4144

4245
## 1.7.0 [edot-node-1.7.0-release-notes]
4346

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.7.0",
3+
"version": "1.8.0",
44
"type": "commonjs",
55
"description": "Elastic Distribution of OpenTelemetry Node.js (EDOT Node.js)",
66
"publishConfig": {

0 commit comments

Comments
 (0)