From f63219a8f4eb26c53491e062fcdcda3f36db203e Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Sun, 5 May 2024 12:12:13 -0400 Subject: [PATCH] v0.8.0 --- CHANGELOG.md | 11 +++++++++++ awscli/CHANGELOG.md | 11 +++++++++++ awscli/package.json | 4 ++-- cloudfront_invalidate/CHANGELOG.md | 11 +++++++++++ cloudfront_invalidate/package.json | 2 +- iam_access_credentials/CHANGELOG.md | 11 +++++++++++ iam_access_credentials/package.json | 2 +- lerna.json | 2 +- packages/awscli-core/CHANGELOG.md | 8 ++++++++ packages/awscli-core/package.json | 2 +- s3_sync/CHANGELOG.md | 11 +++++++++++ s3_sync/package.json | 4 ++-- 12 files changed, 71 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907e565..bad0b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05) + + +### Features + +* Update actions runtime from NodeJS 16 to 20 ([c192165](https://github.com/clowdhaus/aws-github-actions/commit/c1921651c03b9b5a92e47c19fbc3aa06897ba8c8)) + + + + + ## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) ### Bug Fixes diff --git a/awscli/CHANGELOG.md b/awscli/CHANGELOG.md index 4791d6c..b0cdc96 100644 --- a/awscli/CHANGELOG.md +++ b/awscli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05) + + +### Features + +* Update actions runtime from NodeJS 16 to 20 ([c192165](https://github.com/clowdhaus/aws-github-actions/commit/c1921651c03b9b5a92e47c19fbc3aa06897ba8c8)) + + + + + ## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) ### Bug Fixes diff --git a/awscli/package.json b/awscli/package.json index 1bc7085..f46a964 100644 --- a/awscli/package.json +++ b/awscli/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/awscli", - "version": "0.7.1", + "version": "0.8.0", "description": "Wrapper for awscli", "license": "Apache-2.0", "author": "clowd.haus", @@ -10,7 +10,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@aws-github-actions/awscli-core": "^0.7.1", + "@aws-github-actions/awscli-core": "^0.8.0", "string-argv": "^0.3.2" } } diff --git a/cloudfront_invalidate/CHANGELOG.md b/cloudfront_invalidate/CHANGELOG.md index 0361d3e..317d2e9 100644 --- a/cloudfront_invalidate/CHANGELOG.md +++ b/cloudfront_invalidate/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05) + + +### Features + +* Update actions runtime from NodeJS 16 to 20 ([c192165](https://github.com/clowdhaus/aws-github-actions/commit/c1921651c03b9b5a92e47c19fbc3aa06897ba8c8)) + + + + + ## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) ### Bug Fixes diff --git a/cloudfront_invalidate/package.json b/cloudfront_invalidate/package.json index 8f4f4a0..07e2215 100644 --- a/cloudfront_invalidate/package.json +++ b/cloudfront_invalidate/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/cloudfront-invalidate", - "version": "0.7.1", + "version": "0.8.0", "description": "Initiate CloudFront cache invalidation", "license": "Apache-2.0", "author": "clowd.haus", diff --git a/iam_access_credentials/CHANGELOG.md b/iam_access_credentials/CHANGELOG.md index 9d0e112..93620cb 100644 --- a/iam_access_credentials/CHANGELOG.md +++ b/iam_access_credentials/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05) + + +### Features + +* Update actions runtime from NodeJS 16 to 20 ([c192165](https://github.com/clowdhaus/aws-github-actions/commit/c1921651c03b9b5a92e47c19fbc3aa06897ba8c8)) + + + + + ## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) ### Bug Fixes diff --git a/iam_access_credentials/package.json b/iam_access_credentials/package.json index 0fc5042..6e9126c 100644 --- a/iam_access_credentials/package.json +++ b/iam_access_credentials/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/iam-access-credentials", - "version": "0.7.1", + "version": "0.8.0", "description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs", "license": "Apache-2.0", "author": "clowd.haus", diff --git a/lerna.json b/lerna.json index 7f6abf3..e93c018 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "0.7.1" + "version": "0.8.0" } diff --git a/packages/awscli-core/CHANGELOG.md b/packages/awscli-core/CHANGELOG.md index ceade28..dceab1a 100644 --- a/packages/awscli-core/CHANGELOG.md +++ b/packages/awscli-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05) + +**Note:** Version bump only for package @aws-github-actions/awscli-core + + + + + ## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) ### Bug Fixes diff --git a/packages/awscli-core/package.json b/packages/awscli-core/package.json index 836af35..90ff73b 100644 --- a/packages/awscli-core/package.json +++ b/packages/awscli-core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/awscli-core", - "version": "0.7.1", + "version": "0.8.0", "description": "Wrapper module for awscli", "license": "Apache-2.0", "author": "clowd.haus", diff --git a/s3_sync/CHANGELOG.md b/s3_sync/CHANGELOG.md index a385486..bee2322 100644 --- a/s3_sync/CHANGELOG.md +++ b/s3_sync/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05) + + +### Features + +* Update actions runtime from NodeJS 16 to 20 ([c192165](https://github.com/clowdhaus/aws-github-actions/commit/c1921651c03b9b5a92e47c19fbc3aa06897ba8c8)) + + + + + ## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) ### Bug Fixes diff --git a/s3_sync/package.json b/s3_sync/package.json index 3416557..170c841 100644 --- a/s3_sync/package.json +++ b/s3_sync/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/s3-sync", - "version": "0.7.1", + "version": "0.8.0", "description": "Sync locally generated artifacts to an S3 bucket", "license": "Apache-2.0", "author": "clowd.haus", @@ -10,7 +10,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@aws-github-actions/awscli-core": "^0.7.1", + "@aws-github-actions/awscli-core": "^0.8.0", "string-argv": "^0.3.2" } }