Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 17:58
· 3 commits to refs/heads/main since this release
eb69670

🚀 Enhancements

Add permissions to manage Network Endpoint Groups @akyang-anyscale (#47)

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):

Description

We want to be able to setup and manage [Network Endpoint Groups](https://cloud.google.com/load-balancing/docs/negs#:~:text=A%20network%20endpoint%20group%20(NEG,serverless%20workloads%2C%20and%20containerized%20workloads.). NEGs will soon replace instance group as the backend for backend services as they offer a bit more flexibility.

We don't currently ask for permission to manage NEGs and will need to add these perms as the default in order to enable the switch.

Does this introduce a breaking change?

  • Yes
  • No