Add release note links for 2024.1 Caracal
If any of your deliverables does not have a release note link added already under deliverables/caracal, then please check whether there is an open patch on that repository with the topic "reno-2024.1" [1] still waiting to be approved. [1] https://review.opendev.org/q/topic:reno-2024.1+is:open Change-Id: I46af346e70c54bf235e15ed7f5867ce0cbce068b
This commit is contained in:
parent
b9240f42aa
commit
50929039aa
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 18.0.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/bifrost/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 11.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/blazar-dashboard/2024.1.html
|
||||
|
@ -6,8 +6,8 @@ type: service
|
||||
repository-settings:
|
||||
openstack/blazar: {}
|
||||
cycle-highlights:
|
||||
- Better handling of usage enforcement exceptions, to prevent leases from
|
||||
going into error state when updates are denied by policy.
|
||||
- Better handling of usage enforcement exceptions, to prevent leases
|
||||
from going into error state when updates are denied by policy.
|
||||
- Support for specifying a custom CA bundle, which can be used for
|
||||
compatibility with internal TLS deployments.
|
||||
releases:
|
||||
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 13.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/blazar/2024.1.html
|
||||
|
@ -17,3 +17,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.0.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/castellan/2024.1.html
|
||||
|
@ -30,3 +30,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 24.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/cinder/2024.1.html
|
||||
|
@ -22,4 +22,5 @@ cycle-highlights:
|
||||
- Add support to InfluxDB v2 as storage backend.
|
||||
- Add groupby options by different timeframes.
|
||||
- Optimize CloudKitty reprocessing process.
|
||||
- Patch for `use_all_resource_revisions` option.
|
||||
- Patch for `use_all_resource_revisions` option.
|
||||
release-notes: https://docs.openstack.org/releasenotes/cloudkitty/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 18.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/designate-dashboard/2024.1.html
|
||||
|
@ -21,3 +21,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 18.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/designate/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 8.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/heat-agents/2024.1.html
|
||||
|
@ -13,3 +13,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 11.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/heat-dashboard/2024.1.html
|
||||
|
@ -15,3 +15,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 22.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/heat/2024.1.html
|
||||
|
@ -27,3 +27,5 @@ branches:
|
||||
location: 12.0.0
|
||||
- name: stable/2024.1
|
||||
location: 12.1.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/ironic-inspector/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 4.3.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/ironic-prometheus-exporter/2024.1.html
|
||||
|
@ -31,3 +31,5 @@ branches:
|
||||
location: 9.9.0
|
||||
- name: stable/2024.1
|
||||
location: 9.10.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/ironic-python-agent/2024.1.html
|
||||
|
@ -28,16 +28,14 @@ branches:
|
||||
location: 24.1.0
|
||||
cycle-highlights:
|
||||
- Ironic has enabled RBAC support by default by changing the default
|
||||
values of ``[oslo_policy]enforce_scope`` and
|
||||
``[oslo_policy]enforce_new_defaults`` to ``True``.
|
||||
Additionally, we added ``[DEFAULT]rbac_service_project_name``
|
||||
values of ``[oslo_policy]enforce_scope`` and ``[oslo_policy]enforce_new_defaults``
|
||||
to ``True``. Additionally, we added ``[DEFAULT]rbac_service_project_name``
|
||||
to define a project where users in that project are treated as having
|
||||
a service role. Please see Ironic release notes for full details.
|
||||
- Ironic has added the ability to drain active tasks from a conductor
|
||||
before shutdown. Sending a ``SIGUSR2`` signal to an ironic-conductor
|
||||
will now attempt to complete running tasks with a timeout of
|
||||
``[DEFAULT]drain_shutdown_timeout``. No new tasks will be started on the
|
||||
conductor while it's draining.
|
||||
will now attempt to complete running tasks with a timeout of ``[DEFAULT]drain_shutdown_timeout``.
|
||||
No new tasks will be started on the conductor while it's draining.
|
||||
- Ironic now has basic testing for OVN-based deployments, using the
|
||||
OVN DHCP service. This includes lightly tested support for OVN VTEP
|
||||
switches. Operators considering use of this support should read
|
||||
@ -65,3 +63,4 @@ cycle-highlights:
|
||||
- Ironic now supports pulling down images from a web server authenticated
|
||||
using basic auth. This permits standalone Ironic users to secure
|
||||
their external image repositories.
|
||||
release-notes: https://docs.openstack.org/releasenotes/ironic/2024.1.html
|
||||
|
@ -13,3 +13,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 10.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/kuryr-kubernetes/2024.1.html
|
||||
|
@ -13,3 +13,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 13.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/kuryr-libnetwork/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.0.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/kuryr/2024.1.html
|
||||
|
@ -13,3 +13,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 14.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/magnum-ui/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 11.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/manila-ui/2024.1.html
|
||||
|
@ -4,23 +4,26 @@ release-model: cycle-with-rc
|
||||
team: manila
|
||||
type: service
|
||||
cycle-highlights:
|
||||
- Creating share networks with Manila's UI Dashboard will now follow a
|
||||
two-step workflow, as part of a change to support multiple share network
|
||||
subnets.
|
||||
- Users can specify a custom export location for their shares, making mount
|
||||
paths predictable. A prefix should be configured by the administrators,
|
||||
else Manila will use the project ID as a prefix to the custom mount point
|
||||
name.
|
||||
- While disabling a service, you can now specify a reason for it. When
|
||||
the service is enabled again, the reason will be automatically removed.
|
||||
- Administrators are now able to configure metadata options that can only
|
||||
be manipulated by more privileged users through a new config option.
|
||||
- Creating share networks with Manila's UI Dashboard will now follow
|
||||
a two-step workflow, as part of a change to support multiple share
|
||||
network subnets.
|
||||
- Users can specify a custom export location for their shares, making
|
||||
mount paths predictable. A prefix should be configured by the administrators,
|
||||
else Manila will use the project ID as a prefix to the custom mount
|
||||
point name.
|
||||
- While disabling a service, you can now specify a reason for it.
|
||||
When the service is enabled again, the reason will be automatically
|
||||
removed.
|
||||
- Administrators are now able to configure metadata options that can
|
||||
only be manipulated by more privileged users through a new config
|
||||
option.
|
||||
- Shares created using the CEPHFS protocol will now feature the backing
|
||||
filesystem name in the share metadata, making it easier to mount shares.
|
||||
- A new driver-advantaged share backup implementation has been added with
|
||||
NetApp ONTAP storage systems.
|
||||
- Administrators can now enable a deferred approach for share and share
|
||||
snapshot deletions. With this approach, user quotas are immediately
|
||||
filesystem name in the share metadata, making it easier to mount
|
||||
shares.
|
||||
- A new driver-advantaged share backup implementation has been added
|
||||
with NetApp ONTAP storage systems.
|
||||
- Administrators can now enable a deferred approach for share and
|
||||
share snapshot deletions. With this approach, user quotas are immediately
|
||||
released while deletions are processed within back-end storage systems
|
||||
in periodic intervals.
|
||||
repository-settings:
|
||||
@ -33,3 +36,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 18.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/manila/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 10.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/masakari-dashboard/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 13.2.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/mistral-extra/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 2.10.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/mistral-lib/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 18.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/mistral/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 20.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/networking-bagpipe/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 6.3.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/networking-baremetal/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 20.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/networking-bgpvpn/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 7.3.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/networking-generic-switch/2024.1.html
|
||||
|
@ -15,3 +15,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 18.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/networking-sfc/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 24.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/neutron-dynamic-routing/2024.1.html
|
||||
|
@ -13,3 +13,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 7.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/neutron-fwaas-dashboard/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 20.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/neutron-fwaas/2024.1.html
|
||||
|
@ -22,3 +22,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.11.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/neutron-lib/2024.1.html
|
||||
|
@ -13,3 +13,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 10.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/neutron-vpnaas-dashboard/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 24.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/neutron-vpnaas/2024.1.html
|
||||
|
@ -29,3 +29,4 @@ cycle-highlights:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 24.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/neutron/2024.1.html
|
||||
|
@ -64,3 +64,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 29.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/nova/2024.1.html
|
||||
|
@ -15,3 +15,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 13.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/octavia-dashboard/2024.1.html
|
||||
|
@ -19,3 +19,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.5.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/octavia-lib/2024.1.html
|
||||
|
@ -20,3 +20,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 14.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/octavia/2024.1.html
|
||||
|
@ -22,3 +22,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 6.7.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/os-brick/2024.1.html
|
||||
|
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 2.8.1
|
||||
release-notes: https://docs.openstack.org/releasenotes/os-ken/2024.1.html
|
||||
|
@ -23,3 +23,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.5.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/os-vif/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 4.3.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/osc-placement/2024.1.html
|
||||
|
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.7.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.cache/2024.1.html
|
||||
|
@ -18,3 +18,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 6.0.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/oslo.concurrency/2024.1.html
|
||||
|
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 9.4.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.config/2024.1.html
|
||||
|
@ -22,3 +22,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.5.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.context/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 15.0.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.db/2024.1.html
|
||||
|
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 6.3.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.i18n/2024.1.html
|
||||
|
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 2.4.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.limit/2024.1.html
|
||||
|
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.5.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.log/2024.1.html
|
||||
|
@ -22,3 +22,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 14.7.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.messaging/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 0.8.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.metrics/2024.1.html
|
||||
|
@ -18,3 +18,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 6.1.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/oslo.middleware/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 4.3.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.policy/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.3.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.privsep/2024.1.html
|
||||
|
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.3.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.reports/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 7.2.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.rootwrap/2024.1.html
|
||||
|
@ -18,3 +18,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.4.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/oslo.serialization/2024.1.html
|
||||
|
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.4.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.service/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 2.3.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/oslo.upgradecheck/2024.1.html
|
||||
|
@ -22,3 +22,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 7.1.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.utils/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.3.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/oslo.versionedobjects/2024.1.html
|
||||
|
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 4.4.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/oslo.vmware/2024.1.html
|
||||
|
@ -13,3 +13,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 2.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/ovn-bgp-agent/2024.1.html
|
||||
|
@ -13,3 +13,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 6.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/ovn-octavia-provider/2024.1.html
|
||||
|
@ -15,3 +15,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 11.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/placement/2024.1.html
|
||||
|
@ -18,3 +18,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 4.0.1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-blazarclient/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 2.3.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-brick-cinderclient-ext/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 9.5.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-cinderclient/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.0.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-cloudkittyclient/2024.1.html
|
||||
|
@ -18,3 +18,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 6.0.1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-designateclient/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 4.5.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-glanceclient/2024.1.html
|
||||
|
@ -18,3 +18,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.5.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-heatclient/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.1.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-ironic-inspector-client/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.5.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-ironicclient/2024.1.html
|
||||
|
@ -18,3 +18,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 4.8.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-manilaclient/2024.1.html
|
||||
|
@ -18,3 +18,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 11.2.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-neutronclient/2024.1.html
|
||||
|
@ -18,3 +18,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 18.6.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-novaclient/2024.1.html
|
||||
|
@ -18,3 +18,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 3.7.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-octaviaclient/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 2.0.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-tackerclient/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.0.0
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/python-vitrageclient/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.2.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/stevedore/2024.1.html
|
||||
|
@ -25,3 +25,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.0.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/sushy/2024.1.html
|
||||
|
@ -16,3 +16,4 @@ branches:
|
||||
- name: feature/mpu
|
||||
location:
|
||||
openstack/swift: 627448362abc1f83d9385165de232f47545f18e7
|
||||
release-notes: https://docs.openstack.org/releasenotes/swift/2024.1.html
|
||||
|
@ -15,3 +15,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 13.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/tap-as-a-service/2024.1.html
|
||||
|
@ -18,3 +18,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 5.5.0
|
||||
release-notes: https://docs.openstack.org/releasenotes/taskflow/2024.1.html
|
||||
|
@ -13,3 +13,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 22.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/trove-dashboard/2024.1.html
|
||||
|
@ -4,8 +4,9 @@ release-model: cycle-with-rc
|
||||
team: trove
|
||||
type: service
|
||||
cycle-highlights:
|
||||
- Trove now supports the network isolation between the management network and the
|
||||
business network by implementing a simple docker network driver in Guest agent.
|
||||
- Trove now supports the network isolation between the management
|
||||
network and the business network by implementing a simple docker
|
||||
network driver in Guest agent.
|
||||
repository-settings:
|
||||
openstack/trove: {}
|
||||
releases:
|
||||
@ -16,3 +17,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 21.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/trove/2024.1.html
|
||||
|
@ -13,3 +13,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 6.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/vitrage-dashboard/2024.1.html
|
||||
|
@ -13,3 +13,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 12.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/vitrage/2024.1.html
|
||||
|
@ -14,3 +14,5 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 11.0.0.0rc1
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/watcher-dashboard/2024.1.html
|
||||
|
@ -14,3 +14,4 @@ releases:
|
||||
branches:
|
||||
- name: stable/2024.1
|
||||
location: 16.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/zaqar-ui/2024.1.html
|
||||
|
Loading…
Reference in New Issue
Block a user