Skip to content

Commit f63219a

Browse files
committed
v0.8.0
1 parent c192165 commit f63219a

File tree

12 files changed

+71
-8
lines changed

12 files changed

+71
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05)
7+
8+
9+
### Features
10+
11+
* Update actions runtime from NodeJS 16 to 20 ([c192165](https://github.com/clowdhaus/aws-github-actions/commit/c1921651c03b9b5a92e47c19fbc3aa06897ba8c8))
12+
13+
14+
15+
16+
617
## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13)
718

819
### Bug Fixes

awscli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05)
7+
8+
9+
### Features
10+
11+
* Update actions runtime from NodeJS 16 to 20 ([c192165](https://github.com/clowdhaus/aws-github-actions/commit/c1921651c03b9b5a92e47c19fbc3aa06897ba8c8))
12+
13+
14+
15+
16+
617
## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13)
718

819
### Bug Fixes

awscli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-github-actions/awscli",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Wrapper for awscli",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",
@@ -10,7 +10,7 @@
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
1212
"dependencies": {
13-
"@aws-github-actions/awscli-core": "^0.7.1",
13+
"@aws-github-actions/awscli-core": "^0.8.0",
1414
"string-argv": "^0.3.2"
1515
}
1616
}

cloudfront_invalidate/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05)
7+
8+
9+
### Features
10+
11+
* Update actions runtime from NodeJS 16 to 20 ([c192165](https://github.com/clowdhaus/aws-github-actions/commit/c1921651c03b9b5a92e47c19fbc3aa06897ba8c8))
12+
13+
14+
15+
16+
617
## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13)
718

819
### Bug Fixes

cloudfront_invalidate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-github-actions/cloudfront-invalidate",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Initiate CloudFront cache invalidation",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",

iam_access_credentials/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05)
7+
8+
9+
### Features
10+
11+
* Update actions runtime from NodeJS 16 to 20 ([c192165](https://github.com/clowdhaus/aws-github-actions/commit/c1921651c03b9b5a92e47c19fbc3aa06897ba8c8))
12+
13+
14+
15+
16+
617
## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13)
718

819
### Bug Fixes

iam_access_credentials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-github-actions/iam-access-credentials",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Configure AWS IAM access credentials for use with the AWS CLI and AWS SDKs",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.7.1"
3+
"version": "0.8.0"
44
}

packages/awscli-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05)
7+
8+
**Note:** Version bump only for package @aws-github-actions/awscli-core
9+
10+
11+
12+
13+
614
## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13)
715

816
### Bug Fixes

packages/awscli-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-github-actions/awscli-core",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Wrapper module for awscli",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",

s3_sync/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.1...v0.8.0) (2024-05-05)
7+
8+
9+
### Features
10+
11+
* Update actions runtime from NodeJS 16 to 20 ([c192165](https://github.com/clowdhaus/aws-github-actions/commit/c1921651c03b9b5a92e47c19fbc3aa06897ba8c8))
12+
13+
14+
15+
16+
617
## [0.7.1](https://github.com/clowdhaus/aws-github-actions/compare/v0.7.0...v0.7.1) (2023-06-13)
718

819
### Bug Fixes

s3_sync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-github-actions/s3-sync",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Sync locally generated artifacts to an S3 bucket",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",
@@ -10,7 +10,7 @@
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
1212
"dependencies": {
13-
"@aws-github-actions/awscli-core": "^0.7.1",
13+
"@aws-github-actions/awscli-core": "^0.8.0",
1414
"string-argv": "^0.3.2"
1515
}
1616
}

0 commit comments

Comments
 (0)