Skip to content

Commit

Permalink
[autoinstrumentation] Bump NodeJS Dependencies (#1977)
Browse files Browse the repository at this point in the history
* Bump nodejs dependencies

* changelog
  • Loading branch information
TylerHelmuth authored Aug 1, 2023
1 parent 8f5a7cd commit 679f7b5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
16 changes: 16 additions & 0 deletions .chloggen/bump-js.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action)
component: autoinstrumentaion

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Bump NodeJS dependencies to 1.15.1/0.41.1

# One or more tracking issues related to the change
issues: [1977]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
22 changes: 11 additions & 11 deletions autoinstrumentation/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"dependencies": {
"@opentelemetry/api": "1.4.1",
"@opentelemetry/auto-instrumentations-node": "0.37.1",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.40.0",
"@opentelemetry/exporter-prometheus": "0.40.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.40.0",
"@opentelemetry/resource-detector-alibaba-cloud": "0.27.7",
"@opentelemetry/resource-detector-aws": "1.2.5",
"@opentelemetry/resource-detector-container": "0.2.5",
"@opentelemetry/resource-detector-gcp": "0.28.3",
"@opentelemetry/resources": "1.14.0",
"@opentelemetry/sdk-metrics": "1.14.0",
"@opentelemetry/sdk-node": "0.40.0"
"@opentelemetry/auto-instrumentations-node": "0.38.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.41.1",
"@opentelemetry/exporter-prometheus": "0.41.1",
"@opentelemetry/exporter-trace-otlp-grpc": "0.41.1",
"@opentelemetry/resource-detector-alibaba-cloud": "0.28.0",
"@opentelemetry/resource-detector-aws": "1.3.0",
"@opentelemetry/resource-detector-container": "0.3.0",
"@opentelemetry/resource-detector-gcp": "0.29.0",
"@opentelemetry/resources": "1.15.1",
"@opentelemetry/sdk-metrics": "1.15.1",
"@opentelemetry/sdk-node": "0.41.1"
}
}

0 comments on commit 679f7b5

Please sign in to comment.