From 07a1d4dcce46e377d141f537287e46133135f878 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Tue, 13 Jun 2023 10:48:23 -0400 Subject: [PATCH] v0.7.1 --- CHANGELOG.md | 7 +++++++ awscli/CHANGELOG.md | 6 ++++++ awscli/package.json | 4 ++-- cloudfront_invalidate/CHANGELOG.md | 7 +++++++ cloudfront_invalidate/package.json | 2 +- iam_access_credentials/CHANGELOG.md | 7 +++++++ iam_access_credentials/package.json | 2 +- lerna.json | 2 +- packages/awscli-core/CHANGELOG.md | 6 ++++++ packages/awscli-core/package.json | 2 +- s3_sync/CHANGELOG.md | 6 ++++++ s3_sync/package.json | 4 ++-- 12 files changed, 47 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6418c..907e565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) + +### Bug Fixes + +- Update dependencies to latest to patch reported vulnerabilities ([af67092](https://github.com/clowdhaus/aws-github-actions/commit/af67092a8e9b2194d7e67c9d3df58ee5df506cf9)) +- Update dependencies to latest to patch reported vulnerabilities ([fd5f9d2](https://github.com/clowdhaus/aws-github-actions/commit/fd5f9d2f1bd90c3f681fffed7c3afa8353914ad8)) + # [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) ### Features diff --git a/awscli/CHANGELOG.md b/awscli/CHANGELOG.md index 161d7e7..4791d6c 100644 --- a/awscli/CHANGELOG.md +++ b/awscli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) + +### Bug Fixes + +- Update dependencies to latest to patch reported vulnerabilities ([af67092](https://github.com/clowdhaus/aws-github-actions/commit/af67092a8e9b2194d7e67c9d3df58ee5df506cf9)) + # [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) ### Features diff --git a/awscli/package.json b/awscli/package.json index a01020c..1bc7085 100644 --- a/awscli/package.json +++ b/awscli/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/awscli", - "version": "0.7.0", + "version": "0.7.1", "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.0", + "@aws-github-actions/awscli-core": "^0.7.1", "string-argv": "^0.3.2" } } diff --git a/cloudfront_invalidate/CHANGELOG.md b/cloudfront_invalidate/CHANGELOG.md index ce3a903..0361d3e 100644 --- a/cloudfront_invalidate/CHANGELOG.md +++ b/cloudfront_invalidate/CHANGELOG.md @@ -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. +## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) + +### Bug Fixes + +- Update dependencies to latest to patch reported vulnerabilities ([af67092](https://github.com/clowdhaus/aws-github-actions/commit/af67092a8e9b2194d7e67c9d3df58ee5df506cf9)) +- Update dependencies to latest to patch reported vulnerabilities ([fd5f9d2](https://github.com/clowdhaus/aws-github-actions/commit/fd5f9d2f1bd90c3f681fffed7c3afa8353914ad8)) + # [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) ### Features diff --git a/cloudfront_invalidate/package.json b/cloudfront_invalidate/package.json index bcb955d..c4af074 100644 --- a/cloudfront_invalidate/package.json +++ b/cloudfront_invalidate/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/cloudfront-invalidate", - "version": "0.7.0", + "version": "0.7.1", "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 0cc6acf..9d0e112 100644 --- a/iam_access_credentials/CHANGELOG.md +++ b/iam_access_credentials/CHANGELOG.md @@ -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. +## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) + +### Bug Fixes + +- Update dependencies to latest to patch reported vulnerabilities ([af67092](https://github.com/clowdhaus/aws-github-actions/commit/af67092a8e9b2194d7e67c9d3df58ee5df506cf9)) +- Update dependencies to latest to patch reported vulnerabilities ([fd5f9d2](https://github.com/clowdhaus/aws-github-actions/commit/fd5f9d2f1bd90c3f681fffed7c3afa8353914ad8)) + # [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) ### Features diff --git a/iam_access_credentials/package.json b/iam_access_credentials/package.json index 4f980c6..fa80243 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.0", + "version": "0.7.1", "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 9ae10eb..7f6abf3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "0.7.0" + "version": "0.7.1" } diff --git a/packages/awscli-core/CHANGELOG.md b/packages/awscli-core/CHANGELOG.md index fb42489..ceade28 100644 --- a/packages/awscli-core/CHANGELOG.md +++ b/packages/awscli-core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) + +### Bug Fixes + +- Update dependencies to latest to patch reported vulnerabilities ([af67092](https://github.com/clowdhaus/aws-github-actions/commit/af67092a8e9b2194d7e67c9d3df58ee5df506cf9)) + # [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) ### Features diff --git a/packages/awscli-core/package.json b/packages/awscli-core/package.json index d4d8403..836af35 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.0", + "version": "0.7.1", "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 309b327..a385486 100644 --- a/s3_sync/CHANGELOG.md +++ b/s3_sync/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13) + +### Bug Fixes + +- Update dependencies to latest to patch reported vulnerabilities ([af67092](https://github.com/clowdhaus/aws-github-actions/commit/af67092a8e9b2194d7e67c9d3df58ee5df506cf9)) + # [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) ### Features diff --git a/s3_sync/package.json b/s3_sync/package.json index 0ec9bdf..3416557 100644 --- a/s3_sync/package.json +++ b/s3_sync/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/s3-sync", - "version": "0.7.0", + "version": "0.7.1", "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.0", + "@aws-github-actions/awscli-core": "^0.7.1", "string-argv": "^0.3.2" } }