Merge "Update microversion to 2.89"

This commit is contained in:
Zuul 2025-03-05 18:22:12 +00:00 committed by Gerrit Code Review
commit f36080ea7b
2 changed files with 7 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from manilaclient import utils
LOG = logging.getLogger(__name__)
MAX_VERSION = '2.88'
MAX_VERSION = '2.89'
MIN_VERSION = '2.0'
DEPRECATED_VERSION = '1.0'
_VERSIONED_METHOD_MAP = {}

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
With microversion 2.89, share network subnet metadata updates will be
passed to storage backend driver for processing driver specific things
if supported.