Commit Graph

10 Commits

Author SHA1 Message Date
Sean McGinnis e1c17f27ee Add repo settings and remove highlights for Kilo
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: Ic40ddabba4637f888b1e4bd521246fcbdbf343fa
2018-02-23 08:45:02 -06:00
Doug Hellmann 179200c02f remove send-announcements-to from closed series
We no longer use the send-announcements-to field for anything.

Change-Id: I605b86261e13e13f017264992090c5f726e3e605
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-06 10:16:36 -04:00
Doug Hellmann 698b52f1b7 add release model and deliverable type (k)
Change-Id: Idfca7548576d65e2c9134440a8db115ce28529cd
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-11-09 17:09:02 -05:00
Doug Hellmann 1a014b1601 add team field for kilo deliverables
Modifying these older deliverable files also required updating them to
meet the modern validation rules.

Change-Id: I45f60a01dade32a3bf182eaf1ea1f996c09ee3cb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-06-09 14:34:15 -04:00
Dave Walker (Daviey) a0362bcb6a stable/kilo 2015.1.4 co-ordinated release
This is the 2015.1.4 release, consisting of:
  - ceilometer: 7 commits
  - cinder: 4 commits
  - glance: 5 commits
  - heat: 21 commits
  - horizon: 7 commits
  - ironic: 7 commits
  - keystone: 4 commits
  - neutron: 96 commits
  - neutron-lbaas: 4 commits
  - nova: 31 commits
  - sahara: 6 commits

Change-Id: Ia9bb7afb9b69ef1ab29ebf11c82b2cfd05465038
Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
2016-05-10 09:43:36 +01:00
Alan Pevec e19e9cecd1 Add Kilo 2015.1.3 stable point release
NB Trove and Neutron-fwaas skipped 2015.1.3 synchronized release

Change-Id: Ia7d087ddb482ba053203048656b1764eb41c372a
2016-03-04 01:41:40 +01:00
Doug Hellmann 2bd7141518 copy send-announcements-to from mitaka to kilo and liberty
Change-Id: I5e468524da068023debb5d9cfcbba756d7617992
2016-01-12 15:58:38 +00:00
Thierry Carrez 041f3b480b Add Kilo 2015.1.2 stable point release
The synchronized Kilo 2015.1.2 stable point release was never
added to the releases repository before.

Change-Id: I4d529b0eefef0c0ff46844acd159beb846a2cc33
2015-12-07 16:03:55 +01:00
Alan Pevec adb12aeb38 Post-festum record of integrated Kilo point release 2015.1.1
Release notes https://wiki.openstack.org/wiki/ReleaseNotes/2015.1.1

Generated with:
for p in ceilometer cinder glance heat horizon ironic keystone neutron neutron-fwaas neutron-lbaas neutron-vpnaas nova sahara
do
 (cd $p
  echo -n "$p "
  git tag -v 2015.1.1 2>/dev/null | awk '/^object / {print $2}'
 )
done

ceilometer 7549b89395706168e8ac9c25baa441a6df779116
cinder 1cca93c2165e1e00d6e2e1b1c9dde85f09105234
glance 01fd597381561a172c464983cf8f056069bf4278
heat 9ca4a533d5b3426d63991a34125f27eb189a6f4e
horizon 0e4745faa8795d7750f45fce18c8c0bc0dd9523e
ironic 5b86be7230e017e9abe258dd22de0123a61fdd19
keystone 7798d7b29dd24df766b75107eccb6348efa01924
neutron b4c25d734ae115012a6583ccb2dd5818821d8996
neutron-fwaas 23441f66c17a6393a0e520590cc72f2376b4057a
neutron-lbaas 68f27be578acbb3871d490f10b7b91f98032307d
neutron-vpnaas db6dfc838a0048c7ab06a40ce038395691684d95
nova 31a6eb00d4a1b4a7119b37fedc02c4b880a4247b
sahara 7f2fc4eb17d5f9f883717f8b61efadb4d10057d6

Change-Id: I3ff45a883436e7461a4babfaa445d5173ba18a74
2015-08-07 19:55:52 +02:00
Doug Hellmann 2382b08607 Add old deliverable files
Add deliverable files for existing releases, including the script used
to generate them from launchpad and git data. This data is known to be
incomplete, and is meant as a starting point for reconstructing the full
history.

The output from running the script [1] shows that many projects we
expected to treat as deliverables do not yet have a launchpad page.

[1] http://paste.openstack.org/show/336176

Change-Id: I1a64c8b6b99ec575c00c1ebad93a5f6dc70c9718
2015-07-14 20:59:27 +00:00