The YAML 1.2 spec was released in 2009. It's probably been enough time
that it's safe to move to it.
The only issue for out YAML usage was 1.2 dropped the use of Yes, No, On,
and Off as valid boolean values.
Change-Id: I608e09d219379e00cca15c5ff165bb63aecfe9f2
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Use "edit-deliverable import-eol-tag" to record the information about
all of the existing newton-eol tags.
Change-Id: Iff29f42ccb02b9eec69750858e51459e33bc226f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
We've deprecated per-release highlights and are now removing them.
We also now require repository-settings for deliverables. This adds
the one and removes the other.
Change-Id: Ia94eb26ccc9552193e9a21e5c771ce962721f6c9
We no longer use the send-announcements-to field for anything.
Change-Id: Iee64d76ea25f56001a87cd39cfd4bb9aaf6acf94
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Use the tool from the previous commit to import the branch history for
the newton release.
Change-Id: I8db0424bdbb8ccefb0c34df6bc1e178ec3a971b6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Add links to the published release notes for newton.
Change-Id: I6d876c21c0d07cecdb5212e298407befff58f1a4
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This is a backward incompatible release because of
breaking changes with microversions 2.36 and 2.37
so it's a major version bump.
Change-Id: I7e8800e07e98863978d25ebaf2fb1e336cff1649
This is a minor version bump for new microversion support
and bug fixes/dependency updates before we land the change
to support the 2.36 microversoin which is backward
incompatible in the API and will require a major version
release.
Change-Id: I270e7b5a658c9601368c62c33d44ccf8076effbc
This is a major version release because of the following changes:
6f86679 Clean up deprecated CLI options
84f4e1e Raise an exception in v2.client for direct_use
Those are backward incompatible changes for deprecated usage
which will now result in an error.
Change-Id: I61013090c0742a325012f6d75b6c6552fb7064b9
Add a validation step to ensure that the link referenced for release
notes is actually fetchable. Remove the release-notes links from newton
deliverable files where the page doesn't exist yet.
Change-Id: I8fb101c0317f7cfa30754662659c00290ce581fb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This is a major version release for some backward incompatible
changes.
Changes since 3.4.0:
f6efc86 Updated from global requirements
a602e59 Deprecate image list/show/delete/update CLIs/APIs
d133a66 Make functional tests work with v3 keystone
77f214b Updated from global requirements
a967e40 Fix typos in docstrings and comments
0634a38 Remove busted baremetal CLIs and API bindings
41fccc3 Updated from global requirements
e458fab Add default values for domain related options
a425702 Remove deprecated volume(snapshot) commands/bindings
b9807c0 Switch to 2.1 default api_version in v2.Client
7d8db71 [tests] initialize client objects inside setUp
51306fc Fix ServerGroup.NAME_ATTR
31c9e39 Using glance 'image-list'/'image-show' in boot help message
The upper-constraints bump is:
Ida4573431b4de24246e4f85e080c6e74ef1dfaf2
Change-Id: Idc23c88944db173edcfc697d054eaf0cf2cc73b6
The main purpose here is to get the fix for host-evacuate-live
out (which was regressed when support was added for the 2.25
microversion in an earlier release).
The u-c update is in I57007304ce700f432d8b298098ae0d36e2f1bd90
Change-Id: Ic87d5cdc94d9df517e39c2d6a39a0ee468497a41
Related-Bug: #1561938