Skip to content

v0.14.4

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 16:36
· 16 commits to refs/heads/main since this release
d1e839b

🐛 Bug Fixes

fix: Firewall Ingress - GCP Health check @brent-anyscale (#32)

The GCP Health Check only needs to be valid for port 8000. The previous fix removed that limitation and opened up all TCP ports.

On branch brent/firewall-ingress
Changes to be committed:
modified: README.md
modified: examples/main.tf
modified: main.tf
modified: variables.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