Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:24
758cad9

2.0.0 (2025-08-16)

⚠ BREAKING CHANGES

  • Rename the enabled variable to create (#80)
  • Rename default IAM role to GitHubActions (#77)
  • Remove the enabled variable (#76)
  • Replace Apache-2.0 with the MIT license (#74)
  • Increase the minimum required versions (#73)
  • Rename the attach_admin_policy variable (#72)
  • Change the attach_read_only_policy default (#71)

New features

  • Add a flag to enable/disable role creation (#68) (6c252cf)
  • Add AWS IAM OpenID connect provider URL to outputs (#79) (208ca71)
  • Allow more managed policies to be attached (#82) (06b4849)
  • Support non-default AWS partitions (#65) (801d242)

Bug fixes

Miscellaneous

  • Automatically bump README.md version number (#83) (b39d995)
  • Change the attach_read_only_policy default (#71) (c997cb9)
  • Increase max_line_length to 120 characters (#70) (e6edce5)
  • Increase the minimum required versions (#73) (395b8b1)
  • Remove the cron workflow (#69) (10f3f5a)
  • Remove the enabled variable (#76) (03185e5)
  • Rename default IAM role to GitHubActions (#77) (29a447d)
  • Rename the attach_admin_policy variable (#72) (f0aaed4)
  • Rename the enabled variable to create (#80) (2eb9470)
  • Replace Apache-2.0 with the MIT license (#74) (54470d2)
  • Split workflows and simplify testing (#67) (7cbbdbd)
  • Update the examples (#85) (77ea7bc)