diff --git a/doc/source/contributor/releasing.rst b/doc/source/contributor/releasing.rst index 44ec3616eb..ef9e68e128 100644 --- a/doc/source/contributor/releasing.rst +++ b/doc/source/contributor/releasing.rst @@ -300,10 +300,21 @@ We need to submit patches for changes on master to: * remove any model class names from ``ironic.cmd.dbsync.NEW_MODELS``. +Ironic Tempest plugin +~~~~~~~~~~~~~~~~~~~~~ + As **ironic-tempest-plugin** is branchless, we need to submit a patch adding stable jobs to its master branch. `Example for Queens `_. +Bifrost +~~~~~~~ + +Bifrost needs to be updated to install dependencies using the stable branch. +`Example for Victoria `_. The upper +constraints file referenced in ``scripts/install-deps.sh`` needs to be updated +to the new release. + For all releases ----------------