cinder/releasenotes/notes/pure-storage-change-purity-support-b94057d3842a80a8.yaml
Simon Dodsley 8bb216dc16 [Pure Storage] Remove all REST version checks
Enforce a minimum FlashArray Purity version that will make all
REST version checking renudant as the enforced minimum version
supports all the features that are currently version-gated.

Remove any code that checks for different REST responses based on
REST response due to old REST code.

Enforced minimum Purity version matches the minimum supported
Purity version for FlashArray as of December 2021.

No change required to the purestorage pypi package used by this
driver.

Change-Id: I9fd03186b77ca442b62b1bfa28eed9026d91949b
2021-11-10 17:05:25 -05:00

17 lines
608 B
YAML

---
upgrade:
- |
Pure Storage: Minimum supported FlashArray Purity//FA is changed to 5.3.0.
All FlashArray backends must be at at least this minimum version or the
driver will not initialize.
fixes:
- |
Pure Storage: Remove all API version checks in driver as the new minimum
FlashArray Purity//FA version supports all previously version-gated
features and functionality support.
other:
- |
Pure Storage: FlashArray minimum Purity//FA version is increased to 5.3.0.
All FlashArray backends must be at at least this minimum version or the
driver will not initialize.