[ubuntu/bionic-proposed] lxd 3.0.1-0ubuntu1~18.04.1 (Accepted)
Stéphane Graber
stgraber at ubuntu.com
Thu Jun 14 08:52:34 UTC 2018
lxd (3.0.1-0ubuntu1~18.04.1) bionic; urgency=medium
* New usptream bugfix release (LP: #1775290):
- lxc: Fix mistakenly hidden commands
- i18n: Update translation templates
- lxd/migration: Pre-validate profiles
- client: Improve remote operation errors
- Fix some typos and wording.
- Wording fix.
- lxc/image: Fix crash due to bad arg parsing
- lxd: add missing limits.h include
- lxd/init: Fix --auto with network config
- lxc: Consistent naming of clustering terms
- i18n: Update translation templates
- lxc/file: Fix pushing files to remote
- lxd/init: Don’t setup a remote storage pool by default
- Fix lxd init failing to join cluster interactively with existing zfs pool
- lxc/query: Fix -d and -X
- lxc/help: Make help respect --all too
- Fix typo in help of “lxc network”
- Properly filter node-level storage configs by pool ID
- i18n: Update translation templates
- lxd/init: Consistency
- Make new gofmt happy
- lxc/file: Allow using -r to follow symlinks
- Replace juju/idmclient with CanonicalLtd/candidclient
- lxc/config: Fix adding trust cert on snap
- lxc/alias: Fix example in help message
- i18n: Update translation templates
- client: Introduce LXD_SOCKET
- Makefile: Add a manifest
- containers: fix snapshot deletion
- lxc/init: Add missing --no-profiles
- i18n: Update translations
- lxc/file: Fix pull target logic
- doc: Fix example in userns-idmap
- devices: fail if Nvidia device minor is missing
- Add db.ContainersNodeList
- storage: createContainerMountpoint() fix perms
- ceph: s/0755/0711/g
- lvm: s/0755/0711/g
- storage utils: s/0755/0711/g
- zfs: s/0755/0711/g
- patches: add “storage_api_path_permissions”
- sys/fs: s/MkdirAll/Mkdir/g
- btrfs: fix permissions
- Pass a logger to raft-http
- Add new cluster.Promote function
- Add new cluster.Rebalance function
- Notify the cluster leader after a node removal, so it can rebalance
- Add integration test
- doc: Tweak backup.md
- lxd/init: Require root for interactive cluster join
- Disable flaky unit tests for now
- Log the error that made Daemon.Init() fail
- client: Expose http URL in ConnectionInfo
- lxc/query: Add support for non-JSON endpoints
- Handle empty query strings
- Support reading queries from standard in
- Support passing multiple queries
- Rename database files
- Support querying both local and global database
- Update integration tests
- Normalize name of images_aliases table
- Add query.Dump helper to dump schema and data
- Add support for dump command in lxd sql
- lxd/containers: Fix lxc.net 1 check
- doc/backup.md: update snap path
- Add lxc cluster enable command
- Fix command description formatting
- Update .pot files
- Use an isolated LXD instance in integration tests
- Start a container in the integration test
- Address style comments
- add LXD_UNPRIVILEGED_ONLY to disallow privileged containers.
- lxd: tweak LXD_UNPRIVILEGED_ONLY
- doc: add LXD_UNPRIVILEGED_ONLY
- tests: add tests for LXD_UNPRIVILEGED_ONLY
- Reword errors when LXD_UNPRIVILEGED_ONLY is set
- lxd/containers: Allow sending progress
- lxc/rename: Deal with remote renames
- lxd/db: Don’t crash on empty queries
- lxd/sql: Drop custom table renderer
- lxd/network: Fix fan subnet calculation logic
- Update translations from weblate
- lxc/main: Fix remote caching
- lxc/storage_volumes: Various fixes
- tests: Add extra cleanup code
- lxd/storage: Also set zfs.pool_name on upgrade
- migration: fix btrfs live migration
- lxd/containers: Fix broken unix hotplug logic
- lxc/list: Reduce number of API calls
- Make the interaction betwean lxd daemon and waitready non-blocking
- Increase logging during startup
- Remove log alias for waitready
- Remove log alias for db.OpenCluster
- Make Unavailable accept an error parameter
- Add a new Schema.File() method to load extra queries from a file
- Add support for patch.local.sql and patch.global.sql
- Add integration tests
- Add shared.DirCopy to recursively copy a directory.
- Update database.md
- Backup global database if non-clustered
- lxd/init: Offer to setup a Fan bridge when clustered
- lxd init: fix maas.api.url check when setting up existing bridge
- Take raft snapshots more frequently and at shutdown
- Add --schema flag to lxd sql to dump only the schema.
- Update database.md with information about lxd sql and patch.*.sql
- Document how to dump the content or schema of databases
- Fix shell lints
- Disable snapshot logging, as it’s too verbose now
- Make .dump and .schema special queries, for consistency with sqlite3
- Run make i18n
- xattr: Support empty values
- doc: s/status command/info command/
- lxd/init: Explain password less behavior
- Make waitready less verbose
- devices: clone mode of device
- lxd/init: Have --auto setup networkng if missing
- container_lxc: fix optional property for disk devs
- test: Fix busybox image
- lxc/action: Fix pause
- lxd/callhook: Respect LXD_SOCKET environment variable
- forkfile: only open O_RDWR if necessary
- Consider a copy to be local only when not clustered
- Add integration tests
- api: Add backup structs
- client: Implement backup functionality
- shared: Implement RunCommandWithFds
- btrfs: add doContainerCreate()
- btrfs: add doContainerSnapshotCreate()
- ceph: ensure fs consistency when snapshotting
- ceph: ensure fs consistency when restoring
- ceph: add doContainerCreate()
- ceph: add doContainerMount()
- lvm: add doContainerMount()
- zfs: add doContainerMount()
- zfs: add do*() helpers
- lvm: use internal pool name
- lxd-p2c: Handle target URL smarter
- lxd-p2c: Ignore missing arg errors
- lxd-p2c: Delete containers on failure
- lxd-p2c: Better report rsync errors
- lxd-p2c: Allow overriding rsync args
- Serialize reads to the cluster database
- doc: Fix typo in api-extensions
- Redirect container/snapshost publish API requests to the relevant node
- gpu: fallback to default device mode
- Improve error messages and docs about node-specific config keys
- Avoid wrapping long lines
- lxd-p2c: Add rsync version check
- lvm: s/LXDPool/LXDThinPool/g
- Extract expandConfigFromProfiles from expandConfig to avoid db calls
- Broadcast profile changes to other cluster nodes
- lvm: use LXD pool name
- tests: Reduce ceph pg_num down to 1
- lxc-to-lxd: Respect LXD_SOCKET environment variable
- Manually release the liblxc structs
- Drop manual GC calls
- lxd/containers: Fix fd leak in metadata
* Add missing dependency on iproute2 (LP: #1770395)
* Add missing recommend on apparmor
Date: Tue, 05 Jun 2018 18:01:41 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/lxd/3.0.1-0ubuntu1~18.04.1
-------------- next part --------------
Format: 1.8
Date: Tue, 05 Jun 2018 18:01:41 -0400
Source: lxd
Binary: lxd-client lxd lxd-tools
Architecture: source
Version: 3.0.1-0ubuntu1~18.04.1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Description:
lxd - Container hypervisor based on LXC - daemon
lxd-client - Container hypervisor based on LXC - client
lxd-tools - Container hypervisor based on LXC - extra tools
Launchpad-Bugs-Fixed: 1770395 1775290
Changes:
lxd (3.0.1-0ubuntu1~18.04.1) bionic; urgency=medium
.
* New usptream bugfix release (LP: #1775290):
- lxc: Fix mistakenly hidden commands
- i18n: Update translation templates
- lxd/migration: Pre-validate profiles
- client: Improve remote operation errors
- Fix some typos and wording.
- Wording fix.
- lxc/image: Fix crash due to bad arg parsing
- lxd: add missing limits.h include
- lxd/init: Fix --auto with network config
- lxc: Consistent naming of clustering terms
- i18n: Update translation templates
- lxc/file: Fix pushing files to remote
- lxd/init: Don’t setup a remote storage pool by default
- Fix lxd init failing to join cluster interactively with existing zfs pool
- lxc/query: Fix -d and -X
- lxc/help: Make help respect --all too
- Fix typo in help of “lxc network”
- Properly filter node-level storage configs by pool ID
- i18n: Update translation templates
- lxd/init: Consistency
- Make new gofmt happy
- lxc/file: Allow using -r to follow symlinks
- Replace juju/idmclient with CanonicalLtd/candidclient
- lxc/config: Fix adding trust cert on snap
- lxc/alias: Fix example in help message
- i18n: Update translation templates
- client: Introduce LXD_SOCKET
- Makefile: Add a manifest
- containers: fix snapshot deletion
- lxc/init: Add missing --no-profiles
- i18n: Update translations
- lxc/file: Fix pull target logic
- doc: Fix example in userns-idmap
- devices: fail if Nvidia device minor is missing
- Add db.ContainersNodeList
- storage: createContainerMountpoint() fix perms
- ceph: s/0755/0711/g
- lvm: s/0755/0711/g
- storage utils: s/0755/0711/g
- zfs: s/0755/0711/g
- patches: add “storage_api_path_permissions”
- sys/fs: s/MkdirAll/Mkdir/g
- btrfs: fix permissions
- Pass a logger to raft-http
- Add new cluster.Promote function
- Add new cluster.Rebalance function
- Notify the cluster leader after a node removal, so it can rebalance
- Add integration test
- doc: Tweak backup.md
- lxd/init: Require root for interactive cluster join
- Disable flaky unit tests for now
- Log the error that made Daemon.Init() fail
- client: Expose http URL in ConnectionInfo
- lxc/query: Add support for non-JSON endpoints
- Handle empty query strings
- Support reading queries from standard in
- Support passing multiple queries
- Rename database files
- Support querying both local and global database
- Update integration tests
- Normalize name of images_aliases table
- Add query.Dump helper to dump schema and data
- Add support for dump command in lxd sql
- lxd/containers: Fix lxc.net 1 check
- doc/backup.md: update snap path
- Add lxc cluster enable command
- Fix command description formatting
- Update .pot files
- Use an isolated LXD instance in integration tests
- Start a container in the integration test
- Address style comments
- add LXD_UNPRIVILEGED_ONLY to disallow privileged containers.
- lxd: tweak LXD_UNPRIVILEGED_ONLY
- doc: add LXD_UNPRIVILEGED_ONLY
- tests: add tests for LXD_UNPRIVILEGED_ONLY
- Reword errors when LXD_UNPRIVILEGED_ONLY is set
- lxd/containers: Allow sending progress
- lxc/rename: Deal with remote renames
- lxd/db: Don’t crash on empty queries
- lxd/sql: Drop custom table renderer
- lxd/network: Fix fan subnet calculation logic
- Update translations from weblate
- lxc/main: Fix remote caching
- lxc/storage_volumes: Various fixes
- tests: Add extra cleanup code
- lxd/storage: Also set zfs.pool_name on upgrade
- migration: fix btrfs live migration
- lxd/containers: Fix broken unix hotplug logic
- lxc/list: Reduce number of API calls
- Make the interaction betwean lxd daemon and waitready non-blocking
- Increase logging during startup
- Remove log alias for waitready
- Remove log alias for db.OpenCluster
- Make Unavailable accept an error parameter
- Add a new Schema.File() method to load extra queries from a file
- Add support for patch.local.sql and patch.global.sql
- Add integration tests
- Add shared.DirCopy to recursively copy a directory.
- Update database.md
- Backup global database if non-clustered
- lxd/init: Offer to setup a Fan bridge when clustered
- lxd init: fix maas.api.url check when setting up existing bridge
- Take raft snapshots more frequently and at shutdown
- Add --schema flag to lxd sql to dump only the schema.
- Update database.md with information about lxd sql and patch.*.sql
- Document how to dump the content or schema of databases
- Fix shell lints
- Disable snapshot logging, as it’s too verbose now
- Make .dump and .schema special queries, for consistency with sqlite3
- Run make i18n
- xattr: Support empty values
- doc: s/status command/info command/
- lxd/init: Explain password less behavior
- Make waitready less verbose
- devices: clone mode of device
- lxd/init: Have --auto setup networkng if missing
- container_lxc: fix optional property for disk devs
- test: Fix busybox image
- lxc/action: Fix pause
- lxd/callhook: Respect LXD_SOCKET environment variable
- forkfile: only open O_RDWR if necessary
- Consider a copy to be local only when not clustered
- Add integration tests
- api: Add backup structs
- client: Implement backup functionality
- shared: Implement RunCommandWithFds
- btrfs: add doContainerCreate()
- btrfs: add doContainerSnapshotCreate()
- ceph: ensure fs consistency when snapshotting
- ceph: ensure fs consistency when restoring
- ceph: add doContainerCreate()
- ceph: add doContainerMount()
- lvm: add doContainerMount()
- zfs: add doContainerMount()
- zfs: add do*() helpers
- lvm: use internal pool name
- lxd-p2c: Handle target URL smarter
- lxd-p2c: Ignore missing arg errors
- lxd-p2c: Delete containers on failure
- lxd-p2c: Better report rsync errors
- lxd-p2c: Allow overriding rsync args
- Serialize reads to the cluster database
- doc: Fix typo in api-extensions
- Redirect container/snapshost publish API requests to the relevant node
- gpu: fallback to default device mode
- Improve error messages and docs about node-specific config keys
- Avoid wrapping long lines
- lxd-p2c: Add rsync version check
- lvm: s/LXDPool/LXDThinPool/g
- Extract expandConfigFromProfiles from expandConfig to avoid db calls
- Broadcast profile changes to other cluster nodes
- lvm: use LXD pool name
- tests: Reduce ceph pg_num down to 1
- lxc-to-lxd: Respect LXD_SOCKET environment variable
- Manually release the liblxc structs
- Drop manual GC calls
- lxd/containers: Fix fd leak in metadata
.
* Add missing dependency on iproute2 (LP: #1770395)
* Add missing recommend on apparmor
Checksums-Sha1:
30c7dc78a28994366315b5d8fa2675dee52c510a 2686 lxd_3.0.1-0ubuntu1~18.04.1.dsc
0431a7cbd2ca83a918cc4904cc04ad5fc04fd547 28097464 lxd_3.0.1.orig.tar.gz
408362940288215fadd878671e399f9d657c556d 833 lxd_3.0.1.orig.tar.gz.asc
e6f37523741e641fdc2e3bf8d97730bfaa8707ad 110552 lxd_3.0.1-0ubuntu1~18.04.1.debian.tar.xz
fd306fe029b7946e63ffdf5434f435317c5306a2 7780 lxd_3.0.1-0ubuntu1~18.04.1_source.buildinfo
Checksums-Sha256:
156c4b1d9e7a8b01e4680770ee944748faf99d29a74cb54210414c1b48a1970f 2686 lxd_3.0.1-0ubuntu1~18.04.1.dsc
bc663f20e2cf8e1416cee583fdf0e1fd37d2bf71ecfb71858de3e6bb2722988b 28097464 lxd_3.0.1.orig.tar.gz
ac0bd8134dd9eda94937b7074c557f5bb4ce3cb42d32c59d92cb8cfaaac4aabf 833 lxd_3.0.1.orig.tar.gz.asc
b8b93bbeb8a4566074e8e7d949ff92a86a19f6238caa53f879efc13834f609a0 110552 lxd_3.0.1-0ubuntu1~18.04.1.debian.tar.xz
8d16997aaf7aa94961d8ecd3053b1368c57d11e9692a94fc32be2e2c223e2e07 7780 lxd_3.0.1-0ubuntu1~18.04.1_source.buildinfo
Files:
0ce840fba5a1bd19f4e13308080aef39 2686 admin optional lxd_3.0.1-0ubuntu1~18.04.1.dsc
63f5937605f9ba861b4c5f617171920b 28097464 admin optional lxd_3.0.1.orig.tar.gz
a08fc2d51f8dd5c700ee7fa3b9849844 833 admin optional lxd_3.0.1.orig.tar.gz.asc
95afbae6ece2b52245612a9e694e0415 110552 admin optional lxd_3.0.1-0ubuntu1~18.04.1.debian.tar.xz
ba321e51a85baa5b9a0c575b363a36f0 7780 admin optional lxd_3.0.1-0ubuntu1~18.04.1_source.buildinfo
More information about the Bionic-changes
mailing list