From 324931f0ead9fa5d7381f79db5d869acde9ceab7 Mon Sep 17 00:00:00 2001 From: LironKS Date: Tue, 8 Aug 2023 14:27:47 +0300 Subject: [PATCH] update nodejs release --- .github/workflows/publish-autoinstrumentation-nodejs.yaml | 2 +- versions.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-autoinstrumentation-nodejs.yaml b/.github/workflows/publish-autoinstrumentation-nodejs.yaml index 9e8e17d44b..4c261bb4f7 100644 --- a/.github/workflows/publish-autoinstrumentation-nodejs.yaml +++ b/.github/workflows/publish-autoinstrumentation-nodejs.yaml @@ -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 diff --git a/versions.txt b/versions.txt index 8bf0d08d9d..63f05e7716 100644 --- a/versions.txt +++ b/versions.txt @@ -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