This release drops support for DocBook XML building. Those repositories
and branches that still need DocBook XML building, will cap the version.
Change-Id: I3c3284b0d6b73d47a08b56b4d4bc140733b68fa4
This fixes an important regression in release 2.4.0 and stabilizes our
to be final release for Newton.
Related-Bug: 1587999
Related-Bug: 1614971
Change-Id: I759fbbdc3806eb5eef14e1775f72e60186cd1352
Adds support for dual stack neutron networks, which is needed by Infra
for multi-node testing on OSIC.
Change-Id: Ia568caa879a02102ab5e47e2b1b8fb09c60409e4
Depends-On: Ia5538c56636939178fef8b74b65f847cf2ead9c8
2.4.0 is expected to be the final release for newton unless we find
important bugs. So, this looks like a candidate for the stable branch.
Change-Id: I891b786f9afeeb8b869b5e2a7b75f04085258f58
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 release is expected to be the final release for newton unless we
find important bugs. So, this looks like a candidate for the stable
branch.
Change-Id: Ic27fd45955b7a9c24b3ed08d30dc07bc54a33822
This has a single change:
62398ed4a3376b52e0934a9e23b88bea60404972
Needed to release the fix for bug 1611387 which
clutters up the n-cpu logs in the gate runs.
Change-Id: Ie56fee208f4cd74e146671e6299217719f017e32
Give more specific examples of how to use aclmanager.py as
part of the general release process. Add missing step asking
PTLs to refresh $project-release group membership.
Change-Id: I2ff7f3129915aabc68fb36f3ee8a746f7c6398e4
The main target is eadc1341ccd3401c240b58260fd0f04ce75e6a93
which fixes the problem with privsep doing gratuitous logging
at warning level for debug level events which clutters up
the service logs in our gate CI runs.
I figured this would be a minor version bump given the
behavior change in default logging.
Change-Id: Ib51d4c2bb0139241fd3b04da0eab0b54ed42a5cd
The release schedule is no longer bounded by the summit, so don't
include it.
Add 2 weeks for the cycle-trailing deadline.
Change-Id: I8bca376d910c218b65a29d2e400fd519348f73b9
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Use a separate URL for testing a tag from testing a SHA, since sometimes
the latter does not work for tags.
Change-Id: I01e71df99b0ab81f171f9e69e5190164e20f5106
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Use the placement of the deliverable file in the _independent directory
as an indication that the deliverable was independent, at least for the
version ranges covered in that file.
Only look at the ancestry of a tag if the deliverable is not
independent, because in that case mixes of series will be included in
one file.
Change-Id: Ib12ec6c15d4fea811c87e77ae4356868a10961fc
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
For releases we don't care if there are whitespace changes in the
requirements file, so ignore them to make it easier to identify new or
changed requirements.
Change-Id: Ibb7798c833dfa0f6725a15de99f1f1c2bbd37c02
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
The old implementation of list-changes assumed that the deliverable file
included all releases and that they were in order. That assumption does
not hold for independent projects, where the history might not be there
and new entries might be from different branches than the previous
entries, all in the same file. This change uses git to determine the
previous tag for each repository, then shows the right diffs based on
that instead of the assumed tag from the deliverable file.
Change-Id: I122a6ec1792a07cdb23f09a880110dff2446555e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>