Skip to content

Commit

Permalink
chore: Prepare to release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unfunco committed Oct 26, 2023
1 parent 11d98e3 commit 3cdba65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Notable changes to this project are documented in this changelog.
This project adheres to the [semantic versioning] specification.

## [1.7.0] – 2023-10-26

- Add the OIDC provider ARN as an output ([11d98e3](https://github.com/unfunco/terraform-aws-oidc-github/commit/11d98e3dea7ca8e41be157d21fe4769c31fe7570))

## [1.6.0] – 2023-09-07

- Allow additional audiences to be specified ([d5f4644](https://github.com/unfunco/terraform-aws-oidc-github/commit/d5f46444ed4018b88d0204df037ac3b4dbca7a03))
Expand Down Expand Up @@ -133,4 +137,5 @@ This project adheres to the [semantic versioning] specification.
[1.5.1]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.0...v1.5.1
[1.5.2]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.1...v1.5.2
[1.6.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.2...v1.6.0
[1.7.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.6.0...v1.7.0
[semantic versioning]: https://semver.org
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ provider "aws" {
module "oidc_github" {
source = "unfunco/oidc-github/aws"
version = "1.6.0"
version = "1.7.0"
github_repositories = [
"org/repo",
Expand Down Expand Up @@ -109,10 +109,11 @@ applied, the JWT will contain an updated `iss` claim.

## Outputs

| Name | Description |
| ------------- | --------------------- |
| iam_role_arn | ARN of the IAM role. |
| iam_role_name | Name of the IAM role. |
| Name | Description |
| ----------------- | ------------------------- |
| iam_role_arn | ARN of the IAM role. |
| iam_role_name | Name of the IAM role. |
| oidc_provider_arn | ARN of the OIDC provider. |

<!-- END_TF_DOCS -->

Expand Down

0 comments on commit 3cdba65

Please sign in to comment.