v0.16.2
github-actions
released this
09 Jan 00:19
·
1 commit
to refs/heads/main
since this release
🐛 Bug Fixes
fix: google-anyscale-iam: IAM SA Desc when passing in a CloudID @brent-anyscale (#42)
When passing in a Cloud ID, the IAM SA description tried to add var.google_region
, however, this variable was always null. This caused the IAM SA to fail to create.
Additional updates to pre-commit-config.yaml to update to the latest hook versions.
On branch brent/fix-iam-sa-desc
Changes to be committed:
modified: .pre-commit-config.yaml
modified: modules/google-anyscale-iam/README.md
new file: modules/google-anyscale-iam/data.tf
modified: modules/google-anyscale-iam/gke-sa.tf
Pull request checklist
Please check if your PR fulfills the following requirements:
- pre-commit has been run
- Tests for the changes have been added (for bug fixes / features)
- All tests passing
- Docs have been reviewed and added / updated if needed (for bug fixes / features)
Pull Request Type
- Bugfix
- New feature
- Refactoring (no functional changes)
- Documentation change
- Other (please describe):
Does this introduce a breaking change?
- Yes
- No
📚 Documentation/Examples
Fix link to GC deployment guide @kylegallatin (#41)
Pull request checklist
Please check if your PR fulfills the following requirements:
- pre-commit has been run
- Tests for the changes have been added (for bug fixes / features)
- All tests passing
- Docs have been reviewed and added / updated if needed (for bug fixes / features)
Pull Request Type
- Bugfix
- New feature
- Refactoring (no functional changes)
- Documentation change
- Other (please describe):
Does this introduce a breaking change?
- Yes
- No