diff options
author | Sean McGinnis <sean.mcginnis@gmail.com> | 2019-04-17 09:17:48 -0500 |
---|---|---|
committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2019-04-18 10:32:15 -0500 |
commit | cd64f0b327f7b6a285575c5bf96a36e07e0b4602 (patch) | |
tree | ad71ac16799169fff72de009c38b295c530d67ed /releasenotes | |
parent | ffccfc0eca0504726b052c265d7aa114a4f5b893 (diff) | |
download | python-cinderclient-cd64f0b327f7b6a285575c5bf96a36e07e0b4602.tar.gz |
Add release note for major version bump
This adds a prelude section for a release note to list the major version
changes included in 5.0 and to act as a gate to make sure all changes
requiring the major bump are approved before merging some of them.
Change-Id: I60cc5b62bdad162f8008b60b60e06f793f6b4bb1
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml b/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml new file mode 100644 index 0000000..24c26dd --- /dev/null +++ b/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml @@ -0,0 +1,7 @@ +--- +prelude: > + This is a major version release of python-cinderclient. Backwards + compatibility has been removed for some long standing deprecations and + support for the Cinder v1 API has been removed. Prior to upgrading to this + release, ensure all Cinder services that need to be managed are 13.0.0 + (Rocky) or later. |