Add release note links

This adds the release note links for the projects that have added their
stein landing pages so far.

Change-Id: I0a49815802a93e8c94845012b98703d24725ecd3
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis
2019-03-25 15:47:23 -05:00
parent 85fbb67da2
commit 24f09515e4
146 changed files with 207 additions and 72 deletions

View File

@@ -16,3 +16,4 @@ releases:
branches:
- location: 1.16.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/automaton/stein.html

View File

@@ -17,3 +17,4 @@ releases:
branches:
- location: 6.0.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/bifrost/stein.html

View File

@@ -39,3 +39,4 @@ releases:
branches:
- location: 1.2.2
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/castellan/stein.html

View File

@@ -6,8 +6,8 @@ type: service
cycle-highlights:
- 'Added multiattach and deferred deletion support for the RBD driver.'
- 'Numerous bug fixes have been integrated to address stability and reliability.'
- 'User experience improvements around driver initialization, data retained
during volume transfers and the information returned by commands.'
- 'User experience improvements around driver initialization, data retained during
volume transfers and the information returned by commands.'
- 'Continued improvements in the backup service.'
repository-settings:
openstack/cinder: {}
@@ -19,3 +19,4 @@ releases:
branches:
- location: 14.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/cinder/stein.html

View File

@@ -14,3 +14,4 @@ releases:
branches:
- location: 9.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/cloudkitty/stein.html

View File

@@ -14,3 +14,4 @@ releases:
branches:
- location: 1.21.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/debtcollector/stein.html

View File

@@ -20,3 +20,4 @@ releases:
branches:
- location: 8.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/designate/stein.html

View File

@@ -18,3 +18,4 @@ releases:
branches:
- location: 1.8.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/futurist/stein.html

View File

@@ -22,3 +22,4 @@ releases:
- hash: 798c4ed44d2d4f99805665d9fce36dfb423c4c34
repo: openstack/glance
version: 18.0.0.0rc1
release-notes: https://docs.openstack.org/releasenotes/glance/stein.html

View File

@@ -16,12 +16,12 @@ branches:
- location: 12.0.0.0rc1
name: stable/stein
cycle-highlights:
- Heat now supports orchestrating stacks in remote OpenStack clouds, using
credentials stored by the user in Barbican.
- It is now easier to recover from accidentally trying to replace a resource
with a version that conflicts with the existing resource.
- New resource types in Heat add support for Neutron Layer 2 Gateways,
Blazar, and Tap-as-a-Service.
- Support Glance web download image resource type, which allow get the image
from URL without pre-load it out side of Glance.
- 'Heat now supports orchestrating stacks in remote OpenStack clouds, using credentials
stored by the user in Barbican.'
- 'It is now easier to recover from accidentally trying to replace a resource with
a version that conflicts with the existing resource.'
- 'New resource types in Heat add support for Neutron Layer 2 Gateways, Blazar,
and Tap-as-a-Service.'
- 'Support Glance web download image resource type, which allow get the image from
URL without pre-load it out side of Glance.'
release-notes: https://docs.openstack.org/releasenotes/heat/stein.html

View File

@@ -26,3 +26,4 @@ cycle-highlights:
- 'Added option to mitigate breach attacks'
- 'Added an upgrade_check management command'
- 'Custom templates for clouds.yaml and openrc files support'
release-notes: https://docs.openstack.org/releasenotes/horizon/stein.html

View File

@@ -18,3 +18,4 @@ releases:
branches:
- location: 8.2.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/ironic-inspector/stein.html

View File

@@ -22,3 +22,4 @@ releases:
branches:
- location: 3.6.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/ironic-python-agent/stein.html

View File

@@ -14,3 +14,4 @@ releases:
branches:
- location: 3.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/ironic-ui/stein.html

View File

@@ -27,3 +27,4 @@ cycle-highlights:
and submit configuration data as opposed to pre-formed configuration drives. Additionally
allows for ironic to be leveraged using JSON-RPC as opposed to an AMQP message
bus.'
release-notes: https://docs.openstack.org/releasenotes/ironic/stein.html

View File

