Skip to content

Commit 7a5292c

Browse files
aws-application-signals-botgithub-actionsezhang6811
authored
Post release 0.9.0: Update version to 0.9.0-dev0 (#360)
This PR prepares the main branch for the next development cycle by updating the version to 0.9.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.9.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 <github-actions@github.com> Co-authored-by: Eric Zhang <eric.zhang6811@gmail.com>
1 parent 5126951 commit 7a5292c

File tree

7 files changed

+22
-28
lines changed

7 files changed

+22
-28
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.8.1"
86+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-node:v0.9.0"
8787
severity: 'CRITICAL,HIGH'
8888
logout: 'false'
8989
trivyignore-file: .github/trivy/daily-scan.trivyignore.yaml
@@ -93,7 +93,7 @@ jobs:
9393
id: low_scan
9494
uses: ./.github/actions/image_scan
9595
with:
96-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-node:v0.8.1"
96+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-node:v0.9.0"
9797
severity: 'MEDIUM,LOW,UNKNOWN'
9898
logout: 'false'
9999
trivyignore-file: .github/trivy/daily-scan.trivyignore.yaml

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.9.0 - 2026-02-11
17+
1618
### Breaking Changes
1719

1820
- Update minimum Node.js version requirement from 14 to 18, aligning with upstream OpenTelemetry JS support

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.8.1-dev0",
3+
"version": "0.9.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.8.1-dev0",
3+
"version": "0.9.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.8.1-dev0.tgz"
38+
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "file:../../../aws-distro-opentelemetry-node-autoinstrumentation/aws-aws-distro-opentelemetry-node-autoinstrumentation-0.9.0-dev0.tgz"
3939
},
4040
"devDependencies": {
4141
"ts-loader": "^9.5.2",

package-lock.json

Lines changed: 14 additions & 22 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.8.1-dev0",
3+
"version": "0.9.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)