Skip to content

Commit 21107a8

Browse files
authored
New version: LinuxContainers.Incus version 6.19.0 (microsoft#318281)
1 parent 94b9bb7 commit 21107a8

File tree

3 files changed

+120
-0
lines changed

3 files changed

+120
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created with WinGet Updater using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: LinuxContainers.Incus
5+
PackageVersion: 6.19.0
6+
InstallerType: portable
7+
Commands:
8+
- incus
9+
ReleaseDate: 2025-11-29
10+
Installers:
11+
- Architecture: x64
12+
InstallerUrl: https://github.com/lxc/incus/releases/download/v6.19.0/bin.windows.incus.x86_64.exe
13+
InstallerSha256: 2EE91FAF40D13B32F45CDE3029932F8D700CE30CB730F60E7176457C1A85D343
14+
- Architecture: arm64
15+
InstallerUrl: https://github.com/lxc/incus/releases/download/v6.19.0/bin.windows.incus.aarch64.exe
16+
InstallerSha256: C5F7F8ADC6CEEA56333C1DB69A26E4473DE780AD216D03697444FC4954246CE6
17+
ManifestType: installer
18+
ManifestVersion: 1.10.0
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# Created with WinGet Updater using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: LinuxContainers.Incus
5+
PackageVersion: 6.19.0
6+
PackageLocale: en-US
7+
Publisher: LinuxContainers
8+
PublisherUrl: https://github.com/lxc
9+
PublisherSupportUrl: https://github.com/lxc/incus/issues
10+
PackageName: Incus
11+
PackageUrl: https://github.com/lxc/incus
12+
License: Apache-2.0
13+
ShortDescription: Incus is a modern, secure and powerful system container and virtual machine manager.
14+
Tags:
15+
- cloud
16+
- containers
17+
- hacktoberfest
18+
- virtual-machines
19+
ReleaseNotes: |-
20+
What's Changed
21+
- incusd/network/ovn: Tweak port removal logic by @stgraber in #2600
22+
- Initial SELinux detection and handling by @stgraber in #2599
23+
- github: Build the agent on MacOS by @stgraber in #2602
24+
- Translations update from Hosted Weblate by @weblate in #2603
25+
- incusd/instance/qemu: Disable virtio-snd on Windows by @stgraber in #2604
26+
- Quiesce the VM QMP log by @stgraber in #2608
27+
- incusd/device/disk: Skip VirtioFS Posix ACLs on Windows by @stgraber in #2609
28+
- incusd/selinux: Add basic refpolicy support by @stgraber in #2612
29+
- client: Add GetEventsByType and GetEventsAllProjectsByType by @breml in #2613
30+
- Fix cluster event issues by @stgraber in #2615
31+
- cmd/generate-database/db: Fix create/update with composite keys by @masnax in #2616
32+
- client: Omit trailing ? for /events without query parameters by @breml in #2618
33+
- incusd/storage_volumes: Better handle bad patterns by @stgraber in #2617
34+
- incusd/apparmor/lxc: Don't bother with sys/proc protections when nest… by @stgraber in #2624
35+
- incusd/acme: Handle HTTPS proxies by @stgraber in #2625
36+
- Fix lifecycle events being emited on pending entities by @presztak in #2633
37+
- Fix vlan/parent modification on physical uplink by @gbilic in #2632
38+
- Feat: --format raw added added for getting raw data. by @Mujib-Ahasan in #2622
39+
- Allow incus admin os on all platforms by @stgraber in #2635
40+
- Fix sparse writer performance by @stgraber in #2637
41+
- Tighten storage pool permissions by @stgraber in #2642
42+
- incus-migrate: Strict error checking by @stgraber in #2639
43+
- incusd/patches: Fix incorrect error check in permission patch by @stgraber in #2643
44+
- incusd/instance/qemu: Properly parse dashed disk names when detaching by @bensmrs in #2648
45+
- incusd/instance/qemu: Fix macOS agent by @bensmrs in #2647
46+
- incusd/api: Refresh OIDC on changes to oidc.scopes by @stgraber in #2649
47+
- incus/instance: Add missing godocs by @dector in #2644
48+
- incusd: only apply qemu rtc adjustments if it is configured by @The127 in #2645
49+
- Translations update from Hosted Weblate by @weblate in #2658
50+
- Allow some remote internal API interactions by @stgraber in #2657
51+
- gomod: Update dependencies by @stgraber in #2664
52+
- Translations update from Hosted Weblate by @weblate in #2667
53+
- cmd/incus-agent: address golangci-lint issues by @RageZBla in #2661
54+
- Make /var/lib/incus/devices a tmpfs by @stgraber in #2668
55+
- incus/util: #2636 fix linter complaints in internal/util by @dector in #2655
56+
- doc: Remove mentions of IRC by @stgraber in #2672
57+
- Support for the Incus Agent as a Service on Windows by @MOBergeron in #2671
58+
- doc/image_format: Tweak wording by @stgraber in #2676
59+
- incusd/storage/zfs: Rework zvol resolution logic by @stgraber in #2673
60+
- Workaround Linstor URL parsing issue by @stgraber in #2677
61+
- incusd/device/unix_hotplug: Prevent duplicate uevent injection by @zgttotev in #2679
62+
- Fix determination of target path for storage volume file mount command by @presztak in #2683
63+
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #2694
64+
- cmd/lxd-to-incus: address golangci-lint issues by @RageZBla in #2692
65+
- cmd/lxc-to-incus: address golangci lint issues by @RageZBla in #2691
66+
- cmd/incus-simplestream: output of golangci-lint run --fix by @RageZBla in #2689
67+
- cmd/incus-user: refactor to not use os.Exit and instead close listener by @RageZBla in #2690
68+
- cmd/generate-config: address golangci-lint issues by @RageZBla in #2660
69+
- shared/resources: Skip broken udev symlinks by @stgraber in #2695
70+
- incusd/network/zone: Support setting top level records by @stgraber in #2696
71+
- Correct response documentation for recursively fetching an instance by @Hye-Dev in #2699
72+
- Support retrieving client certificate as PFX (PKCS12) by @stgraber in #2700
73+
- Fix file access issues (crash and OpenFGA model) by @stgraber in #2701
74+
- Translations update from Hosted Weblate by @weblate in #2703
75+
- Add Full structs for storage volumes and backups by @stgraber in #2704
76+
- Feature: Support deleting multiple objects in CLI by @Mujib-Ahasan in #2656
77+
- Add option for disabling PCI firmware by @Mujib-Ahasan in #2698
78+
- Support serial devices to resource API by @baconYao in #2675
79+
- tests: Optimize CI test matrix to reduce workflow duration by @baconYao in #2629
80+
- Add support for NIC limits on OVN by @stgraber in #2711
81+
- Various fixes for Incus 6.19 by @stgraber in #2713
82+
- incusd/instance/lxc: Tweak SELinux category by @stgraber in #2653
83+
New Contributors
84+
- @gbilic made their first contribution in #2632
85+
- @Mujib-Ahasan made their first contribution in #2622
86+
- @dector made their first contribution in #2644
87+
- @RageZBla made their first contribution in #2661
88+
- @MOBergeron made their first contribution in #2671
89+
- @Hye-Dev made their first contribution in #2699
90+
- @baconYao made their first contribution in #2675
91+
Full Changelog: v6.18.0...v6.19.0
92+
ReleaseNotesUrl: https://github.com/lxc/incus/releases/tag/v6.19.0
93+
ManifestType: defaultLocale
94+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Updater using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: LinuxContainers.Incus
5+
PackageVersion: 6.19.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)