@@ -14,19 +14,18 @@ branches:
- location: 15.0.0.0rc1
name: stable/stein
cycle-highlights:
- This release introduced Multi-Factor Authentication Receipts, which
facilitates a much more natural sequential authentication flow when using
MFA.
- The limits API now supports domains in addition to projects, so quota for
resources can be allocated to top-level domains and distributed among
children projects.
- JSON Web Tokens are added as a new token format alongside fernet tokens,
enabling support for a internet-standard format. JSON Web Tokens are
asymmetrically signed and so synchronizing private keys across keystone
servers is no longer required with this token format.
- Multiple keystone APIs now support system scope as a policy target, which
reduces the need for customized policies to prevent global access to users
with an admin role on any project.
- Multiple keystone APIs now use default reader, member, and admin roles
instead of a catch-all role, which reduces the need for customized policies
to create read-only access for certain users.
- 'This release introduced Multi-Factor Authentication Receipts, which facilitates
a much more natural sequential authentication flow when using MFA.'
- 'The limits API now supports domains in addition to projects, so quota for resources
can be allocated to top-level domains and distributed among children projects.'
- 'JSON Web Tokens are added as a new token format alongside fernet tokens, enabling
support for a internet-standard format. JSON Web Tokens are asymmetrically signed
and so synchronizing private keys across keystone servers is no longer required
with this token format.'
- 'Multiple keystone APIs now support system scope as a policy target, which reduces
the need for customized policies to prevent global access to users with an admin
role on any project.'
- 'Multiple keystone APIs now use default reader, member, and admin roles instead
of a catch-all role, which reduces the need for customized policies to create
read-only access for certain users.'
release-notes: https://docs.openstack.org/releasenotes/keystone/stein.html

View File

@@ -13,3 +13,4 @@ releases:
branches:
- location: 8.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/magnum/stein.html

View File

@@ -17,3 +17,4 @@ releases:
branches:
- location: 8.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/manila/stein.html

View File

@@ -17,3 +17,4 @@ releases:
branches:
- location: 7.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/masakari-monitors/stein.html

View File

@@ -17,3 +17,4 @@ releases:
branches:
- location: 7.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/masakari/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 0.11.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/metalsmith/stein.html

View File

@@ -38,3 +38,4 @@ releases:
branches:
- location: 8.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/mistral/stein.html

View File

@@ -14,3 +14,4 @@ releases:
branches:
- location: 7.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/murano-dashboard/stein.html

View File

@@ -13,3 +13,4 @@ releases:
branches:
- location: 7.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/murano/stein.html

View File

@@ -14,3 +14,4 @@ releases:
branches:
- location: 1.3.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/networking-baremetal/stein.html

View File

@@ -18,3 +18,4 @@ releases:
branches:
- location: 1.3.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/networking-generic-switch/stein.html

View File

@@ -19,3 +19,4 @@ releases:
branches:
- location: 8.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/networking-midonet/stein.html

View File

@@ -22,3 +22,4 @@ releases:
branches:
- location: 14.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/neutron-dynamic-routing/stein.html

View File

@@ -22,3 +22,4 @@ releases:
branches:
- location: 14.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/neutron-fwaas/stein.html

View File

@@ -14,3 +14,4 @@ releases:
branches:
- location: 14.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/neutron-lbaas/stein.html

View File

@@ -38,3 +38,4 @@ releases:
branches:
- location: 1.25.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/neutron-lib/stein.html

View File

