Accepting request 1005933 from home:cyphar:lxc

- Update to LXD 5.6. The full upstream changelog is available from:
  https://discuss.linuxcontainers.org/t/lxd-5-6-has-been-released/15191
  boo#1203731

  LXD 5.6:
   + Grafana Loki support
   + Object storage on local storage pools
   + Infiniband support for virtual machines
   + Restricted network access in projects
   + instance-ready lifecycle event
   + Metric for total effective CPUs

  LXD 5.5:
   + Storage buckets (on Ceph)
   + Instance Ready state
   + Configurable BGP hold time
   + All projects queries for storage volumes
   + OOM kill counter in metrics
   * Database optimization

  LXD 5.4:
   + Load-balancers (OVN)
   + Bi-directional vsock interface (VM)
   * Changes to vsock API (LXD VMs)

OBS-URL: https://build.opensuse.org/request/show/1005933
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=116
This commit is contained in:
2022-09-26 02:35:14 +00:00
committed by Git OBS Bridge
parent 981e43c752
commit 9a31b7bb3d
6 changed files with 49 additions and 21 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Sep 26 02:20:04 UTC 2022 - Aleksa Sarai <asarai@suse.com>
- Update to LXD 5.6. The full upstream changelog is available from:
https://discuss.linuxcontainers.org/t/lxd-5-6-has-been-released/15191
boo#1203731
LXD 5.6:
+ Grafana Loki support
+ Object storage on local storage pools
+ Infiniband support for virtual machines
+ Restricted network access in projects
+ instance-ready lifecycle event
+ Metric for total effective CPUs
LXD 5.5:
+ Storage buckets (on Ceph)
+ Instance Ready state
+ Configurable BGP hold time
+ All projects queries for storage volumes
+ OOM kill counter in metrics
* Database optimization
LXD 5.4:
+ Load-balancers (OVN)
+ Bi-directional vsock interface (VM)
* Changes to vsock API (LXD VMs)
-------------------------------------------------------------------
Sun Jul 17 17:06:49 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>