...to pick up COMPUTE_IMAGE_TYPE_PLOOP from [1].
Make this a major, rather than feature, bump since this also includes
the patch where we dropped support for py2 [2].
[1] https://review.opendev.org/#/c/696435/
[2] https://review.opendev.org/#/c/690997/
Change-Id: I0ad502079ec858969ae28a4148bdc2c1e9c7e927
This picks up a number of features:
Idac1b8f4610825ca7fdf62eec4f0453398e43346
Add application credential CRUD support
Iac034b7d8afe22a57de9f1fa9b37f3b2bf5fa0da
Add support for Node tainted field
I860cf08712bd5869f448eaab06eb6a637e0708fd
Add clustering update_action
I6417735b0fb784d500f9d33adca4fcd92cdf7966
Add router add/remove route operations
...and at least a couple of bug fixes:
I6f628787dcf458ff9149dbb3502e7beeded70d9e
baremetal node: 'error' is a failed state
Ie0cffc402747d070c1eae1d9b423a046936d917d
Keep connection backrefs with weakref.proxy
Change-Id: I9bd287974c52fd32102fd1c1c62f662f478f0d11
First updated release tags for the Ussuri cycle.
Bump to allow for updated dependencies.
Co-Authored-By: Wes Hayutin <weshayutin@gmail.com>
Co-Authored-By: Emilien Macchi <emilien@redhat.com>
Change-Id: I02e38bcf10b8eea56bb40511868d862f3db70bbc
This release contains a new feature and is the first
release since Train so it's a minor version bump.
$ git log --oneline --no-merges --no-decorate 1.7.0..
37f521e Follow up to I627bfd1ff699d075028da6afafbe7fb9b2f13058
0acbe40 Add support for microversion 1.28 in allocation set
9b86d94 Add resource provider allocation unset command
3ac639b Fix deps for using venv tox target to create a release note
ec01d0a gitignore: Ignore .stestr directory
e741278 docs: Misc cleanups
0cae0bc Fixups for pdf docs
306a91e Be explicit about auth type in functional tests
f49b9fc Use os-endpoint instead of os-url for functional tests
dda2c3f Update master for stable/train
99d879a Build pdf docs
89cdb01 Update osc-placement bug link in README
Change-Id: I1020bfa5b1b1c82c25cdc15c14d0d63bbabe035b
Since PowerVMStackers is now a SIG, its deliverables are no longer
an official part of the OpenStack release and will be maintained
separately.
Change-Id: I06ef9ec25731d02ae0c69f2e956f1738e1012193
Having "estimated TBD" looks silly in the table, replace this by just
"TBD" if we don't have a date set yet.
Change-Id: I48394304b48e7ec36e51a2b8b036ee5e60cb016d
As reported by Tim Burke, just-released twine 3.0.0 requires
keyring>=15.1, but we have a 3-year-old keyring==7.3 pin in
releases requirements.
The pin was put to avoid installing a full desktop (through a
DBUS dependency introduced in >7.3) but this seem to have been
fixed between now and then.
Change-Id: I904ea3735daaa8892edc54be4a9611beb66fdfe2
The parent patch proposes the release model change and
This is the first release for Ussuri.
Glance v1 support was dropped since the previous release
(i.e. Train release 16.0.0), so the major version is bumped.
This release would fix failures of the docs job in several horizon
plugins which is caused by the inconsistency between horizon 16.0.0
(train) and python-novaclient 16.0.0 (ussuri).
Change-Id: I72f79cfeea8e63812a18c8b09e31ed4df066d914
It was discussed in the Shanghai PTG.
horizon has two aspects: the one is to provide GUI to users and
the other is a library for horizon plugins.
When horizon plugins would like to use recent changes or to avoid bugs,
they need to consume beta releases of horizon.
More frequent releases of horizon would make more sense.
This commit changes the release model to cycle-with-intemediary.
After this change, horizon major version will be bumped when both
user-visible features and horizon plugin interfaces are dropped.
This menas the horizon major version can potentially be bumped
multiple times in a single development cycle.
Change-Id: I494063ca132b362cb769468fc588d71ec6264ca6