From 043f34b079cdd583b18793f8a2216646c43aa322 Mon Sep 17 00:00:00 2001 From: silvacarloss Date: Mon, 20 Dec 2021 17:49:53 -0300 Subject: [PATCH] Bump max API microversion Manila is now capable of successfully filter share group types considering its extra specs. This change bumps the microversion so clients can benefit from that change. Implements: blueprint support-group-spec-search-share-group-type-api Depends-On: https://review.opendev.org/c/openstack/manila/+/821002 Change-Id: I24cd94e1744f21a75a16926b328dc7d53c142adc --- manilaclient/api_versions.py | 2 +- ...oup-spec-search-share-group-type-api-d5d9a6096f084b91.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/bp-support-group-spec-search-share-group-type-api-d5d9a6096f084b91.yaml diff --git a/manilaclient/api_versions.py b/manilaclient/api_versions.py index 4d0473bd9..62184f250 100644 --- a/manilaclient/api_versions.py +++ b/manilaclient/api_versions.py @@ -27,7 +27,7 @@ from manilaclient import utils LOG = logging.getLogger(__name__) -MAX_VERSION = '2.65' +MAX_VERSION = '2.66' MIN_VERSION = '2.0' DEPRECATED_VERSION = '1.0' _VERSIONED_METHOD_MAP = {} diff --git a/releasenotes/notes/bp-support-group-spec-search-share-group-type-api-d5d9a6096f084b91.yaml b/releasenotes/notes/bp-support-group-spec-search-share-group-type-api-d5d9a6096f084b91.yaml new file mode 100644 index 000000000..8a18cd561 --- /dev/null +++ b/releasenotes/notes/bp-support-group-spec-search-share-group-type-api-d5d9a6096f084b91.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Share group types can now be filtered with their `group_specs`.