Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 00:31
· 23 commits to refs/heads/main since this release
ce293f3

🚀 Enhancements

IAM change *_iam_binding to *_iam_members @hongchaodeng (#27)

fix #26

The current use of *_iam_binding resources is authoritative. It doesn't allow users to add or update members.
We change to use *_iam_members which is non-authoritative. This will be more flexbible and easier to integrate for our users.

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