Skip to content

Commit

Permalink
release @elastic/[email protected] (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Oct 2, 2024
1 parent 78295e8 commit ed82cae
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions packages/opentelemetry-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @elastic/opentelemetry-node Changelog

## v0.4.0

- feat: A Docker image is now being published that can be used with the
OpenTelemetry Operator's support for [auto-instrumentation injection](https://github.com/open-telemetry/opentelemetry-operator/#opentelemetry-auto-instrumentation-injection). (https://github.com/elastic/elastic-otel-node/pull/374)

- `docker.elastic.co/observability/elastic-otel-node:${version}` and `:latest`
will be published for tagged releases
- `docker.elastic.co/observability/elastic-otel-node:edge` will be published
for each push to "main".

Documentation to follow, but for now see [these dev notes](https://github.com/elastic/elastic-otel-node/blob/main/DEVELOPMENT.md#testing-k8s-auto-instrumentation-with-otel-operator) that walk through using the OpenTelemetry Operator with a small Node.js application.


## v0.3.0

- Bump minimum supported Node.js version to v14.18.0.
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/opentelemetry-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/opentelemetry-node",
"version": "0.3.0",
"version": "0.4.0",
"type": "commonjs",
"description": "Elastic Distribution of OpenTelemetry Node.js",
"publishConfig": {
Expand Down

0 comments on commit ed82cae

Please sign in to comment.