Skip to content

v0.16.3

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 03:52
· 12 commits to refs/heads/main since this release
fb1e759

🐛 Bug Fixes

upd: Add additional Filestore tiers @brent-anyscale (#43)

This update adds the missing tiers for the Google Cloud Filestore module. The module now supports the following tiers: STANDARD, PREMIUM, BASIC_HDD, BASIC_SSD, HIGH_SCALE_SSD, ENTERPRISE, ZONAL, and REGIONAL.

On branch brent/update-filestore-types Changes to be committed: modified: CHANGELOG.md modified: README.md modified: modules/google-anyscale-filestore/README.md modified: modules/google-anyscale-filestore/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