Skip to content

v0.17.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 20:26
· 10 commits to refs/heads/main since this release
97bfae5

📚 Documentation/Examples

add: Example with no Filestore @brent-anyscale (#46)

Filestore for NFS mounts is no longer required. This PR includes an example configuration using these modules to deploy the resources necessary for an Anyscale Cloud without a Filestore resource.

Minimal Requirements

Anyscale CLI Version: anyscale-0.25.6

On branch brent/example-no_filestore Changes to be committed: modified: CHANGELOG.md modified: README.md new file: examples/anyscale-v2-no_filestore/README.md new file: examples/anyscale-v2-no_filestore/main.tf new file: examples/anyscale-v2-no_filestore/outputs.tf new file: examples/anyscale-v2-no_filestore/variables.tf new file: examples/anyscale-v2-no_filestore/versions.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):
    New example

Does this introduce a breaking change?

  • Yes
  • No