From dcab7df395befcbc75c6b1cae8162b34484fe2f3 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 18 Jun 2019 11:32:07 +0100 Subject: [PATCH] Update API history and release mapping for 12.2.0 12.2.0 will be the first release in the Train cycle. Change-Id: Ide12cb4f83f3216af82e0d1139dc2f4468f1e5cb --- .../contributor/webapi-version-history.rst | 4 ++-- ironic/common/release_mappings.py | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/webapi-version-history.rst b/doc/source/contributor/webapi-version-history.rst index af1c751d55..338539e9e3 100644 --- a/doc/source/contributor/webapi-version-history.rst +++ b/doc/source/contributor/webapi-version-history.rst @@ -2,13 +2,13 @@ REST API Version History ======================== -1.58 (Train, master) +1.58 (Train, 12.2.0) -------------------- Added the ability to backfill allocations for already deployed nodes by creating an allocation with ``node`` set. -1.57 (Train, master) +1.57 (Train, 12.2.0) -------------------- Added the following new endpoint for allocation: diff --git a/ironic/common/release_mappings.py b/ironic/common/release_mappings.py index ad57044fe8..1d7cb27094 100644 --- a/ironic/common/release_mappings.py +++ b/ironic/common/release_mappings.py @@ -162,6 +162,23 @@ RELEASE_MAPPING = { 'VolumeTarget': ['1.0'], } }, + '12.2': { + 'api': '1.58', + 'rpc': '1.48', + 'objects': { + 'Allocation': ['1.0'], + 'Node': ['1.32'], + 'Conductor': ['1.3'], + 'Chassis': ['1.3'], + 'DeployTemplate': ['1.1'], + 'Port': ['1.9'], + 'Portgroup': ['1.4'], + 'Trait': ['1.0'], + 'TraitList': ['1.0'], + 'VolumeConnector': ['1.0'], + 'VolumeTarget': ['1.0'], + } + }, 'master': { 'api': '1.58', 'rpc': '1.48',