Skip to content

Commit 758cad9

Browse files
chore: Release v2.0.0 (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6ecfd59 commit 758cad9

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.8.1"}
1+
{".":"2.0.0"}

CHANGELOG.md

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

6+
## [2.0.0](https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.8.1...v2.0.0) (2025-08-16)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* Rename the enabled variable to create ([#80](https://github.com/unfunco/terraform-aws-oidc-github/issues/80))
12+
* Rename default IAM role to GitHubActions ([#77](https://github.com/unfunco/terraform-aws-oidc-github/issues/77))
13+
* Remove the enabled variable ([#76](https://github.com/unfunco/terraform-aws-oidc-github/issues/76))
14+
* Replace Apache-2.0 with the MIT license ([#74](https://github.com/unfunco/terraform-aws-oidc-github/issues/74))
15+
* Increase the minimum required versions ([#73](https://github.com/unfunco/terraform-aws-oidc-github/issues/73))
16+
* Rename the attach_admin_policy variable ([#72](https://github.com/unfunco/terraform-aws-oidc-github/issues/72))
17+
* Change the attach_read_only_policy default ([#71](https://github.com/unfunco/terraform-aws-oidc-github/issues/71))
18+
19+
### New features
20+
21+
* Add a flag to enable/disable role creation ([#68](https://github.com/unfunco/terraform-aws-oidc-github/issues/68)) ([6c252cf](https://github.com/unfunco/terraform-aws-oidc-github/commit/6c252cf48fdf60bba543b6280d19d0ec22b2ee1b))
22+
* Add AWS IAM OpenID connect provider URL to outputs ([#79](https://github.com/unfunco/terraform-aws-oidc-github/issues/79)) ([208ca71](https://github.com/unfunco/terraform-aws-oidc-github/commit/208ca71eb5072df2bf9656262bb982d4a411b84f))
23+
* Allow more managed policies to be attached ([#82](https://github.com/unfunco/terraform-aws-oidc-github/issues/82)) ([06b4849](https://github.com/unfunco/terraform-aws-oidc-github/commit/06b484971628e78b28567cdedd4fc913296fc04f))
24+
* Support non-default AWS partitions ([#65](https://github.com/unfunco/terraform-aws-oidc-github/issues/65)) ([801d242](https://github.com/unfunco/terraform-aws-oidc-github/commit/801d24208abb4547c695c7b38545d3b9142d4dbf))
25+
26+
27+
### Bug fixes
28+
29+
* Do not skip the release job ([#84](https://github.com/unfunco/terraform-aws-oidc-github/issues/84)) ([3b2f620](https://github.com/unfunco/terraform-aws-oidc-github/commit/3b2f62006c7e102cfadf2a5d09924a155772262c))
30+
* Fix broken unit test ([#86](https://github.com/unfunco/terraform-aws-oidc-github/issues/86)) ([6ecfd59](https://github.com/unfunco/terraform-aws-oidc-github/commit/6ecfd59c7e6cfe917c24d357aa80a8e7037e2a3f))
31+
32+
33+
### Miscellaneous
34+
35+
* Automatically bump README.md version number ([#83](https://github.com/unfunco/terraform-aws-oidc-github/issues/83)) ([b39d995](https://github.com/unfunco/terraform-aws-oidc-github/commit/b39d9959c90d0a9f83dca9fbc7ae45843590be0f))
36+
* Change the attach_read_only_policy default ([#71](https://github.com/unfunco/terraform-aws-oidc-github/issues/71)) ([c997cb9](https://github.com/unfunco/terraform-aws-oidc-github/commit/c997cb9e3a22485778706fb5af273164e44bb3dd))
37+
* Increase max_line_length to 120 characters ([#70](https://github.com/unfunco/terraform-aws-oidc-github/issues/70)) ([e6edce5](https://github.com/unfunco/terraform-aws-oidc-github/commit/e6edce5fab4d2142b71f96805e8dd8047b7145e0))
38+
* Increase the minimum required versions ([#73](https://github.com/unfunco/terraform-aws-oidc-github/issues/73)) ([395b8b1](https://github.com/unfunco/terraform-aws-oidc-github/commit/395b8b1ce2eb9e4efe839d912c27f607f85b5366))
39+
* Remove the cron workflow ([#69](https://github.com/unfunco/terraform-aws-oidc-github/issues/69)) ([10f3f5a](https://github.com/unfunco/terraform-aws-oidc-github/commit/10f3f5a5bede332f00f4fb2b8757b34e610dd213))
40+
* Remove the enabled variable ([#76](https://github.com/unfunco/terraform-aws-oidc-github/issues/76)) ([03185e5](https://github.com/unfunco/terraform-aws-oidc-github/commit/03185e591d9044e65196ffcdf1afbe6026c4b564))
41+
* Rename default IAM role to GitHubActions ([#77](https://github.com/unfunco/terraform-aws-oidc-github/issues/77)) ([29a447d](https://github.com/unfunco/terraform-aws-oidc-github/commit/29a447de7230e3c089d1053fa60a744b908358fc))
42+
* Rename the attach_admin_policy variable ([#72](https://github.com/unfunco/terraform-aws-oidc-github/issues/72)) ([f0aaed4](https://github.com/unfunco/terraform-aws-oidc-github/commit/f0aaed44627da39a2654fcb523acee9be7323b4a))
43+
* Rename the enabled variable to create ([#80](https://github.com/unfunco/terraform-aws-oidc-github/issues/80)) ([2eb9470](https://github.com/unfunco/terraform-aws-oidc-github/commit/2eb9470ebdeaccae0c1478ec433477d996d62b3f))
44+
* Replace Apache-2.0 with the MIT license ([#74](https://github.com/unfunco/terraform-aws-oidc-github/issues/74)) ([54470d2](https://github.com/unfunco/terraform-aws-oidc-github/commit/54470d25bf0104e1ee405f319f473559c917e8d9))
45+
* Split workflows and simplify testing ([#67](https://github.com/unfunco/terraform-aws-oidc-github/issues/67)) ([7cbbdbd](https://github.com/unfunco/terraform-aws-oidc-github/commit/7cbbdbd7837fc47554468dbc7ce20d3504c43ac3))
46+
* Update the examples ([#85](https://github.com/unfunco/terraform-aws-oidc-github/issues/85)) ([77ea7bc](https://github.com/unfunco/terraform-aws-oidc-github/commit/77ea7bc8a0fdf9e5b89ca10a692c9c44eb1693eb))
47+
648
## [1.8.1](https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.8.0...v1.8.1) (2024-12-29)
749

850
### Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ working OIDC connection between GitHub Actions and AWS.
2424
```terraform
2525
module "oidc_github" {
2626
source = "unfunco/oidc-github/aws"
27-
version = "1.8.1" # x-release-please-version
27+
version = "2.0.0" # x-release-please-version
2828
2929
github_repositories = [
3030
"org/repo",

0 commit comments

Comments
 (0)