Skip to content

Commit efb4e0a

Browse files
aws-application-signals-botgithub-actionsezhang6811thpierce
authored
Post release 0.8.0: Update version to 0.8.0-dev0 (#293)
This PR prepares the main branch for the next development cycle by updating the version to 0.8.0-dev0 and updating the image version to be scanned to the latest released. This PR should only be merge when release for version v0.8.0 is success. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Eric Zhang <[email protected]> Co-authored-by: Thomas Pierce <[email protected]>
1 parent cd0b7b2 commit efb4e0a

File tree

7 files changed

+18
-14
lines changed

7 files changed

+18
-14
lines changed

.github/workflows/daily-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
id: high_scan
8484
uses: ./.github/actions/image_scan
8585
with:
86-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-node:v0.7.0"
86+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-node:v0.8.0"
8787
severity: 'CRITICAL,HIGH'
8888
logout: 'false'
8989

@@ -92,7 +92,7 @@ jobs:
9292
id: low_scan
9393
uses: ./.github/actions/image_scan
9494
with:
95-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-node:v0.7.0"
95+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-node:v0.8.0"
9696
severity: 'MEDIUM,LOW,UNKNOWN'
9797
logout: 'false'
9898

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
1313

1414
## Unreleased
1515

16+
## v0.8.0 - 2025-10-08
17+
1618
### Enhancements
1719

1820
- Support X-Ray Trace Id extraction from Lambda Context object, and respect user-configured OTEL_PROPAGATORS in AWS Lamdba instrumentation

aws-distro-opentelemetry-node-autoinstrumentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentation",
3-
"version": "0.7.0-dev0",
3+
"version": "0.8.0-dev0",
44
"description": "This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.",
55
"author": {
66
"name": "Amazon Web Services",

docker-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentation",
3-
"version": "0.7.0-dev0",
3+
"version": "0.8.0-dev0",
44
"private": true,
55
"scripts": {
66
"clean": "rimraf build/*",

lambda-layer/packages/layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"instrumentation"
3636
],
3737
"dependencies": {
38-
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "file:../../../aws-distro-opentelemetry-node-autoinstrumentation/aws-aws-distro-opentelemetry-node-autoinstrumentation-0.7.0-dev0.tgz"
38+
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "file:../../../aws-distro-opentelemetry-node-autoinstrumentation/aws-aws-distro-opentelemetry-node-autoinstrumentation-0.8.0-dev0.tgz"
3939
},
4040
"devDependencies": {
4141
"ts-loader": "^9.5.2",

package-lock.json

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-otel-js-instrumentation",
3-
"version": "0.7.0-dev0",
3+
"version": "0.8.0-dev0",
44
"description": "This is a repository for AWS Distro of OpenTelemetry JavaScript SDK.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)