Skip to content

v0.18.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 00:00
· 2 commits to refs/heads/main since this release
e999581

🐛 Bug Fixes

fix: Existing VPC and existing Firewall edge case @brent-anyscale (#48)

When both an Existing VPC and an Existing Firewall were present in a project, the Anyscale firewall submodule would fail to execute and throw an error.

Added an additional example to demonstrate how to use an Existing VPC with an Existing Firewall.

Additional minor updates to wording for clarity in the README and other documentation files.

On branch brent/add-existing-vpc-example Changes to be committed: modified: .pre-commit-config.yaml modified: CHANGELOG.md modified: README.md modified: examples/anyscale-v2-commonname/README.md modified: examples/anyscale-v2-commonname/variables.tf modified: examples/anyscale-v2-existingproject/README.md modified: examples/anyscale-v2-existingproject/variables.tf modified: examples/anyscale-v2-kitchensink/main.tf modified: examples/anyscale-v2-no_filestore/README.md modified: examples/anyscale-v2-no_filestore/variables.tf modified: examples/anyscale-v2-privatenetwork/README.md modified: examples/anyscale-v2-privatenetwork/variables.tf new file: examples/anyscale-v2-vpc-existing/README.md new file: examples/anyscale-v2-vpc-existing/main.tf new file: examples/anyscale-v2-vpc-existing/outputs.tf new file: examples/anyscale-v2-vpc-existing/variables.tf new file: examples/anyscale-v2-vpc-existing/versions.tf modified: examples/anyscale-v2-vpc-shared/README.md modified: examples/anyscale-v2-vpc-shared/variables.tf modified: main.tf modified: modules/google-anyscale-iam/README.md modified: modules/google-anyscale-iam/main.tf modified: modules/google-anyscale-vpc-firewall/README.md modified: modules/google-anyscale-vpc-firewall/variables.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