diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2f0a9c430f..5c63699c14 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.0" + ".": "6.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8225d9e7..f3d22b2039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.7.0](https://github.com/cloud-scouts/terraform-aws-github-runner/compare/v6.6.0...v6.7.0) (2025-07-04) + + +### Features + +* Add release version to lambda conext for logging ([#14](https://github.com/cloud-scouts/terraform-aws-github-runner/issues/14)) ([4cc840b](https://github.com/cloud-scouts/terraform-aws-github-runner/commit/4cc840b4e8a6dabf8da9238aa4f3dc55478dda6b)) + ## [6.6.0](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.5.11...v6.6.0) (2025-07-01) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 24cc951375..2c9b78bc5d 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-runner/ami-housekeeper", - "version": "1.0.0", + "version": "6.7.0", "main": "lambda.ts", "type": "module", "license": "MIT", diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index ea0409358d..8ed477d87e 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-runner/control-plane", - "version": "1.0.0", + "version": "6.7.0", "main": "lambda.ts", "type": "module", "license": "MIT", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 421c8460cc..8e013897d9 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-runner/gh-agent-syncer", - "version": "1.0.0", + "version": "6.7.0", "main": "lambda.ts", "type": "module", "license": "MIT", diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index bc4aadf1ee..6c66fcba4a 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-runner/termination-watcher", - "version": "1.0.0", + "version": "6.7.0", "main": "lambda.ts", "type": "module", "license": "MIT", diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 398940d846..58114469ad 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-runner/webhook", - "version": "1.0.0", + "version": "6.7.0", "main": "dist/index.js", "type": "module", "license": "MIT",