Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
incus-6.14.tar.xz.asc | 2025-06-27 | 833 Bytes | |
incus-6.14.tar.xz | 2025-06-27 | 12.5 MB | |
bin.windows.incus-agent.x86_64.exe | 2025-06-27 | 22.8 MB | |
bin.windows.incus-agent.aarch64.exe | 2025-06-27 | 21.5 MB | |
bin.windows.incus.x86_64.exe | 2025-06-27 | 25.6 MB | |
bin.windows.incus.aarch64.exe | 2025-06-27 | 24.0 MB | |
bin.macos.incus.x86_64 | 2025-06-27 | 26.1 MB | |
bin.macos.incus.aarch64 | 2025-06-27 | 24.9 MB | |
bin.linux.lxd-to-incus.x86_64 | 2025-06-27 | 22.1 MB | |
bin.linux.lxd-to-incus.aarch64 | 2025-06-27 | 21.1 MB | |
bin.linux.incus-migrate.x86_64 | 2025-06-27 | 22.7 MB | |
bin.linux.incus-migrate.aarch64 | 2025-06-27 | 21.7 MB | |
bin.linux.incus-agent.x86_64 | 2025-06-27 | 26.6 MB | |
bin.linux.incus-agent.aarch64 | 2025-06-27 | 25.5 MB | |
bin.linux.incus.x86_64 | 2025-06-27 | 30.6 MB | |
bin.linux.incus.aarch64 | 2025-06-27 | 29.1 MB | |
Incus 6.14 source code.tar.gz | 2025-06-27 | 4.8 MB | |
Incus 6.14 source code.zip | 2025-06-27 | 5.7 MB | |
README.md | 2025-06-27 | 4.9 kB | |
Totals: 19 Items | 367.4 MB | 2 |
What's Changed
- incus: Make sure we parse the config early enough by @stgraber in https://github.com/lxc/incus/pull/2164
- incusd/instance/qemu: Skip invtsc on non-x86 and when running nested by @stgraber in https://github.com/lxc/incus/pull/2168
- incusd/instance/qmp remove net Conn by @nanjj in https://github.com/lxc/incus/pull/2169
- Allow for direct S3 push of instance and custom volume backups by @DinglyCoder in https://github.com/lxc/incus/pull/2067
- Feature: Added support for "physical" interface with bridge as parent by @NathanChase22 in https://github.com/lxc/incus/pull/2130
- incusd/instance/lxc: Tweak OCI entrypoint escaping by @stgraber in https://github.com/lxc/incus/pull/2172
- Fix to DHCPv6 logic by @stgraber in https://github.com/lxc/incus/pull/2174
- incusd/storage/zfs: Fix missing incus:content_type after cloning a custom volume by @mrstux in https://github.com/lxc/incus/pull/2180
- Correct calculation of complement IP ranges for OVN DHCP reservations by @presztak in https://github.com/lxc/incus/pull/2179
- incusd/instance/qmp refactor qmp log by @nanjj in https://github.com/lxc/incus/pull/2181
- Improve live migration speed and reporting by @stgraber in https://github.com/lxc/incus/pull/2184
- Fix profile set usage typo by @kaharlichenko in https://github.com/lxc/incus/pull/2187
- incusd/storage: Handle missing storage bucket listener by @stgraber in https://github.com/lxc/incus/pull/2188
- Prevent initialization of
qmpLog
with an empty log file path by @presztak in https://github.com/lxc/incus/pull/2192 - incusd/instance/qmp added qmp event log by @nanjj in https://github.com/lxc/incus/pull/2189
- Fix calculating volume size for block device by @presztak in https://github.com/lxc/incus/pull/2191
- Remove target check when server clustered by @presztak in https://github.com/lxc/incus/pull/2195
- Translations update from Hosted Weblate by @weblate in https://github.com/lxc/incus/pull/2197
- client: Don't swallow error if incusParseResponse is successful by @breml in https://github.com/lxc/incus/pull/2198
- Translations update from Hosted Weblate by @weblate in https://github.com/lxc/incus/pull/2199
- incusd/cluster: Return the cluster certificate after bootstrap by @stgraber in https://github.com/lxc/incus/pull/2200
- Translations update from Hosted Weblate by @weblate in https://github.com/lxc/incus/pull/2201
- ported network_peers to database generator by @oronila in https://github.com/lxc/incus/pull/2084
- Fix regressions by @stgraber in https://github.com/lxc/incus/pull/2202
- Translations update from Hosted Weblate by @weblate in https://github.com/lxc/incus/pull/2204
- incusd/apparmor/forkproxy: Expand /dev exception by @stgraber in https://github.com/lxc/incus/pull/2203
- More flexible snapshot expiry control by @stgraber in https://github.com/lxc/incus/pull/2207
- shared/tls: Export TLSConfigWithTrustedCert by @masnax in https://github.com/lxc/incus/pull/2209
- Translations update from Hosted Weblate by @weblate in https://github.com/lxc/incus/pull/2212
- Port network_forwards to the database generator by @tonyn10 in https://github.com/lxc/incus/pull/2085
- incusd/scriptlet: Allow sets by @stgraber in https://github.com/lxc/incus/pull/2211
- Translations update from Hosted Weblate by @weblate in https://github.com/lxc/incus/pull/2214
- Fix Github Actions failures by @stgraber in https://github.com/lxc/incus/pull/2213
- Improve max hotplug memory calculation by @stgraber in https://github.com/lxc/incus/pull/2215
- incusd/instance/qemu: Cap hotplug memory to 1TB by @stgraber in https://github.com/lxc/incus/pull/2217
- incusd/cluster: Fix incorrect handling of server address by @stgraber in https://github.com/lxc/incus/pull/2218
- incusd/instance/qmp: Fix typo by @stgraber in https://github.com/lxc/incus/pull/2219
- incusd/device/disk: Allow degraded zpools by @stgraber in https://github.com/lxc/incus/pull/2220
- incusd/storage_volumes: Fix cross-project cluster volume copy/move by @stgraber in https://github.com/lxc/incus/pull/2221
- Fix security issue due to rule ordering in nftables (ACLs + isolation) by @stgraber in https://github.com/lxc/incus/pull/2222
- incusd/storage/lvm: Avoid concurrent activation/deactivation by @stgraber in https://github.com/lxc/incus/pull/2224
- Bugfixes by @stgraber in https://github.com/lxc/incus/pull/2228
- devcontainer: Add gofumpt by @breml in https://github.com/lxc/incus/pull/2226
- Translations update from Hosted Weblate by @weblate in https://github.com/lxc/incus/pull/2231
- Bugfixes by @stgraber in https://github.com/lxc/incus/pull/2229
New Contributors
- @kaharlichenko made their first contribution in https://github.com/lxc/incus/pull/2187
- @oronila made their first contribution in https://github.com/lxc/incus/pull/2084
Full Changelog: https://github.com/lxc/incus/compare/v6.13.0...v6.14.0