Skip to content

Commit 7f915b9

Browse files
committed
Prepare version 0.4.0
1 parent eded788 commit 7f915b9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ jobs:
4949
uses: aws-actions/configure-aws-credentials@master
5050
with:
5151
aws-region: ${{ secrets.AWS_REGION }}
52-
role-session-name: CheckCallerIdentity
5352
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github
5453
- run: aws sts get-caller-identity

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Notable changes to this project are documented in this changelog.
44
This project adheres to the [semantic versioning] specification.
55

6+
## [0.4.0] – 2022-01-13
7+
8+
* Allow the thumbprint to be specified as a variable ([4481aef](https://github.com/unfunco/terraform-aws-oidc-github/commit/4481aef9ccb2f4525f84b62f1e4eda4b6d49876f))
9+
* Updated the default thumbprint ([af68a05](https://github.com/unfunco/terraform-aws-oidc-github/commit/af68a05de5b12d39d8f1120085ca4596bbcefa97))
10+
611
## [0.3.0] – 2021-12-22
712

813
* Add an option to attach the AdministratorAccess policy ([ce3fb8e](https://github.com/unfunco/terraform-aws-oidc-github/commit/ce3fb8ee309833d3c2095d5557355fbff9416888))
@@ -31,4 +36,5 @@ This project adheres to the [semantic versioning] specification.
3136
[0.1.2]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.1.1...v0.1.2
3237
[0.2.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.1.2...v0.2.0
3338
[0.3.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.2.0...v0.3.0
39+
[0.4.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.3.0...v0.4.0
3440
[Semantic versioning]: https://semver.org

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ provider "aws" {
2323
2424
module "aws_oidc_github" {
2525
source = "unfunco/oidc-github/aws"
26-
version = "0.3.0"
26+
version = "0.4.0"
2727
2828
github_organisation = "honestempire"
2929
github_repositories = ["example-repo", "another-repo"]
@@ -49,7 +49,6 @@ jobs:
4949
uses: aws-actions/configure-aws-credentials@master
5050
with:
5151
aws-region: ${{ secrets.AWS_REGION }}
52-
role-session-name: CheckCallerIdentity
5352
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github
5453
- run: aws sts get-caller-identity
5554
```

0 commit comments

Comments
 (0)