@@ -6,32 +6,26 @@ type: service
repository-settings:
openstack/nova: {}
cycle-highlights:
- It is now possible to run Nova with version 1.0.0 of the recently
extracted placement service, hosted from its own repository. Note
that install/upgrade of an extracted placement service is not yet fully
implemented in all deployment tools. Operators should check with their
particular deployment tool for support before proceeding. See the
placement `install
<https://docs.openstack.org/placement/latest/install/index.html>`_ and
`upgrade
<https://docs.openstack.org/placement/latest/upgrade/to-stein.html>`_
documentation for more details.
In Stein, operators may choose to continue to run with the integrated
placement service from the Nova repository, but should begin planning a
migration to the extracted placement service by Train, as the removal of
the integrated placement code from Nova is planned for the Train release.
- Users can now specify a volume type when creating servers.
- The compute API is now tolerant of transient conditions in a
deployment like partial infrastructure failures, for example a cell
not being reachable.
- Users can now create servers with Neutron ports that have
quality-of-service minimum bandwidth rules.
- Operators can now set overcommit allocation ratios using Nova configuration
files or the placement API.
- Compute driver capabilities are now automatically exposed as traits
in the placement API so they can be used for scheduling via flavor
extra specs and/or image properties.
- Live migration is now supported for the VMware driver.
- 'It is now possible to run Nova with version 1.0.0 of the recently extracted placement
service, hosted from its own repository. Note that install/upgrade of an extracted
placement service is not yet fully implemented in all deployment tools. Operators
should check with their particular deployment tool for support before proceeding.
See the placement `install <https://docs.openstack.org/placement/latest/install/index.html>`_
and `upgrade <https://docs.openstack.org/placement/latest/upgrade/to-stein.html>`_
documentation for more details. In Stein, operators may choose to continue to
run with the integrated placement service from the Nova repository, but should
begin planning a migration to the extracted placement service by Train, as the
removal of the integrated placement code from Nova is planned for the Train release.'
- 'Users can now specify a volume type when creating servers.'
- 'The compute API is now tolerant of transient conditions in a deployment like
partial infrastructure failures, for example a cell not being reachable.'
- 'Users can now create servers with Neutron ports that have quality-of-service
minimum bandwidth rules.'
- 'Operators can now set overcommit allocation ratios using Nova configuration files
or the placement API.'
- 'Compute driver capabilities are now automatically exposed as traits in the placement
API so they can be used for scheduling via flavor extra specs and/or image properties.'
- 'Live migration is now supported for the VMware driver.'
releases:
- projects:
- hash: c993d4fe2ffaadea76d5ae76eedfddc3a4c71346
@@ -40,3 +34,4 @@ releases:
branches:
- location: 19.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/nova/stein.html

View File

@@ -15,3 +15,4 @@ releases:
branches:
- location: 3.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/octavia-dashboard/stein.html

View File

@@ -23,3 +23,4 @@ releases:
- hash: 6b55d6219612472e23674bdb4fcbff394022f5fc
repo: openstack/octavia-lib
version: 1.1.1
release-notes: https://docs.openstack.org/releasenotes/octavia-lib/stein.html

View File

@@ -21,3 +21,4 @@ releases:
branches:
- location: 4.0.0.0rc1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/octavia/stein.html

View File

@@ -50,3 +50,4 @@ repository-settings:
branches:
- location: 0.26.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/openstacksdk/stein.html

View File

@@ -34,3 +34,4 @@ releases:
branches:
- location: 2.8.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/os-brick/stein.html

View File

@@ -14,3 +14,4 @@ repository-settings:
branches:
- location: 1.32.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/os-client-config/stein.html

View File

@@ -22,3 +22,4 @@ releases:
branches:
- location: 0.3.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/os-resource-classes/stein.html

View File

@@ -18,3 +18,4 @@ releases:
branches:
- location: 0.11.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/os-traits/stein.html

View File

@@ -22,3 +22,4 @@ releases:
branches:
- location: 4.2.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/os-win/stein.html

View File

@@ -18,3 +18,4 @@ releases:
branches:
- location: 1.12.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/osc-lib/stein.html

View File

@@ -18,3 +18,4 @@ releases:
branches:
- location: 1.5.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/osc-placement/stein.html

View File

@@ -38,3 +38,4 @@ releases:
branches:
- location: 1.33.2
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.cache/stein.html

View File

@@ -28,3 +28,4 @@ releases:
branches:
- location: 3.29.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.concurrency/stein.html

View File

@@ -7,16 +7,14 @@ type: library
repository-settings:
openstack/oslo.config: {}
cycle-highlights:
- Added a Castellan config driver that allows secrets to be moved from
on-disk config files to any Castellan-compatible keystore. This driver
lives in the Castellan project, so Castellan must be installed in order to
use it.
- Added a config driver to read values from environment variables, which
allows configuration of services in containers without needing to
inject a file. This driver is enabled by default in oslo.config.
- Added a config validation tool, ``oslo-config-validator``. This uses the
oslo-config-generator data to find options in a config file that are
not defined in the service.
- 'Added a Castellan config driver that allows secrets to be moved from on-disk
config files to any Castellan-compatible keystore. This driver lives in the Castellan
project, so Castellan must be installed in order to use it.'
- 'Added a config driver to read values from environment variables, which allows
configuration of services in containers without needing to inject a file. This
driver is enabled by default in oslo.config.'
- 'Added a config validation tool, ``oslo-config-validator``. This uses the oslo-config-generator
data to find options in a config file that are not defined in the service.'
releases:
- projects:
- hash: 7072a7552dcb58a60d08c73c1d002fdf1c5a6202
@@ -55,3 +53,4 @@ releases:
branches:
- location: 6.8.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.config/stein.html

