Skip to content

v0.15.3

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 13:16
· 6 commits to refs/heads/main since this release
781c8cf

🐛 Bug Fixes

fix: google-anyscale-vpc-firewall - Firewall Rule Names @brent-anyscale (#36)

The firewall rule names were not properly getting pulled from the variable when pulling from the predefined_firewall_rules.

Additonal updates:

  • E2E test added for Services where functional verification isn't possible
  • Removed the unit test for the firewall as it was no longer maintained.

Changes to be committed:
modified: ../modules/google-anyscale-vpc-firewall/main.tf
deleted: ../modules/google-anyscale-vpc-firewall/test/terraform_google_anyscale_vpc_firewall_test.go
new file: anyscale-service/service.py

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