From ee6ceaa7fe09c37ba183f61aabbfc497f92d1005 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Mon, 21 Nov 2022 19:18:02 -0500 Subject: [PATCH] v0.7.0 --- CHANGELOG.md | 168 ++++++---------------------- awscli/CHANGELOG.md | 121 ++++---------------- awscli/package.json | 4 +- cloudfront_invalidate/CHANGELOG.md | 139 +++++------------------ cloudfront_invalidate/package.json | 2 +- iam_access_credentials/CHANGELOG.md | 139 +++++------------------ iam_access_credentials/package.json | 2 +- lerna.json | 6 +- packages/awscli-core/CHANGELOG.md | 86 +++----------- packages/awscli-core/package.json | 6 +- s3_sync/CHANGELOG.md | 121 ++++---------------- s3_sync/package.json | 4 +- 12 files changed, 162 insertions(+), 636 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468410a..bb6418c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,250 +3,154 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) - - -### Bug Fixes +# [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) -* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) +### Features +- Update dependencies to latest to patch deprecation for `set-output` ([e0c01e2](https://github.com/clowdhaus/aws-github-actions/commit/e0c01e2ed56fa196afe6a6d1a9d55c84a9cffe3a)) +- Update dependencies to patch reported vulnerabilities ([07b16ab](https://github.com/clowdhaus/aws-github-actions/commit/07b16abfb5becd39074819019aed9100868f38e6)) +- Update dependencies to patch reported vulnerabilities ([1c89753](https://github.com/clowdhaus/aws-github-actions/commit/1c8975335bd1993b129fb9dae39b87f6a58ad499)) +- Update runtime for action from Node 12 to 16 ([3d475e8](https://github.com/clowdhaus/aws-github-actions/commit/3d475e829aef3912a6e54caa3d40b76e86242cd5)) +## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) +### Bug Fixes +- **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) ## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) **Note:** Version bump only for package aws-github-actions - - - - ## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) - ### Bug Fixes -* **deps:** update dependencies to latest to patch reported vulnerabilities ([ef5d374](https://github.com/clowdhaus/aws-github-actions/commit/ef5d374510eca4728fc5b93e2d5f294e726fa33c)) -* **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) - - - - +- **deps:** update dependencies to latest to patch reported vulnerabilities ([ef5d374](https://github.com/clowdhaus/aws-github-actions/commit/ef5d374510eca4728fc5b93e2d5f294e726fa33c)) +- **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) ## [0.6.6](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.5...v0.6.6) (2021-08-05) - ### Bug Fixes -* **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([b0d9c06](https://github.com/clowdhaus/aws-github-actions/commit/b0d9c06836e75d70e97ea8e3ca15a2b7ff1831ac)) - - - - +- **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([b0d9c06](https://github.com/clowdhaus/aws-github-actions/commit/b0d9c06836e75d70e97ea8e3ca15a2b7ff1831ac)) ## [0.6.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.4...v0.6.5) (2021-06-10) - ### Bug Fixes -* **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) - - - - +- **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) ## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16) - ### Bug Fixes -* correct old references to `master` to `main` ([74c82f8](https://github.com/clowdhaus/aws-github-actions/commit/74c82f82162ccb6900a372d201f75c9862180bd6)) - - - - +- correct old references to `master` to `main` ([74c82f8](https://github.com/clowdhaus/aws-github-actions/commit/74c82f82162ccb6900a372d201f75c9862180bd6)) ## [0.6.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.2...v0.6.3) (2021-03-16) - ### Bug Fixes -* update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) - - - - +- update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) ## [0.6.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.1...v0.6.2) (2021-02-14) - ### Bug Fixes -* rename `master` to `main` and update project dependencies ([89bf0c1](https://github.com/clowdhaus/aws-github-actions/commit/89bf0c1ca521801990fd4f2369780430ff2b25bd)) - - - - +- rename `master` to `main` and update project dependencies ([89bf0c1](https://github.com/clowdhaus/aws-github-actions/commit/89bf0c1ca521801990fd4f2369780430ff2b25bd)) ## [0.6.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.0...v0.6.1) (2021-01-24) **Note:** Version bump only for package aws-github-actions - - - - # [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21) - ### Features -* update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) - - - - +- update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) ## 0.5.1 (2020-09-29) **Note:** Version bump only for package aws-github-actions - - - - # 0.5.0 (2020-09-24) - -* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) - +- refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) ### BREAKING CHANGES -* action path has been changed to remove `packages/` - - - - +- action path has been changed to remove `packages/` ## [0.4.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.7...v0.4.8) (2020-09-13) **Note:** Version bump only for package aws-github-actions - - - - ## [0.4.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.6...v0.4.7) (2020-09-13) **Note:** Version bump only for package aws-github-actions - - - - ## [0.4.6](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.5...v0.4.6) (2020-08-01) **Note:** Version bump only for package aws-github-actions - - - - ## [0.4.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.4...v0.4.5) (2020-07-20) **Note:** Version bump only for package aws-github-actions - - - - ## [0.4.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.3...v0.4.4) (2020-06-21) - ### Bug Fixes -* fix actions on windows runners ([#6](https://github.com/clowdhaus/aws-github-actions/issues/6)) ([e7aac78](https://github.com/clowdhaus/aws-github-actions/commit/e7aac783e5d267e08234ee71bfbf42c966e3d0f2)) - +- fix actions on windows runners ([#6](https://github.com/clowdhaus/aws-github-actions/issues/6)) ([e7aac78](https://github.com/clowdhaus/aws-github-actions/commit/e7aac783e5d267e08234ee71bfbf42c966e3d0f2)) ### Features -* add additional os testing with matrix strategy for all but cloudfront invalidation ([#5](https://github.com/clowdhaus/aws-github-actions/issues/5)) ([072d6ee](https://github.com/clowdhaus/aws-github-actions/commit/072d6eeae502e94883d3b24e7b809584ecccbb42)) - - - - +- add additional os testing with matrix strategy for all but cloudfront invalidation ([#5](https://github.com/clowdhaus/aws-github-actions/issues/5)) ([072d6ee](https://github.com/clowdhaus/aws-github-actions/commit/072d6eeae502e94883d3b24e7b809584ecccbb42)) ## [0.4.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.2...v0.4.3) (2020-06-21) **Note:** Version bump only for package aws-github-actions - - - - ## [0.4.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.1...v0.4.2) (2020-05-25) **Note:** Version bump only for package aws-github-actions - - - - ## [0.4.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.0...v0.4.1) (2020-05-02) **Note:** Version bump only for package aws-github-actions - - - - # [0.4.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.3.0...v0.4.0) (2020-04-24) - ### Features -* **awscli:** upgrade awscli to v2 ([320481c](https://github.com/clowdhaus/aws-github-actions/commit/320481c27b2d6c9a26760a0fab75ad5222d39182)) - - - - +- **awscli:** upgrade awscli to v2 ([320481c](https://github.com/clowdhaus/aws-github-actions/commit/320481c27b2d6c9a26760a0fab75ad5222d39182)) # 0.3.0 (2020-04-06) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **all:** initial commit starting off project with base setup of yarn workspaces, lerna, and ncc ([3f2904a](https://github.com/clowdhaus/aws-github-actions/commit/3f2904a44bc130d2e002b93b45a725d903c991c4)) -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) -* **cloudfront:** initial implementation of CloudFront cache invalidation action ([47f0063](https://github.com/clowdhaus/aws-github-actions/commit/47f0063cc864085f0d5e48548413a09d7788eb71)) -* **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) -* **s3:** implement S3 sync using awscli cached locally, no support in javascript sdk ([6ea5d6c](https://github.com/clowdhaus/aws-github-actions/commit/6ea5d6c26865e91e524a90dda7b8a126d8fc96cf)) -* **sts:** implment action for setting up IAM credentials in workflow environment ([6d69c04](https://github.com/clowdhaus/aws-github-actions/commit/6d69c045cfc277432d791a7100a9a89168f56225)) - - - - +- **all:** initial commit starting off project with base setup of yarn workspaces, lerna, and ncc ([3f2904a](https://github.com/clowdhaus/aws-github-actions/commit/3f2904a44bc130d2e002b93b45a725d903c991c4)) +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **cloudfront:** initial implementation of CloudFront cache invalidation action ([47f0063](https://github.com/clowdhaus/aws-github-actions/commit/47f0063cc864085f0d5e48548413a09d7788eb71)) +- **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) +- **s3:** implement S3 sync using awscli cached locally, no support in javascript sdk ([6ea5d6c](https://github.com/clowdhaus/aws-github-actions/commit/6ea5d6c26865e91e524a90dda7b8a126d8fc96cf)) +- **sts:** implment action for setting up IAM credentials in workflow environment ([6d69c04](https://github.com/clowdhaus/aws-github-actions/commit/6d69c045cfc277432d791a7100a9a89168f56225)) # 0.2.0 (2020-03-07) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **all:** initial commit starting off project with base setup of yarn workspaces, lerna, and ncc ([3f2904a](https://github.com/clowdhaus/aws-github-actions/commit/3f2904a44bc130d2e002b93b45a725d903c991c4)) -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) -* **cloudfront:** initial implementation of CloudFront cache invalidation action ([47f0063](https://github.com/clowdhaus/aws-github-actions/commit/47f0063cc864085f0d5e48548413a09d7788eb71)) -* **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) -* **s3:** implement S3 sync using awscli cached locally, no support in javascript sdk ([6ea5d6c](https://github.com/clowdhaus/aws-github-actions/commit/6ea5d6c26865e91e524a90dda7b8a126d8fc96cf)) -* **sts:** implment action for setting up IAM credentials in workflow environment ([6d69c04](https://github.com/clowdhaus/aws-github-actions/commit/6d69c045cfc277432d791a7100a9a89168f56225)) +- **all:** initial commit starting off project with base setup of yarn workspaces, lerna, and ncc ([3f2904a](https://github.com/clowdhaus/aws-github-actions/commit/3f2904a44bc130d2e002b93b45a725d903c991c4)) +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **cloudfront:** initial implementation of CloudFront cache invalidation action ([47f0063](https://github.com/clowdhaus/aws-github-actions/commit/47f0063cc864085f0d5e48548413a09d7788eb71)) +- **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) +- **s3:** implement S3 sync using awscli cached locally, no support in javascript sdk ([6ea5d6c](https://github.com/clowdhaus/aws-github-actions/commit/6ea5d6c26865e91e524a90dda7b8a126d8fc96cf)) +- **sts:** implment action for setting up IAM credentials in workflow environment ([6d69c04](https://github.com/clowdhaus/aws-github-actions/commit/6d69c045cfc277432d791a7100a9a89168f56225)) diff --git a/awscli/CHANGELOG.md b/awscli/CHANGELOG.md index 3c8f55a..161d7e7 100644 --- a/awscli/CHANGELOG.md +++ b/awscli/CHANGELOG.md @@ -3,190 +3,117 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) - - -### Bug Fixes +# [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) -* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) +### Features +- Update dependencies to latest to patch deprecation for `set-output` ([e0c01e2](https://github.com/clowdhaus/aws-github-actions/commit/e0c01e2ed56fa196afe6a6d1a9d55c84a9cffe3a)) +- Update dependencies to patch reported vulnerabilities ([07b16ab](https://github.com/clowdhaus/aws-github-actions/commit/07b16abfb5becd39074819019aed9100868f38e6)) +- Update dependencies to patch reported vulnerabilities ([1c89753](https://github.com/clowdhaus/aws-github-actions/commit/1c8975335bd1993b129fb9dae39b87f6a58ad499)) +- Update runtime for action from Node 12 to 16 ([3d475e8](https://github.com/clowdhaus/aws-github-actions/commit/3d475e829aef3912a6e54caa3d40b76e86242cd5)) +## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) +### Bug Fixes +- **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) ## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) **Note:** Version bump only for package @aws-github-actions/awscli - - - - ## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) - ### Bug Fixes -* **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) - - - - +- **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) ## [0.6.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.4...v0.6.5) (2021-06-10) - ### Bug Fixes -* **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) - - - - +- **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) ## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16) - ### Bug Fixes -* correct old references to `master` to `main` ([74c82f8](https://github.com/clowdhaus/aws-github-actions/commit/74c82f82162ccb6900a372d201f75c9862180bd6)) - - - - +- correct old references to `master` to `main` ([74c82f8](https://github.com/clowdhaus/aws-github-actions/commit/74c82f82162ccb6900a372d201f75c9862180bd6)) ## [0.6.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.2...v0.6.3) (2021-03-16) - ### Bug Fixes -* update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) - - - - +- update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) ## [0.6.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.1...v0.6.2) (2021-02-14) - ### Bug Fixes -* rename `master` to `main` and update project dependencies ([89bf0c1](https://github.com/clowdhaus/aws-github-actions/commit/89bf0c1ca521801990fd4f2369780430ff2b25bd)) - - - - +- rename `master` to `main` and update project dependencies ([89bf0c1](https://github.com/clowdhaus/aws-github-actions/commit/89bf0c1ca521801990fd4f2369780430ff2b25bd)) # [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21) - ### Features -* update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) - - - - +- update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) ## 0.5.1 (2020-09-29) **Note:** Version bump only for package @aws-github-actions/awscli - - - - # 0.5.0 (2020-09-24) - -* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) - +- refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) ### BREAKING CHANGES -* action path has been changed to remove `packages/` - - - - +- action path has been changed to remove `packages/` ## [0.4.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.7...v0.4.8) (2020-09-13) **Note:** Version bump only for package @aws-github-actions/awscli - - - - ## [0.4.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.4...v0.4.5) (2020-07-20) **Note:** Version bump only for package @aws-github-actions/awscli - - - - ## [0.4.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.3...v0.4.4) (2020-06-21) - ### Bug Fixes -* fix actions on windows runners ([#6](https://github.com/clowdhaus/aws-github-actions/issues/6)) ([e7aac78](https://github.com/clowdhaus/aws-github-actions/commit/e7aac783e5d267e08234ee71bfbf42c966e3d0f2)) - - - - +- fix actions on windows runners ([#6](https://github.com/clowdhaus/aws-github-actions/issues/6)) ([e7aac78](https://github.com/clowdhaus/aws-github-actions/commit/e7aac783e5d267e08234ee71bfbf42c966e3d0f2)) ## [0.4.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.1...v0.4.2) (2020-05-25) **Note:** Version bump only for package @aws-github-actions/awscli - - - - ## [0.4.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.0...v0.4.1) (2020-05-02) **Note:** Version bump only for package @aws-github-actions/awscli - - - - # [0.4.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.3.0...v0.4.0) (2020-04-24) **Note:** Version bump only for package @aws-github-actions/awscli - - - - # 0.3.0 (2020-04-06) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) -* **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) - - - - +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) # 0.2.0 (2020-03-07) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) -* **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) diff --git a/awscli/package.json b/awscli/package.json index cb5f986..cada12d 100644 --- a/awscli/package.json +++ b/awscli/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/awscli", - "version": "0.6.9", + "version": "0.7.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.6.9", + "@aws-github-actions/awscli-core": "^0.7.0", "string-argv": "^0.3.1" } } diff --git a/cloudfront_invalidate/CHANGELOG.md b/cloudfront_invalidate/CHANGELOG.md index 725e5aa..ce3a903 100644 --- a/cloudfront_invalidate/CHANGELOG.md +++ b/cloudfront_invalidate/CHANGELOG.md @@ -3,223 +3,134 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) - - -### Bug Fixes +# [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) -* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) +### Features +- Update dependencies to latest to patch deprecation for `set-output` ([e0c01e2](https://github.com/clowdhaus/aws-github-actions/commit/e0c01e2ed56fa196afe6a6d1a9d55c84a9cffe3a)) +- Update dependencies to patch reported vulnerabilities ([07b16ab](https://github.com/clowdhaus/aws-github-actions/commit/07b16abfb5becd39074819019aed9100868f38e6)) +- Update dependencies to patch reported vulnerabilities ([1c89753](https://github.com/clowdhaus/aws-github-actions/commit/1c8975335bd1993b129fb9dae39b87f6a58ad499)) +- Update runtime for action from Node 12 to 16 ([3d475e8](https://github.com/clowdhaus/aws-github-actions/commit/3d475e829aef3912a6e54caa3d40b76e86242cd5)) +## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) +### Bug Fixes +- **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) ## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - ## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) - ### Bug Fixes -* **deps:** update dependencies to latest to patch reported vulnerabilities ([ef5d374](https://github.com/clowdhaus/aws-github-actions/commit/ef5d374510eca4728fc5b93e2d5f294e726fa33c)) -* **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) - - - - +- **deps:** update dependencies to latest to patch reported vulnerabilities ([ef5d374](https://github.com/clowdhaus/aws-github-actions/commit/ef5d374510eca4728fc5b93e2d5f294e726fa33c)) +- **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) ## [0.6.6](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.5...v0.6.6) (2021-08-05) - ### Bug Fixes -* **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([b0d9c06](https://github.com/clowdhaus/aws-github-actions/commit/b0d9c06836e75d70e97ea8e3ca15a2b7ff1831ac)) - - - - +- **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([b0d9c06](https://github.com/clowdhaus/aws-github-actions/commit/b0d9c06836e75d70e97ea8e3ca15a2b7ff1831ac)) ## [0.6.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.4...v0.6.5) (2021-06-10) - ### Bug Fixes -* **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) - - - - +- **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) ## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16) - ### Bug Fixes -* correct old references to `master` to `main` ([74c82f8](https://github.com/clowdhaus/aws-github-actions/commit/74c82f82162ccb6900a372d201f75c9862180bd6)) - - - - +- correct old references to `master` to `main` ([74c82f8](https://github.com/clowdhaus/aws-github-actions/commit/74c82f82162ccb6900a372d201f75c9862180bd6)) ## [0.6.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.2...v0.6.3) (2021-03-16) - ### Bug Fixes -* update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) - - - - +- update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) ## [0.6.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.1...v0.6.2) (2021-02-14) - ### Bug Fixes -* rename `master` to `main` and update project dependencies ([89bf0c1](https://github.com/clowdhaus/aws-github-actions/commit/89bf0c1ca521801990fd4f2369780430ff2b25bd)) - - - - +- rename `master` to `main` and update project dependencies ([89bf0c1](https://github.com/clowdhaus/aws-github-actions/commit/89bf0c1ca521801990fd4f2369780430ff2b25bd)) ## [0.6.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.0...v0.6.1) (2021-01-24) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - # [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21) - ### Features -* update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) - - - - +- update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) ## 0.5.1 (2020-09-29) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - # 0.5.0 (2020-09-24) - -* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) - +- refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) ### BREAKING CHANGES -* action path has been changed to remove `packages/` - - - - +- action path has been changed to remove `packages/` ## [0.4.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.7...v0.4.8) (2020-09-13) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - ## [0.4.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.6...v0.4.7) (2020-09-13) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - ## [0.4.6](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.5...v0.4.6) (2020-08-01) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - ## [0.4.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.4...v0.4.5) (2020-07-20) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - ## [0.4.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.2...v0.4.3) (2020-06-21) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - ## [0.4.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.1...v0.4.2) (2020-05-25) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - ## [0.4.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.0...v0.4.1) (2020-05-02) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - # [0.4.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.3.0...v0.4.0) (2020-04-24) **Note:** Version bump only for package @aws-github-actions/cloudfront-invalidate - - - - # 0.3.0 (2020-04-06) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) -* **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) - - - - +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) # 0.2.0 (2020-03-07) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) -* **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) diff --git a/cloudfront_invalidate/package.json b/cloudfront_invalidate/package.json index 6434960..4fe445e 100644 --- a/cloudfront_invalidate/package.json +++ b/cloudfront_invalidate/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/cloudfront-invalidate", - "version": "0.6.9", + "version": "0.7.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 67ebae8..0cc6acf 100644 --- a/iam_access_credentials/CHANGELOG.md +++ b/iam_access_credentials/CHANGELOG.md @@ -3,223 +3,134 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) - - -### Bug Fixes +# [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) -* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) +### Features +- Update dependencies to latest to patch deprecation for `set-output` ([e0c01e2](https://github.com/clowdhaus/aws-github-actions/commit/e0c01e2ed56fa196afe6a6d1a9d55c84a9cffe3a)) +- Update dependencies to patch reported vulnerabilities ([07b16ab](https://github.com/clowdhaus/aws-github-actions/commit/07b16abfb5becd39074819019aed9100868f38e6)) +- Update dependencies to patch reported vulnerabilities ([1c89753](https://github.com/clowdhaus/aws-github-actions/commit/1c8975335bd1993b129fb9dae39b87f6a58ad499)) +- Update runtime for action from Node 12 to 16 ([3d475e8](https://github.com/clowdhaus/aws-github-actions/commit/3d475e829aef3912a6e54caa3d40b76e86242cd5)) +## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) +### Bug Fixes +- **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) ## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - ## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) - ### Bug Fixes -* **deps:** update dependencies to latest to patch reported vulnerabilities ([ef5d374](https://github.com/clowdhaus/aws-github-actions/commit/ef5d374510eca4728fc5b93e2d5f294e726fa33c)) -* **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) - - - - +- **deps:** update dependencies to latest to patch reported vulnerabilities ([ef5d374](https://github.com/clowdhaus/aws-github-actions/commit/ef5d374510eca4728fc5b93e2d5f294e726fa33c)) +- **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) ## [0.6.6](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.5...v0.6.6) (2021-08-05) - ### Bug Fixes -* **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([b0d9c06](https://github.com/clowdhaus/aws-github-actions/commit/b0d9c06836e75d70e97ea8e3ca15a2b7ff1831ac)) - - - - +- **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([b0d9c06](https://github.com/clowdhaus/aws-github-actions/commit/b0d9c06836e75d70e97ea8e3ca15a2b7ff1831ac)) ## [0.6.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.4...v0.6.5) (2021-06-10) - ### Bug Fixes -* **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) - - - - +- **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) ## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16) - ### Bug Fixes -* correct old references to `master` to `main` ([74c82f8](https://github.com/clowdhaus/aws-github-actions/commit/74c82f82162ccb6900a372d201f75c9862180bd6)) - - - - +- correct old references to `master` to `main` ([74c82f8](https://github.com/clowdhaus/aws-github-actions/commit/74c82f82162ccb6900a372d201f75c9862180bd6)) ## [0.6.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.2...v0.6.3) (2021-03-16) - ### Bug Fixes -* update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) - - - - +- update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) ## [0.6.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.1...v0.6.2) (2021-02-14) - ### Bug Fixes -* rename `master` to `main` and update project dependencies ([89bf0c1](https://github.com/clowdhaus/aws-github-actions/commit/89bf0c1ca521801990fd4f2369780430ff2b25bd)) - - - - +- rename `master` to `main` and update project dependencies ([89bf0c1](https://github.com/clowdhaus/aws-github-actions/commit/89bf0c1ca521801990fd4f2369780430ff2b25bd)) ## [0.6.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.0...v0.6.1) (2021-01-24) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - # [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21) - ### Features -* update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) - - - - +- update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) ## 0.5.1 (2020-09-29) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - # 0.5.0 (2020-09-24) - -* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) - +- refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) ### BREAKING CHANGES -* action path has been changed to remove `packages/` - - - - +- action path has been changed to remove `packages/` ## [0.4.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.7...v0.4.8) (2020-09-13) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - ## [0.4.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.6...v0.4.7) (2020-09-13) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - ## [0.4.6](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.5...v0.4.6) (2020-08-01) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - ## [0.4.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.4...v0.4.5) (2020-07-20) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - ## [0.4.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.2...v0.4.3) (2020-06-21) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - ## [0.4.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.1...v0.4.2) (2020-05-25) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - ## [0.4.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.0...v0.4.1) (2020-05-02) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - # [0.4.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.3.0...v0.4.0) (2020-04-24) **Note:** Version bump only for package @aws-github-actions/iam-access-credentials - - - - # 0.3.0 (2020-04-06) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) -* **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) - - - - +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) # 0.2.0 (2020-03-07) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) -* **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) diff --git a/iam_access_credentials/package.json b/iam_access_credentials/package.json index a984e28..0163a90 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.6.9", + "version": "0.7.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 a58db98..82c10fa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,6 @@ { - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "useWorkspaces": true, "npmClient": "yarn", - "version": "0.6.9" + "version": "0.7.0" } diff --git a/packages/awscli-core/CHANGELOG.md b/packages/awscli-core/CHANGELOG.md index b415883..fb42489 100644 --- a/packages/awscli-core/CHANGELOG.md +++ b/packages/awscli-core/CHANGELOG.md @@ -3,139 +3,87 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) - - -### Bug Fixes +# [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) -* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) +### Features +- Update dependencies to latest to patch deprecation for `set-output` ([e0c01e2](https://github.com/clowdhaus/aws-github-actions/commit/e0c01e2ed56fa196afe6a6d1a9d55c84a9cffe3a)) +- Update dependencies to patch reported vulnerabilities ([1c89753](https://github.com/clowdhaus/aws-github-actions/commit/1c8975335bd1993b129fb9dae39b87f6a58ad499)) +## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) +### Bug Fixes +- **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) ## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) **Note:** Version bump only for package @aws-github-actions/awscli-core - - - - ## [0.6.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.4...v0.6.5) (2021-06-10) - ### Bug Fixes -* **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) - - - - +- **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) # [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21) - ### Features -* update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) - - - - +- update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) ## 0.5.1 (2020-09-29) **Note:** Version bump only for package @aws-github-actions/awscli-core - - - - # 0.5.0 (2020-09-24) - -* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) - +- refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) ### BREAKING CHANGES -* action path has been changed to remove `packages/` - - - - +- action path has been changed to remove `packages/` ## [0.4.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.4...v0.4.5) (2020-07-20) **Note:** Version bump only for package @aws-github-actions/awscli-core - - - - ## [0.4.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.3...v0.4.4) (2020-06-21) - ### Bug Fixes -* fix actions on windows runners ([#6](https://github.com/clowdhaus/aws-github-actions/issues/6)) ([e7aac78](https://github.com/clowdhaus/aws-github-actions/commit/e7aac783e5d267e08234ee71bfbf42c966e3d0f2)) - - - - +- fix actions on windows runners ([#6](https://github.com/clowdhaus/aws-github-actions/issues/6)) ([e7aac78](https://github.com/clowdhaus/aws-github-actions/commit/e7aac783e5d267e08234ee71bfbf42c966e3d0f2)) ## [0.4.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.1...v0.4.2) (2020-05-25) **Note:** Version bump only for package @aws-github-actions/awscli-core - - - - ## [0.4.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.0...v0.4.1) (2020-05-02) **Note:** Version bump only for package @aws-github-actions/awscli-core - - - - # [0.4.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.3.0...v0.4.0) (2020-04-24) - ### Features -* **awscli:** upgrade awscli to v2 ([320481c](https://github.com/clowdhaus/aws-github-actions/commit/320481c27b2d6c9a26760a0fab75ad5222d39182)) - - - - +- **awscli:** upgrade awscli to v2 ([320481c](https://github.com/clowdhaus/aws-github-actions/commit/320481c27b2d6c9a26760a0fab75ad5222d39182)) # 0.3.0 (2020-04-06) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) - - - - +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) # 0.2.0 (2020-03-07) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) diff --git a/packages/awscli-core/package.json b/packages/awscli-core/package.json index 87a4b68..9884fcd 100644 --- a/packages/awscli-core/package.json +++ b/packages/awscli-core/package.json @@ -1,11 +1,10 @@ { "name": "@aws-github-actions/awscli-core", - "version": "0.6.9", + "version": "0.7.0", "description": "Wrapper module for awscli", "license": "Apache-2.0", "author": "clowd.haus", "main": "lib/index.js", - "typings": "lib/index.d.ts", "scripts": { "build": "rm -f lib/* && tsc", "test": "echo \"Error: no test specified\" && exit 1" @@ -14,5 +13,6 @@ "@actions/exec": "^1.1.1", "@actions/io": "^1.1.2", "@actions/tool-cache": "^2.0.1" - } + }, + "typings": "lib/index.d.ts" } diff --git a/s3_sync/CHANGELOG.md b/s3_sync/CHANGELOG.md index 48ebe53..309b327 100644 --- a/s3_sync/CHANGELOG.md +++ b/s3_sync/CHANGELOG.md @@ -3,190 +3,117 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) - - -### Bug Fixes +# [0.7.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.9...v0.7.0) (2022-11-22) -* **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) +### Features +- Update dependencies to latest to patch deprecation for `set-output` ([e0c01e2](https://github.com/clowdhaus/aws-github-actions/commit/e0c01e2ed56fa196afe6a6d1a9d55c84a9cffe3a)) +- Update dependencies to patch reported vulnerabilities ([07b16ab](https://github.com/clowdhaus/aws-github-actions/commit/07b16abfb5becd39074819019aed9100868f38e6)) +- Update dependencies to patch reported vulnerabilities ([1c89753](https://github.com/clowdhaus/aws-github-actions/commit/1c8975335bd1993b129fb9dae39b87f6a58ad499)) +- Update runtime for action from Node 12 to 16 ([3d475e8](https://github.com/clowdhaus/aws-github-actions/commit/3d475e829aef3912a6e54caa3d40b76e86242cd5)) +## [0.6.9](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.8...v0.6.9) (2022-03-26) +### Bug Fixes +- **deps:** update dependencies to latest to patch reported vulnerabilities ([c5decc6](https://github.com/clowdhaus/aws-github-actions/commit/c5decc6ed14356bc73166dea9ad764eee6cdc360)) ## [0.6.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.7...v0.6.8) (2021-10-15) **Note:** Version bump only for package @aws-github-actions/s3-sync - - - - ## [0.6.7](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.6...v0.6.7) (2021-09-18) - ### Bug Fixes -* **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) - - - - +- **deps:** update dependencies to latest to patch reported vulnerabilities ([90d9ad3](https://github.com/clowdhaus/aws-github-actions/commit/90d9ad33a7273bfd847f22bd1b8c373576c59b30)) ## [0.6.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.4...v0.6.5) (2021-06-10) - ### Bug Fixes -* **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) - - - - +- **deps:** update dependencies to latest and re-complile to patch reported vulnerabilities ([e82300c](https://github.com/clowdhaus/aws-github-actions/commit/e82300c65249d40a4339831427b3854738c59902)) ## [0.6.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.3...v0.6.4) (2021-03-16) - ### Bug Fixes -* correct old references to `master` to `main` ([74c82f8](https://github.com/clowdhaus/aws-github-actions/commit/74c82f82162ccb6900a372d201f75c9862180bd6)) - - - - +- correct old references to `master` to `main` ([74c82f8](https://github.com/clowdhaus/aws-github-actions/commit/74c82f82162ccb6900a372d201f75c9862180bd6)) ## [0.6.3](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.2...v0.6.3) (2021-03-16) - ### Bug Fixes -* update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) - - - - +- update dependencies to latest to patch reported vulnerabilities ([7b9ef7d](https://github.com/clowdhaus/aws-github-actions/commit/7b9ef7d53756eee5afe4707e48be2720985ad504)) ## [0.6.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.6.1...v0.6.2) (2021-02-14) - ### Bug Fixes -* rename `master` to `main` and update project dependencies ([89bf0c1](https://github.com/clowdhaus/aws-github-actions/commit/89bf0c1ca521801990fd4f2369780430ff2b25bd)) - - - - +- rename `master` to `main` and update project dependencies ([89bf0c1](https://github.com/clowdhaus/aws-github-actions/commit/89bf0c1ca521801990fd4f2369780430ff2b25bd)) # [0.6.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.5.1...v0.6.0) (2020-12-21) - ### Features -* update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) - - - - +- update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var ([fb034db](https://github.com/clowdhaus/aws-github-actions/commit/fb034db7a51e33f60c3ba26889cbfafb51c5127d)) ## 0.5.1 (2020-09-29) **Note:** Version bump only for package @aws-github-actions/s3-sync - - - - # 0.5.0 (2020-09-24) - -* refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) - +- refactor!: move actions up to project root ([7739e2e](https://github.com/clowdhaus/aws-github-actions/commit/7739e2e8c37d412bc44faff493512f816c347ed2)) ### BREAKING CHANGES -* action path has been changed to remove `packages/` - - - - +- action path has been changed to remove `packages/` ## [0.4.8](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.7...v0.4.8) (2020-09-13) **Note:** Version bump only for package @aws-github-actions/s3-sync - - - - ## [0.4.5](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.4...v0.4.5) (2020-07-20) **Note:** Version bump only for package @aws-github-actions/s3-sync - - - - ## [0.4.4](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.3...v0.4.4) (2020-06-21) - ### Bug Fixes -* fix actions on windows runners ([#6](https://github.com/clowdhaus/aws-github-actions/issues/6)) ([e7aac78](https://github.com/clowdhaus/aws-github-actions/commit/e7aac783e5d267e08234ee71bfbf42c966e3d0f2)) - - - - +- fix actions on windows runners ([#6](https://github.com/clowdhaus/aws-github-actions/issues/6)) ([e7aac78](https://github.com/clowdhaus/aws-github-actions/commit/e7aac783e5d267e08234ee71bfbf42c966e3d0f2)) ## [0.4.2](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.1...v0.4.2) (2020-05-25) **Note:** Version bump only for package @aws-github-actions/s3-sync - - - - ## [0.4.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.4.0...v0.4.1) (2020-05-02) **Note:** Version bump only for package @aws-github-actions/s3-sync - - - - # [0.4.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.3.0...v0.4.0) (2020-04-24) **Note:** Version bump only for package @aws-github-actions/s3-sync - - - - # 0.3.0 (2020-04-06) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) -* **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) - - - - +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) # 0.2.0 (2020-03-07) - ### Bug Fixes -* fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) - +- fix action path name for monorepo, bump dependencies and recompile ([6d6641c](https://github.com/clowdhaus/aws-github-actions/commit/6d6641ccba42395326c28a2f884ac4d06a375384)) ### Features -* **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) -* **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) +- **awscli:** make awscli internal package into an action as well, general purpose use of the awscli ([f5f6b5a](https://github.com/clowdhaus/aws-github-actions/commit/f5f6b5abef7e73e852221ad86ba23cec0305214d)) +- **s3:** break out awscli from S3 sync to stand on its own ([48de053](https://github.com/clowdhaus/aws-github-actions/commit/48de0535480795e9a45af0f4b64ad7ed68c1c46a)) diff --git a/s3_sync/package.json b/s3_sync/package.json index e509bda..7e43388 100644 --- a/s3_sync/package.json +++ b/s3_sync/package.json @@ -1,6 +1,6 @@ { "name": "@aws-github-actions/s3-sync", - "version": "0.6.9", + "version": "0.7.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.6.9", + "@aws-github-actions/awscli-core": "^0.7.0", "string-argv": "^0.3.1" } }