View File

@@ -18,3 +18,4 @@ releases:
branches:
- location: 2.22.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.context/stein.html

View File

@@ -36,3 +36,4 @@ releases:
branches:
- location: 4.44.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.db/stein.html

View File

@@ -28,3 +28,4 @@ releases:
branches:
- location: 3.23.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.i18n/stein.html

View File

@@ -40,3 +40,4 @@ releases:
branches:
- location: 3.42.3
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.log/stein.html

View File

@@ -50,3 +50,4 @@ releases:
branches:
- location: 9.5.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.messaging/stein.html

View File

@@ -18,3 +18,4 @@ releases:
branches:
- location: 3.37.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.middleware/stein.html

View File

@@ -68,3 +68,4 @@ releases:
branches:
- location: 2.1.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.policy/stein.html

View File

@@ -36,3 +36,4 @@ releases:
branches:
- location: 1.32.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.privsep/stein.html

View File

@@ -24,3 +24,4 @@ releases:
branches:
- location: 1.29.2
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.reports/stein.html

View File

@@ -22,3 +22,4 @@ releases:
branches:
- location: 5.15.2
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.rootwrap/stein.html

View File

@@ -24,3 +24,4 @@ releases:
branches:
- location: 2.28.2
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.serialization/stein.html

View File

@@ -42,3 +42,4 @@ releases:
branches:
- location: 1.38.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.service/stein.html

View File

@@ -26,3 +26,4 @@ releases:
branches:
- location: 0.2.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.upgradecheck/stein.html

View File

@@ -46,3 +46,4 @@ releases:
branches:
- location: 3.40.3
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.utils/stein.html

View File

@@ -28,3 +28,4 @@ releases:
branches:
- location: 1.35.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.versionedobjects/stein.html

View File

@@ -24,3 +24,4 @@ releases:
branches:
- location: 2.32.2
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslo.vmware/stein.html

View File

@@ -18,3 +18,4 @@ releases:
branches:
- location: 3.7.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/oslotest/stein.html

View File

@@ -36,3 +36,4 @@ releases:
branches:
- location: 2.6.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/osprofiler/stein.html

View File

@@ -28,3 +28,4 @@ cycle-highlights:
- |
Simplified the code by removing unneeded complexity, easing future
maintenance.
release-notes: https://docs.openstack.org/releasenotes/placement/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-aodh/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-barbican/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-ceilometer/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-cinder/stein.html

View File

@@ -21,3 +21,4 @@ releases:
branches:
- location: 3.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-cloudkitty/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-congress/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-designate/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-ec2api/stein.html

View File

@@ -21,3 +21,4 @@ releases:
branches:
- location: 3.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-freezer/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-glance/stein.html

View File

@@ -21,3 +21,4 @@ releases:
branches:
- location: 3.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-glare/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-gnocchi/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-heat/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-horizon/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-ironic/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-keystone/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-magnum/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-manila/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-mistral/stein.html

View File

@@ -21,3 +21,4 @@ releases:
branches:
- location: 3.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-monasca/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-murano/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-neutron/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-nova/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-octavia/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-openstack_extras/stein.html

View File

@@ -10,3 +10,4 @@ branches:
- name: stable/stein
location:
openstack/puppet-openstack_spec_helper: c10cc3fe6db65787ca9dee375d6d19c9e97787d2
release-notes: https://docs.openstack.org/releasenotes/puppet-openstack_spec_helper/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-openstacklib/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-oslo/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-ovn/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-panko/stein.html

View File

@@ -21,3 +21,4 @@ releases:
branches:
- location: 3.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-qdr/stein.html

View File

@@ -21,3 +21,4 @@ releases:
branches:
- location: 2.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-rally/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-sahara/stein.html

View File

@@ -17,3 +17,4 @@ releases:
branches:
- location: 1.2.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-senlin/stein.html

View File

@@ -25,3 +25,4 @@ releases:
branches:
- location: 14.4.0
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/puppet-swift/stein.html

Some files were not shown because too many files have changed in this diff Show More