Add rocky release note links
Add links for rocky release note landing pages that have been added since the last time the script was run. Change-Id: I43df71318a37ae0cc25b6925c580ea624c534828 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
@@ -32,7 +32,8 @@ branches:
|
||||
- location: 2.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Host and instance reservation support multiple availability zones.'
|
||||
- 'Resource monitoring supports periodic healing in order to avoid unnecessary reservation
|
||||
healing.'
|
||||
- 'A time margin for cleaning up resources between back to back leases is introduced.'
|
||||
- Host and instance reservation support multiple availability zones.
|
||||
- Resource monitoring supports periodic healing in order to avoid
|
||||
unnecessary reservation healing.
|
||||
- A time margin for cleaning up resources between back to back leases
|
||||
is introduced.
|
||||
|
||||
@@ -17,3 +17,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/rocky
|
||||
location: 11.0.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/ceilometer/rocky.html
|
||||
|
||||
@@ -61,11 +61,12 @@ branches:
|
||||
- location: 13.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Improved user experience when recovering from storage system failures.'
|
||||
- 'Security improvements enabled when creating volumes from signed images.'
|
||||
- 'Numerous improvements that give administrators greater control over the placement
|
||||
of volumes.'
|
||||
- 'Improved backup functionality and performance.'
|
||||
- Improved user experience when recovering from storage system failures.
|
||||
- Security improvements enabled when creating volumes from signed
|
||||
images.
|
||||
- Numerous improvements that give administrators greater control over
|
||||
the placement of volumes.
|
||||
- Improved backup functionality and performance.
|
||||
repository-settings:
|
||||
openstack/cinder: {}
|
||||
release-notes: https://docs.openstack.org/releasenotes/cinder/rocky.html
|
||||
|
||||
@@ -13,12 +13,13 @@ releases:
|
||||
- repo: openstack/cloudkitty
|
||||
hash: 3ab4774f66b84324adc8823a049aa4cf13689fb9
|
||||
cycle-highlights:
|
||||
- 'Cloudkitty can now collect non-OpenStack metrics using a new Promotheus collector
|
||||
or the gnocchi collector.'
|
||||
- 'Improvement in the metrics configuration to ease configuration.'
|
||||
- 'New enhanced client with inclusion of the writer within.'
|
||||
- 'Evolution of Storage with the removal of the pure gnocchi and gnocchihybrid storage
|
||||
and the addition of the new Backend V2 that will be more scalable / faster.'
|
||||
- Cloudkitty can now collect non-OpenStack metrics using a new Promotheus
|
||||
collector or the gnocchi collector.
|
||||
- Improvement in the metrics configuration to ease configuration.
|
||||
- New enhanced client with inclusion of the writer within.
|
||||
- Evolution of Storage with the removal of the pure gnocchi and gnocchihybrid
|
||||
storage and the addition of the new Backend V2 that will be more
|
||||
scalable / faster.
|
||||
repository-settings:
|
||||
openstack/cloudkitty: {}
|
||||
release-notes: https://docs.openstack.org/releasenotes/cloudkitty/rocky.html
|
||||
|
||||
@@ -36,11 +36,13 @@ repository-settings:
|
||||
openstack/congress:
|
||||
tarball-base: openstack-congress
|
||||
cycle-highlights:
|
||||
- 'Webhook integration: Congress can now accept webhook notifications from Monasca
|
||||
monitoring service and Vitrage root-cause analysis service to enable immediate
|
||||
fault-management responses according to operator policy.'
|
||||
- 'Z3 Engine: The experimental rule engine based on Microsoft Research''s Z3-prover
|
||||
opens the way to efficient policy inferences at previously impractical scales.'
|
||||
- 'Bug Fixes: As with every release, we continue to make Congress more robust and
|
||||
stable than ever with bug fixes and internal improvements.'
|
||||
- 'Webhook integration: Congress can now accept webhook notifications
|
||||
from Monasca monitoring service and Vitrage root-cause analysis
|
||||
service to enable immediate fault-management responses according
|
||||
to operator policy.'
|
||||
- "Z3 Engine: The experimental rule engine based on Microsoft Research's\
|
||||
\ Z3-prover opens the way to efficient policy inferences at previously\
|
||||
\ impractical scales."
|
||||
- 'Bug Fixes: As with every release, we continue to make Congress
|
||||
more robust and stable than ever with bug fixes and internal improvements.'
|
||||
release-notes: https://docs.openstack.org/releasenotes/congress/rocky.html
|
||||
|
||||
@@ -34,10 +34,10 @@ branches:
|
||||
- location: 1.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Add client and os-acc lib for attach/detach.'
|
||||
- 'Improved interaction with Placement via agent provider tree support.'
|
||||
- 'Metadata standardization among drivers for capability report.'
|
||||
- 'Add FPGA programming support.'
|
||||
- Add client and os-acc lib for attach/detach.
|
||||
- Improved interaction with Placement via agent provider tree support.
|
||||
- Metadata standardization among drivers for capability report.
|
||||
- Add FPGA programming support.
|
||||
repository-settings:
|
||||
openstack/cyborg: {}
|
||||
release-notes: https://docs.openstack.org/releasenotes/cyborg/rocky.html
|
||||
|
||||
@@ -12,16 +12,18 @@ branches:
|
||||
- name: stable/rocky
|
||||
location: 17.0.0.0rc1
|
||||
cycle-highlights:
|
||||
- 'Secure Hash Algorithm Support, which allows operators to configure a self-describing
|
||||
secure hash that can be used by image consumers to verify image data integrity'
|
||||
- 'Introduction of "hidden" images, a popular operator request that enables operators
|
||||
to keep outdated public images hidden from the default image-list response yet
|
||||
still available for server rebuilds'
|
||||
- 'The glance-manage utility has been updated to address OpenStack Security Note
|
||||
OSSN-0075'
|
||||
- 'An implementation of multiple backend support, which allows operators to configure
|
||||
multiple stores and allows end users to direct image data to a specific store,
|
||||
is introduced as the EXPERIMENTAL Image Service API version 2.8'
|
||||
- Secure Hash Algorithm Support, which allows operators to configure
|
||||
a self-describing secure hash that can be used by image consumers
|
||||
to verify image data integrity
|
||||
- Introduction of "hidden" images, a popular operator request that
|
||||
enables operators to keep outdated public images hidden from the
|
||||
default image-list response yet still available for server rebuilds
|
||||
- The glance-manage utility has been updated to address OpenStack
|
||||
Security Note OSSN-0075
|
||||
- An implementation of multiple backend support, which allows operators
|
||||
to configure multiple stores and allows end users to direct image
|
||||
data to a specific store, is introduced as the EXPERIMENTAL Image
|
||||
Service API version 2.8
|
||||
releases:
|
||||
- version: 17.0.0.0b1
|
||||
projects:
|
||||
|
||||
@@ -47,7 +47,8 @@ branches:
|
||||
- location: 14.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Cinder Generic Groups are now supported'
|
||||
- 'Added server groups and server group members quota management'
|
||||
- 'Angularized Users and Server Groups panels are added to provide better UX'
|
||||
- Cinder Generic Groups are now supported
|
||||
- Added server groups and server group members quota management
|
||||
- Angularized Users and Server Groups panels are added to provide
|
||||
better UX
|
||||
release-notes: https://docs.openstack.org/releasenotes/horizon/rocky.html
|
||||
|
||||
@@ -30,12 +30,12 @@ branches:
|
||||
- location: 11.1.0
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Added the ability to define groups of conductors and nodes, enabling
|
||||
operators to define specific failure or management domains.'
|
||||
- 'Added ability to manage BIOS settings, with driver support for
|
||||
iRMC and iLO hardware types.'
|
||||
- 'Added automatic recovery from power faults, removing a long standing
|
||||
headache for operators.'
|
||||
- 'Added a ramdisk deployment interface enabling high performance
|
||||
computing deployments to have diskless nodes.'
|
||||
- Added the ability to define groups of conductors and nodes, enabling
|
||||
operators to define specific failure or management domains.
|
||||
- Added ability to manage BIOS settings, with driver support for iRMC
|
||||
and iLO hardware types.
|
||||
- Added automatic recovery from power faults, removing a long standing
|
||||
headache for operators.
|
||||
- Added a ramdisk deployment interface enabling high performance computing
|
||||
deployments to have diskless nodes.
|
||||
release-notes: https://docs.openstack.org/releasenotes/ironic/rocky.html
|
||||
|
||||
@@ -51,9 +51,10 @@ releases:
|
||||
hash: 4e63ecc9abec139f429c003ff8f0c72c10399caf
|
||||
version: 7.0.4
|
||||
cycle-highlights:
|
||||
- 'Added new docker images in kolla for logstash, monasca, prometheus, ravd, neutron-infoblox-ipam-driver
|
||||
and apache storm.'
|
||||
- 'Allow operators to set resource limits in kolla-ansible deployed containers.'
|
||||
- 'Implement Ceph Bluestore deployment in kolla and kolla-ansible.'
|
||||
- 'Support deployment of prometheus, kafka and zookeeper via kolla-ansible.'
|
||||
- Added new docker images in kolla for logstash, monasca, prometheus,
|
||||
ravd, neutron-infoblox-ipam-driver and apache storm.
|
||||
- Allow operators to set resource limits in kolla-ansible deployed
|
||||
containers.
|
||||
- Implement Ceph Bluestore deployment in kolla and kolla-ansible.
|
||||
- Support deployment of prometheus, kafka and zookeeper via kolla-ansible.
|
||||
release-notes: https://docs.openstack.org/releasenotes/kolla/rocky.html
|
||||
|
||||
@@ -31,5 +31,5 @@ branches:
|
||||
- location: 6.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Support Introspective Instance Monitoring through QEMU Guest Agent.'
|
||||
- Support Introspective Instance Monitoring through QEMU Guest Agent.
|
||||
release-notes: https://docs.openstack.org/releasenotes/masakari-monitors/rocky.html
|
||||
|
||||
@@ -35,7 +35,7 @@ branches:
|
||||
- location: 6.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Operators can now customize taskflow workflows to process each type of failure
|
||||
notifications.'
|
||||
- 'Support introspective Instance Monitoring through QEMU Guest Agent'
|
||||
- Operators can now customize taskflow workflows to process each type
|
||||
of failure notifications.
|
||||
- Support introspective Instance Monitoring through QEMU Guest Agent
|
||||
release-notes: https://docs.openstack.org/releasenotes/masakari/rocky.html
|
||||
|
||||
@@ -5,12 +5,13 @@ release-model: cycle-with-milestones
|
||||
team: mistral
|
||||
type: service
|
||||
cycle-highlights:
|
||||
- 'Introduced the notifier service for sending Mistral events.'
|
||||
- 'Added Mistral actions for Swift service methods, Vitrage, Zun, Qinling and Manila.'
|
||||
- 'Executors now have a heartbeat check to verify they are still running. This helps
|
||||
resolve workflows that can become stuck in the RUNNING state when an executor
|
||||
dies.'
|
||||
- 'Improved performance and reduced memory footprint'
|
||||
- Introduced the notifier service for sending Mistral events.
|
||||
- Added Mistral actions for Swift service methods, Vitrage, Zun, Qinling
|
||||
and Manila.
|
||||
- Executors now have a heartbeat check to verify they are still running.
|
||||
This helps resolve workflows that can become stuck in the RUNNING
|
||||
state when an executor dies.
|
||||
- Improved performance and reduced memory footprint
|
||||
releases:
|
||||
- version: 7.0.0.0b1
|
||||
projects:
|
||||
|
||||
@@ -34,7 +34,7 @@ releases:
|
||||
version: 9.0.1
|
||||
- diff-start: 9.0.0
|
||||
projects:
|
||||
- comment: 'procedural tag to handle release job failure'
|
||||
- comment: procedural tag to handle release job failure
|
||||
hash: 6150dccbc763a8d5b5ff22c2bbbcec8527e7213d
|
||||
repo: openstack/networking-bagpipe
|
||||
version: 9.0.2
|
||||
|
||||
@@ -34,7 +34,7 @@ releases:
|
||||
version: 9.0.1
|
||||
- diff-start: 9.0.0
|
||||
projects:
|
||||
- comment: 'procedural tag to handle release job failure'
|
||||
- comment: procedural tag to handle release job failure
|
||||
hash: d406efdf423af7f0dc72b11553e9255b10b99759
|
||||
repo: openstack/networking-bgpvpn
|
||||
version: 9.0.2
|
||||
|
||||
@@ -54,19 +54,20 @@ releases:
|
||||
repo: openstack/neutron
|
||||
version: 13.0.4
|
||||
cycle-highlights:
|
||||
- 'Per TCP/UDP port forwarding on floating IP is supported. Operators can save the
|
||||
number of global IP addresses for floating IPs.'
|
||||
- 'Multiple bindings for compute owned ports is supported for better server live
|
||||
migration support.'
|
||||
- 'Perform validation on filter parameters on listing resources. Previously filter
|
||||
parameters were unclear for API users. This release improves the API behavior
|
||||
on resource filtering and documentation in the Neutron API references a lot.'
|
||||
- '(fwaas) Logging on firewall events is supported. It is useful for operators to
|
||||
debug FWaaS.'
|
||||
- '(vpnaas) Newer versions of liberswan 3.19+ are supported so that operators can
|
||||
run neutron-vpnaas IPsec VPN with newer distributions.'
|
||||
- '(ovn) Support migration from an existing ML2OVS TripleO deployment to ML2OVN
|
||||
TripleO deployment.'
|
||||
- '(bagpipe) bagpipe-bgp, a reference implementation of Neutron BGP VPN support,
|
||||
supports E-VPN with OVS.'
|
||||
- Per TCP/UDP port forwarding on floating IP is supported. Operators
|
||||
can save the number of global IP addresses for floating IPs.
|
||||
- Multiple bindings for compute owned ports is supported for better
|
||||
server live migration support.
|
||||
- Perform validation on filter parameters on listing resources. Previously
|
||||
filter parameters were unclear for API users. This release improves
|
||||
the API behavior on resource filtering and documentation in the
|
||||
Neutron API references a lot.
|
||||
- (fwaas) Logging on firewall events is supported. It is useful for
|
||||
operators to debug FWaaS.
|
||||
- (vpnaas) Newer versions of liberswan 3.19+ are supported so that
|
||||
operators can run neutron-vpnaas IPsec VPN with newer distributions.
|
||||
- (ovn) Support migration from an existing ML2OVS TripleO deployment
|
||||
to ML2OVN TripleO deployment.
|
||||
- (bagpipe) bagpipe-bgp, a reference implementation of Neutron BGP
|
||||
VPN support, supports E-VPN with OVS.
|
||||
release-notes: https://docs.openstack.org/releasenotes/neutron/rocky.html
|
||||
|
||||
@@ -58,10 +58,10 @@ branches:
|
||||
- location: 3.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Octavia now supports provider drivers, allowing third party load
|
||||
balancing drivers to be integrated with the Octavia v2 API.'
|
||||
- 'UDP protocol load balancing has been added to Octavia. This is
|
||||
useful for IoT use cases.'
|
||||
- 'Pools can have *backup* members, also known as "sorry servers",
|
||||
that respond when all of the members of a pool are not available.'
|
||||
- 'Users can now configure load balancer timeouts per listener.'
|
||||
- Octavia now supports provider drivers, allowing third party load
|
||||
balancing drivers to be integrated with the Octavia v2 API.
|
||||
- UDP protocol load balancing has been added to Octavia. This is useful
|
||||
for IoT use cases.
|
||||
- Pools can have *backup* members, also known as "sorry servers",
|
||||
that respond when all of the members of a pool are not available.
|
||||
- Users can now configure load balancer timeouts per listener.
|
||||
|
||||
@@ -29,7 +29,7 @@ releases:
|
||||
version: 3.39.1
|
||||
- diff-start: 3.39.0
|
||||
projects:
|
||||
- comment: 'procedural tag to handle release job failure'
|
||||
- comment: procedural tag to handle release job failure
|
||||
hash: 871d2df290d829b9cafb0dc383dc3d65810c2dac
|
||||
repo: openstack/oslo.log
|
||||
version: 3.39.2
|
||||
|
||||
@@ -57,7 +57,7 @@ releases:
|
||||
version: 8.1.1
|
||||
- diff-start: 8.1.0
|
||||
projects:
|
||||
- comment: 'procedural tag to handle release job failure'
|
||||
- comment: procedural tag to handle release job failure
|
||||
hash: a85094b5c5d39cd1496e022f36fc04db7192f153
|
||||
repo: openstack/oslo.messaging
|
||||
version: 8.1.2
|
||||
|
||||
@@ -21,7 +21,7 @@ releases:
|
||||
version: 1.29.1
|
||||
- diff-start: 1.29.0
|
||||
projects:
|
||||
- comment: 'procedural tag to handle release job failure'
|
||||
- comment: procedural tag to handle release job failure
|
||||
hash: f7ba0aa49a35bcb1e6c67dbe3dc22cf33ccc436b
|
||||
repo: openstack/oslo.privsep
|
||||
version: 1.29.2
|
||||
|
||||
@@ -33,7 +33,7 @@ releases:
|
||||
version: 1.31.4
|
||||
- diff-start: 1.31.3
|
||||
projects:
|
||||
- comment: 'procedural tag to handle release job failure'
|
||||
- comment: procedural tag to handle release job failure
|
||||
hash: 67a8a8c7f5c606bd1ef394069d6a4969d21ae3a5
|
||||
repo: openstack/oslo.service
|
||||
version: 1.31.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-aodh
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-aodh: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-barbican
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-barbican: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-ceilometer
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-ceilometer: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-cinder
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-cinder: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-cloudkitty
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-cloudkitty: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-congress
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-congress: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-designate
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-designate: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-ec2api
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-ec2api: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-freezer
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-freezer: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-glance
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-glance: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-glare
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-glare: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-gnocchi
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-gnocchi: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-heat
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-heat: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-horizon
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-horizon: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-ironic
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-ironic: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-keystone
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-keystone: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-magnum
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-magnum: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-manila
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-manila: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-mistral
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-mistral: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-monasca
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-monasca: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-murano
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-murano: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-neutron
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-neutron: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-nova
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-nova: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-octavia
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-octavia: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-openstack-extras
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-openstack_extras: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-openstack-spec-helper
|
||||
release-model: untagged
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
stable-branch-type: tagless
|
||||
repository-settings:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-openstacklib
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-openstacklib: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-oslo
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-oslo: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-ovn
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-ovn: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-panko
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-panko: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-qdr
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-qdr: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-rally
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-rally: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-sahara
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-sahara: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-swift
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-swift: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-tacker
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-tacker: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-tempest
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-tempest: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-trove
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-trove: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-vitrage
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-vitrage: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-vswitch
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-vswitch: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-watcher
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-watcher: {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
launchpad: puppet-zaqar
|
||||
release-model: cycle-trailing
|
||||
team: 'Puppet OpenStack'
|
||||
team: Puppet OpenStack
|
||||
type: other
|
||||
repository-settings:
|
||||
openstack/puppet-zaqar: {}
|
||||
|
||||
@@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- location: 2.10.0
|
||||
name: stable/rocky
|
||||
release-notes: https://docs.openstack.org/releasenotes/python-designateclient/rocky.html
|
||||
|
||||
@@ -19,5 +19,5 @@ branches:
|
||||
- location: 2.16.0
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Continue migrating to OpenStackClient'
|
||||
- Continue migrating to OpenStackClient
|
||||
release-notes: https://docs.openstack.org/releasenotes/python-troveclient/rocky.html
|
||||
|
||||
@@ -19,5 +19,5 @@ releases:
|
||||
- repo: openstack/python-vitrageclient
|
||||
hash: 76e7198fe9d9b7564fead345587aab9adfc043b6
|
||||
cycle-highlights:
|
||||
- 'New API for alarm history'
|
||||
- New API for alarm history
|
||||
release-notes: https://docs.openstack.org/releasenotes/python-vitrageclient/rocky.html
|
||||
|
||||
@@ -31,13 +31,13 @@ branches:
|
||||
- location: 1.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Support function versioning so that users can create different versions of a
|
||||
same purpose function.'
|
||||
- 'Support function alias which is a pointer to a specific Qinling function version
|
||||
and can be updated to point to a different version.'
|
||||
- 'Use secure connection to Kubernetes cluster in the default deployment.'
|
||||
- 'Support to define untrusted workload for the runtime.'
|
||||
- 'Node.JS runtime support(experimental).'
|
||||
- 'Python runtime security improvement.'
|
||||
- 'Document improvement.'
|
||||
- Support function versioning so that users can create different versions
|
||||
of a same purpose function.
|
||||
- Support function alias which is a pointer to a specific Qinling
|
||||
function version and can be updated to point to a different version.
|
||||
- Use secure connection to Kubernetes cluster in the default deployment.
|
||||
- Support to define untrusted workload for the runtime.
|
||||
- Node.JS runtime support(experimental).
|
||||
- Python runtime security improvement.
|
||||
- Document improvement.
|
||||
release-notes: https://docs.openstack.org/releasenotes/qinling/rocky.html
|
||||
|
||||
@@ -39,7 +39,7 @@ branches:
|
||||
repository-settings:
|
||||
openstack/sahara: {}
|
||||
cycle-highlights:
|
||||
- 'Plugins versions were updated.'
|
||||
- 'Added support to boot from volume.'
|
||||
- 'Ability to use S3 as job binary and data source backend.'
|
||||
- Plugins versions were updated.
|
||||
- Added support to boot from volume.
|
||||
- Ability to use S3 as job binary and data source backend.
|
||||
release-notes: https://docs.openstack.org/releasenotes/sahara/rocky.html
|
||||
|
||||
@@ -29,8 +29,9 @@ branches:
|
||||
- location: 2.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Refactor internal communication to invoke Storlets that make it more stable'
|
||||
- 'Unit tests python 3 integration completed'
|
||||
- Refactor internal communication to invoke Storlets that make it
|
||||
more stable
|
||||
- Unit tests python 3 integration completed
|
||||
repository-settings:
|
||||
openstack/storlets: {}
|
||||
release-notes: https://docs.openstack.org/releasenotes/storlets/rocky.html
|
||||
|
||||
@@ -25,16 +25,18 @@ releases:
|
||||
- repo: openstack/swift
|
||||
hash: 3d2d954107d676e48acb81069639eed15ead5713
|
||||
cycle-highlights:
|
||||
- 'Added an S3 API compatibility layer, so clients can use S3 clients to talk to
|
||||
a Swift cluster.'
|
||||
- 'Added container sharding, an operator controlled feature that may be used to
|
||||
shard very large container databases into a number of smaller shard containers.
|
||||
This mitigates the issues with one large DB by distributing the data across multiple
|
||||
smaller databases throughout the cluster.'
|
||||
- 'TempURLs now support IP range restrictions.'
|
||||
- 'The trivial keymaster and the KMIP keymaster now support multiple root encryption
|
||||
secrets to enable key rotation.'
|
||||
- 'Improved performance of many consistency daemon processes.'
|
||||
- 'Added support for the HTTP PROXY protocol to allow for accurate client IP address
|
||||
logging when the connection is routed through external systems.'
|
||||
- Added an S3 API compatibility layer, so clients can use S3 clients
|
||||
to talk to a Swift cluster.
|
||||
- Added container sharding, an operator controlled feature that may
|
||||
be used to shard very large container databases into a number of
|
||||
smaller shard containers. This mitigates the issues with one large
|
||||
DB by distributing the data across multiple smaller databases throughout
|
||||
the cluster.
|
||||
- TempURLs now support IP range restrictions.
|
||||
- The trivial keymaster and the KMIP keymaster now support multiple
|
||||
root encryption secrets to enable key rotation.
|
||||
- Improved performance of many consistency daemon processes.
|
||||
- Added support for the HTTP PROXY protocol to allow for accurate
|
||||
client IP address logging when the connection is routed through
|
||||
external systems.
|
||||
release-notes: https://docs.openstack.org/releasenotes/swift/rocky.html
|
||||
|
||||
@@ -12,11 +12,12 @@ releases:
|
||||
- repo: openstack/tacker
|
||||
hash: 5987ad8c56a61e3a6d8fcf37a2557926c585de41
|
||||
cycle-highlights:
|
||||
- 'VNF Forwarding Graph support for Network Service. Operators can describe VNFFGD
|
||||
inside NSD to define the network connections among all VNFs.'
|
||||
- 'OpenStack Client support for Tacker.'
|
||||
- 'Placement policy support. Operators can specify placement policies (like affinity,
|
||||
anti-affinity) for VDU’s in a VNF.'
|
||||
- VNF Forwarding Graph support for Network Service. Operators can
|
||||
describe VNFFGD inside NSD to define the network connections among
|
||||
all VNFs.
|
||||
- OpenStack Client support for Tacker.
|
||||
- Placement policy support. Operators can specify placement policies
|
||||
(like affinity, anti-affinity) for VDU’s in a VNF.
|
||||
repository-settings:
|
||||
openstack/tacker: {}
|
||||
release-notes: https://docs.openstack.org/releasenotes/tacker/rocky.html
|
||||
|
||||
@@ -27,6 +27,6 @@ branches:
|
||||
- location: 11.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Fix remaining Python 3 porting problems'
|
||||
- 'Django 2.0 support'
|
||||
- Fix remaining Python 3 porting problems
|
||||
- Django 2.0 support
|
||||
release-notes: https://docs.openstack.org/releasenotes/trove-dashboard/rocky.html
|
||||
|
||||
@@ -27,6 +27,6 @@ branches:
|
||||
- location: 10.0.0.0rc1
|
||||
name: stable/rocky
|
||||
cycle-highlights:
|
||||
- 'Improve Python 3 support, all py3 unitests are new enabled'
|
||||
- 'Remove support of creating volume from Nova'
|
||||
- Improve Python 3 support, all py3 unitests are new enabled
|
||||
- Remove support of creating volume from Nova
|
||||
release-notes: https://docs.openstack.org/releasenotes/trove/rocky.html
|
||||
|
||||
@@ -26,5 +26,5 @@ releases:
|
||||
- repo: openstack/vitrage-dashboard
|
||||
hash: f265f1549bd00131c436d913571b515467b01f2d
|
||||
cycle-highlights:
|
||||
- 'New UI for alarm history'
|
||||
- New UI for alarm history
|
||||
release-notes: https://docs.openstack.org/releasenotes/vitrage-dashboard/rocky.html
|
||||
|
||||
@@ -26,7 +26,8 @@ releases:
|
||||
- repo: openstack/vitrage
|
||||
hash: 37a393c85bd689fbc689213d9c1b9d1462798104
|
||||
cycle-highlights:
|
||||
- 'Fast-failover of vitrage-graph for better High-Availability support'
|
||||
- 'New Kubernetes datasource, for Kubernetes cluster as a workload on OpenStack'
|
||||
- 'New Prometheus datasource, to handle alerts coming from Prometheus'
|
||||
- Fast-failover of vitrage-graph for better High-Availability support
|
||||
- New Kubernetes datasource, for Kubernetes cluster as a workload
|
||||
on OpenStack
|
||||
- New Prometheus datasource, to handle alerts coming from Prometheus
|
||||
release-notes: https://docs.openstack.org/releasenotes/vitrage/rocky.html
|
||||
|
||||
Reference in New Issue
Block a user