Skip to content

Commit

Permalink
v3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IBM/Instana/Team Node.js committed Jul 9, 2024
1 parent 357872e commit 62f33d5
Show file tree
Hide file tree
Showing 31 changed files with 156 additions and 81 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.2](https://github.com/instana/nodejs/compare/v3.14.1...v3.14.2) (2024-07-09)

### Bug Fixes

- clean up old requests to prevent lambda resource exhaustion ([#1217](https://github.com/instana/nodejs/issues/1217)) ([a8a22f0](https://github.com/instana/nodejs/commit/a8a22f073be1db8916e91b51415c1b7dc11199a0))

### Reverts

- Revert "test: skip the s3 tests due to s3 bucket limit" ([622101b](https://github.com/instana/nodejs/commit/622101bc8b79e69eadceea3d9757d836ccfd8bd7))
- Revert "ci: skipping the chinese region from publishing the lambda layers" ([078f9f7](https://github.com/instana/nodejs/commit/078f9f7b36607497097c9ffd6077b515428e83b6))
- Revert "test: publish aws lambda layer to cn-north-1 and skip other regions temporarily" ([47f8d32](https://github.com/instana/nodejs/commit/47f8d324f802f699d756a9ce8fc2e4df4e0c13a4))

## [3.14.1](https://github.com/instana/nodejs/compare/v3.14.0...v3.14.1) (2024-06-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "3.14.1",
"version": "3.14.2",
"command": {
"publish": {
"forcePublish": "*",
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/autoprofile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.2](https://github.com/instana/nodejs/compare/v3.14.1...v3.14.2) (2024-07-09)

**Note:** Version bump only for package @instana/autoprofile

## [3.14.1](https://github.com/instana/nodejs/compare/v3.14.0...v3.14.1) (2024-06-26)

**Note:** Version bump only for package @instana/autoprofile
Expand Down
4 changes: 2 additions & 2 deletions packages/autoprofile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/autoprofile",
"version": "3.14.1",
"version": "3.14.2",
"description": "Automatic Node.js Profiler",
"author": {
"name": "Dmitri Melikyan",
Expand Down Expand Up @@ -49,7 +49,7 @@
}
],
"dependencies": {
"@instana/core": "3.14.1",
"@instana/core": "3.14.2",
"detect-libc": "^2.0.2",
"nan": "^2.14.2",
"node-gyp-build": "^4.7.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/aws-fargate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.2](https://github.com/instana/nodejs/compare/v3.14.1...v3.14.2) (2024-07-09)

**Note:** Version bump only for package @instana/aws-fargate

## [3.14.1](https://github.com/instana/nodejs/compare/v3.14.0...v3.14.1) (2024-06-26)

**Note:** Version bump only for package @instana/aws-fargate
Expand Down
8 changes: 4 additions & 4 deletions packages/aws-fargate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/aws-fargate",
"version": "3.14.1",
"version": "3.14.2",
"description": "Instana tracing and monitoring for Node.js based AWS Fargate tasks",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -66,9 +66,9 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "3.14.1",
"@instana/metrics-util": "3.14.1",
"@instana/serverless": "3.14.1"
"@instana/core": "3.14.2",
"@instana/metrics-util": "3.14.2",
"@instana/serverless": "3.14.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/aws-lambda-auto-wrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.2](https://github.com/instana/nodejs/compare/v3.14.1...v3.14.2) (2024-07-09)

**Note:** Version bump only for package instana-aws-lambda-auto-wrap

## [3.14.1](https://github.com/instana/nodejs/compare/v3.14.0...v3.14.1) (2024-06-26)

**Note:** Version bump only for package instana-aws-lambda-auto-wrap
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-lambda-auto-wrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instana-aws-lambda-auto-wrap",
"version": "3.14.1",
"version": "3.14.2",
"description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -64,7 +64,7 @@
"url": "https://github.com/instana/nodejs/issues"
},
"dependencies": {
"@instana/aws-lambda": "3.14.1",
"@instana/core": "3.14.1"
"@instana/aws-lambda": "3.14.2",
"@instana/core": "3.14.2"
}
}
7 changes: 7 additions & 0 deletions packages/aws-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.2](https://github.com/instana/nodejs/compare/v3.14.1...v3.14.2) (2024-07-09)

### Reverts

- Revert "ci: skipping the chinese region from publishing the lambda layers" ([078f9f7](https://github.com/instana/nodejs/commit/078f9f7b36607497097c9ffd6077b515428e83b6))
- Revert "test: publish aws lambda layer to cn-north-1 and skip other regions temporarily" ([47f8d32](https://github.com/instana/nodejs/commit/47f8d324f802f699d756a9ce8fc2e4df4e0c13a4))

## [3.14.1](https://github.com/instana/nodejs/compare/v3.14.0...v3.14.1) (2024-06-26)

**Note:** Version bump only for package @instana/aws-lambda
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/aws-lambda",
"version": "3.14.1",
"version": "3.14.2",
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas",
"author": {
"name": "Bastian Krol",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "3.14.1",
"@instana/serverless": "3.14.1"
"@instana/core": "3.14.2",
"@instana/serverless": "3.14.2"
}
}
4 changes: 4 additions & 0 deletions packages/azure-container-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.2](https://github.com/instana/nodejs/compare/v3.14.1...v3.14.2) (2024-07-09)

**Note:** Version bump only for package @instana/azure-container-services

## [3.14.1](https://github.com/instana/nodejs/compare/v3.14.0...v3.14.1) (2024-06-26)

**Note:** Version bump only for package @instana/azure-container-services
Expand Down
6 changes: 3 additions & 3 deletions packages/azure-container-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instana/azure-container-services",
"version": "3.14.1",
"version": "3.14.2",
"description": "Instana tracing and monitoring for Node.js based Azure Container Services",
"author": {
"name": "Arya Mohanan",
Expand Down Expand Up @@ -66,7 +66,7 @@
},
"license": "MIT",
"dependencies": {
"@instana/core": "3.14.1",
"@instana/serverless": "3.14.1"
"@instana/core": "3.14.2",
"@instana/serverless": "3.14.2"
}
}
Loading

0 comments on commit 62f33d5

Please sign in to comment.