22 Commits

Author SHA1 Message Date
Sean McGinnis
1704aa624a
Raise YAML compliance to 1.2
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>
2019-07-31 09:34:38 -05:00
Doug Hellmann
6e6c0593f6 import newton-eol tags
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>
2018-06-19 12:14:49 -04:00
Sean McGinnis
314fee67b7 Add repo settings and remove highlights for Newton
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
2018-02-23 12:03:21 -05:00
Doug Hellmann
4319b31b46 normalize client deliverable files
Change-Id: I660d507bc3976378ef0f325c5335dec38c3d98a7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-31 17:26:33 -04:00
Doug Hellmann
c93c924f1d remove send-announcements-to from newton client projects
We no longer use the send-announcements-to field for anything.

Change-Id: Iee64d76ea25f56001a87cd39cfd4bb9aaf6acf94
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-06 16:01:06 -04:00
Andreas Jaeger
adc21b41c1 Use https for docs.openstack.org (4/7)
We switched to https for docs.openstack.org, adjust URLs.

This change handles newton deliverables
Change-Id: I884958de4728dc9f649f6bac1c7d44e7b0598d07
2017-04-30 18:02:06 +02:00
Steve Martinelli
f9b4547323 release keystoneclient 3.5.1 for stable/newton
includes fixes for:
  - not logging service token in debug mode
  - not logging binary data for responses in debug mode
  - not logging binary data for requests in debug mode

See-Also: I4694ac88766083940496c4ab89e78726d258f87a
(cherry picked from commit 9f9029a1e5ceccd65b8c7b359f6c26f97f5d9fb1)

Change-Id: Ib97ddcf686a83fa1186a7a3017c6edb46282d498
2017-03-15 11:23:05 +11:00
Tony Breeds
a0403fbdbb Revert "release keystoneclient 3.5.1 for stable/newton"
For reasons we can no longer determine this never triggered the post
pipeline and therefore was never actually released.

The point of this revert is the "re-release" 3.5.1 so the git history is
as accurate as possible and release timestamps also match the git
timestamps.

This reverts commit 9f9029a1e5ceccd65b8c7b359f6c26f97f5d9fb1.

Change-Id: I4694ac88766083940496c4ab89e78726d258f87a
2017-03-15 11:22:47 +11:00
Steve Martinelli
9f9029a1e5 release keystoneclient 3.5.1 for stable/newton
includes fixes for:
  - not logging service token in debug mode
  - not logging binary data for responses in debug mode
  - not logging binary data for requests in debug mode

Change-Id: I2349cd289bfb30c545d92981e74491bb112f6184
2017-01-18 18:26:55 +00:00
Doug Hellmann
b4beba0304 import stable/newton branch history
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>
2016-12-06 09:20:51 -05:00
Doug Hellmann
6018514762 add release model and deliverable type (n)
Change-Id: Ic9d5708920c2b351ec0bbfbccf38b039267a4179
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-11-09 17:09:02 -05:00
Doug Hellmann
30c1fce530 add release note links for newton
Add links to the published release notes for newton.

Change-Id: I6d876c21c0d07cecdb5212e298407befff58f1a4
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-09-22 16:49:37 -04:00
Steve Martinelli
9928b5bba2 release keystoneclient 3.5.0
this should be the last release of the newton development cycle.

Change-Id: Idf879e0ea6ff9cb8a4a8996d3a600d731a3dcc72
2016-08-25 23:26:29 -04:00
Steve Martinelli
a088df40c4 release keystoneclient 3.4.0
Change-Id: Ifdf8054aa66c7add74932a200e912cc4ab41c736
2016-08-03 09:14:18 -04:00
Steve Martinelli
5aff869631 release keystoneclient 3.3.0
Change-Id: Ifb825e8eb80dcc6d234eb4c7aeccc9ba58db7f19
2016-07-28 10:06:53 -04:00
Steve Martinelli
be96acc986 release 3.2.0 of keystoneclient
includes minor fixes and requirements updates

Change-Id: I65bf90a1f0622de6ca6d50cd27dc340196c77dbc
2016-07-02 09:31:06 -04:00
Doug Hellmann
7fabf48f24 add team field for newton deliverables
Change-Id: I333ff743f2c03b44fcce7d01f8979aed34e689f7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-06-09 14:34:10 -04:00
Jenkins
2c04803762 Merge "require release note pages to exist before adding the link" 2016-06-02 07:58:28 +00:00
Doug Hellmann
f947d43cc9 require release note pages to exist before adding the link
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>
2016-05-19 16:01:14 -04:00
Doug Hellmann
4cfd4a780e clean up highlights formatting for previous keystone lib releases
Change-Id: I9efef2529780879688667ebfad3bdbffe625211b
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-05-19 15:35:39 -04:00
Steve Martinelli
d3485cd9ad release keystone libraries
various commits have gone into each of keystone's libraries, they
are in a good state and should be released now to prevent a much
larger release in the future.

Change-Id: Id289bc80a901770ef8117d8dbe30fe0ac877f0e0
2016-05-18 01:14:03 -04:00
Brant Knudson
c4601748e8 keystoneclient 3.0.0
First release of keystoneclient library for Newton.

Change-Id: If9d446179faad510a42302ff67df02dfbfe2e8a9
2016-04-15 13:39:07 -05:00