Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

[HLS-4135] - update nodejs release #10

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-autoinstrumentation-nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3

- name: Read version
run: echo VERSION=$(cat autoinstrumentation/nodejs/package.json | jq -r '.dependencies."@opentelemetry/sdk-node"') >> $GITHUB_ENV
run: echo VERSION=$(cat autoinstrumentation/nodejs/package.json | jq -r '.dependencies."helios-opentelemetry-sdk"') >> $GITHUB_ENV

- name: Docker meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ autoinstrumentation-java=1.22.1

# Represents the current release of NodeJS instrumentation.
# Should match value in autoinstrumentation/nodejs/package.json
autoinstrumentation-nodejs=0.34.0
autoinstrumentation-nodejs=1.0.55

# Represents the current release of Python instrumentation.
# Should match value in autoinstrumentation/python/requirements.txt
Expand Down