Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
bin.windows.incus-agent.x86_64.exe | 2025-08-01 | 22.8 MB | |
bin.windows.incus-agent.aarch64.exe | 2025-08-01 | 21.5 MB | |
bin.windows.incus.x86_64.exe | 2025-08-01 | 26.6 MB | |
bin.windows.incus.aarch64.exe | 2025-08-01 | 24.9 MB | |
bin.macos.incus.x86_64 | 2025-08-01 | 27.0 MB | |
bin.macos.incus.aarch64 | 2025-08-01 | 25.8 MB | |
bin.linux.lxd-to-incus.x86_64 | 2025-08-01 | 22.2 MB | |
bin.linux.lxd-to-incus.aarch64 | 2025-08-01 | 21.1 MB | |
bin.linux.incus-migrate.aarch64 | 2025-08-01 | 21.9 MB | |
bin.linux.incus-migrate.x86_64 | 2025-08-01 | 22.9 MB | |
bin.linux.incus-agent.x86_64 | 2025-08-01 | 26.9 MB | |
bin.linux.incus-agent.aarch64 | 2025-08-01 | 25.6 MB | |
bin.linux.incus.x86_64 | 2025-08-01 | 31.6 MB | |
bin.linux.incus.aarch64 | 2025-08-01 | 29.9 MB | |
incus-6.15.tar.xz.asc | 2025-08-01 | 833 Bytes | |
incus-6.15.tar.xz | 2025-08-01 | 12.7 MB | |
README.md | 2025-08-01 | 6.8 kB | |
v6.15.0 source code.tar.gz | 2025-08-01 | 4.8 MB | |
v6.15.0 source code.zip | 2025-08-01 | 5.7 MB | |
Totals: 19 Items | 374.0 MB | 11 |
Announcement
https://discuss.linuxcontainers.org/t/incus-6-15-has-been-released/24333
What's Changed
- Use netlink instead of calling iproute2 commands by @gwenya in https://github.com/lxc/incus/pull/1990
- generate-database: Add create_timestamp and update_timestamp by @breml in https://github.com/lxc/incus/pull/2227
- incusd/instance/qemu: On standalone systems, cap hotplug memory to sy… by @stgraber in https://github.com/lxc/incus/pull/2237
- Fixes for netlink by @gwenya in https://github.com/lxc/incus/pull/2233
- incusd/patches: Fix empty JSON columns by @stgraber in https://github.com/lxc/incus/pull/2239
- incusd/instance/qemu: Fix memory calculation logic by @stgraber in https://github.com/lxc/incus/pull/2240
- shared/idmap: Skip ACLs that are out of range by @stgraber in https://github.com/lxc/incus/pull/2244
- Fix TC regressions by @stgraber in https://github.com/lxc/incus/pull/2253
- incusd/storage/lvm: Don't rely on udev paths by @stgraber in https://github.com/lxc/incus/pull/2255
- incusd/device/nic_ovn: Allow specifying static IPv4/IPv6 when DHCP is… by @stgraber in https://github.com/lxc/incus/pull/2256
- cmd/incus_agent: Replace gorilla/mux with http.ServeMux by @0xk1f0 in https://github.com/lxc/incus/pull/2259
- Fixed non-constant format string in call to fmt.Errorf by @c4t3l in https://github.com/lxc/incus/pull/2260
- Ensure usage of server address from the join request by @breml in https://github.com/lxc/incus/pull/2262
- incusd/instance/qmp/log: Don't crash on log Write calls after Close by @stgraber in https://github.com/lxc/incus/pull/2261
- Make
tunnel.NAME.(interface|local)
a node specific network config by @breml in https://github.com/lxc/incus/pull/2263 - incusd/ip: fix allmulti regression by @gwenya in https://github.com/lxc/incus/pull/2269
- doc: Pin a working version of the sphinx extensions by @stgraber in https://github.com/lxc/incus/pull/2270
- incusd/instance/lxc: Fix usage reporting on relative disks by @stgraber in https://github.com/lxc/incus/pull/2271
- cli/list: Add markdown format support by @Linkster78 in https://github.com/lxc/incus/pull/2265
- incus/project/get-current: Rely on server reported project by @stgraber in https://github.com/lxc/incus/pull/2272
- incus/remote: Support keepalive flag by @presztak in https://github.com/lxc/incus/pull/2273
- Translations update from Hosted Weblate by @weblate in https://github.com/lxc/incus/pull/2278
- incusd/cluster/config: Update certificate also on change of acme.http.port by @tibeer in https://github.com/lxc/incus/pull/2280
- incusd/instance_logs: Perform stricter path validation by @stgraber in https://github.com/lxc/incus/pull/2283
- incusd/dev_incus: Add extra validation for monitor by @stgraber in https://github.com/lxc/incus/pull/2285
- Cherry-pick fixes from LXD stable-5.0 by @stgraber in https://github.com/lxc/incus/pull/2284
- incusd/images: Improve handling of public endpoints by @stgraber in https://github.com/lxc/incus/pull/2287
- Fix validation of 'L' shorthand column in list command by @presztak in https://github.com/lxc/incus/pull/2289
- Make RenderTemplate stricter by @stgraber in https://github.com/lxc/incus/pull/2288
- Fix network peering by @The127 in https://github.com/lxc/incus/pull/2294
- incusd/instance/agent-loader: Use ISO label rather than disk id by @stgraber in https://github.com/lxc/incus/pull/2295
- incusd/storage: Fix ISO renaming by @bensmrs in https://github.com/lxc/incus/pull/2296
- Implement disk ejection by @bensmrs in https://github.com/lxc/incus/pull/2282
- Skip processing 'limits.processes' for VM instance types by @presztak in https://github.com/lxc/incus/pull/2299
- Add 'limits.memory.hotplug' configuration option by @presztak in https://github.com/lxc/incus/pull/2301
- Allow setting
user.*
on the root disk when the VM is running by @presztak in https://github.com/lxc/incus/pull/2304 - incusd/instance: Allow setting lxc.net config keys through raw.lxc by @stgraber in https://github.com/lxc/incus/pull/2305
- Restrict operation access by @stgraber in https://github.com/lxc/incus/pull/2310
- Add cluster and storage pool filtering to the CLI by @stgraber in https://github.com/lxc/incus/pull/2308
- Apparmor tweaks by @stgraber in https://github.com/lxc/incus/pull/2306
- incusd/ip: Fix filtering of routes by interface by @stgraber in https://github.com/lxc/incus/pull/2309
- doc/instances_create: Extend the Incus VM agent instructions by @stgraber in https://github.com/lxc/incus/pull/2307
- incusd/db/network_peers: Fix querying of integrations by @stgraber in https://github.com/lxc/incus/pull/2311
- Translations update from Hosted Weblate by @weblate in https://github.com/lxc/incus/pull/2313
- Add configurable WWN on VM disks by @stgraber in https://github.com/lxc/incus/pull/2312
- Use server advertised OIDC scopes by @stgraber in https://github.com/lxc/incus/pull/2316
- incusd/network/bridge: Allow automatic host-specific IPv6 addresses by @stgraber in https://github.com/lxc/incus/pull/2315
- Set MAC address for physical NIC with bridge parent by @presztak in https://github.com/lxc/incus/pull/2319
- incusd/instance/qemu: Fix lifecycle events by @stgraber in https://github.com/lxc/incus/pull/2317
- Add OCI credential helper support by @stgraber in https://github.com/lxc/incus/pull/2318
- Implement webhook logger by @stgraber in https://github.com/lxc/incus/pull/2324
- incusd/device/disk: prevent file mounts on VMs by @bensmrs in https://github.com/lxc/incus/pull/2326
- Translations update from Hosted Weblate by @weblate in https://github.com/lxc/incus/pull/2328
- Small cleanup/tweaks from TrueNAS branch by @stgraber in https://github.com/lxc/incus/pull/2329
- Fix directory unmount by @bensmrs in https://github.com/lxc/incus/pull/2335
- Fix association between images and profiles by @presztak in https://github.com/lxc/incus/pull/2327
- Refactor TLS client/key handling to consistenly handle key encryption by @stgraber in https://github.com/lxc/incus/pull/2339
- Avoid piling up event listeners during cluster request forwarding by @stgraber in https://github.com/lxc/incus/pull/2340
- tests: Standardize indentation by @stgraber in https://github.com/lxc/incus/pull/2331
- incusd/instance/qemu: Cleanup volume eject/detach logic by @stgraber in https://github.com/lxc/incus/pull/2330
- Set image download temporary path by @stgraber in https://github.com/lxc/incus/pull/2333
New Contributors
- @0xk1f0 made their first contribution in https://github.com/lxc/incus/pull/2259
- @Linkster78 made their first contribution in https://github.com/lxc/incus/pull/2265
- @tibeer made their first contribution in https://github.com/lxc/incus/pull/2280
Full Changelog: https://github.com/lxc/incus/compare/v6.14.0...v6.15.0