This package provides a universal command line client to access
Elemental functionality
Provides
Requires
License
Apache-2.0
Changelog
* Wed Dec 17 2025 elemental@suse.de
- Update to v2.3.2:
* 051ecf04 Bump golang.org/x/crypto library
This includes few CVE fixes:
* bsc#1241826 (CVE-2025-22872)
* bsc#1241857 (CVE-2025-22872)
* bsc#1251511 (CVE-2025-47911)
* bsc#1251679 (CVE-2025-58190)
* bsc#1253581 (CVE-2025-47913)
* bsc#1253901 (CVE-2025-58181)
* bsc#1254079 (CVE-2025-47914)
* Tue Sep 30 2025 elemental@suse.de
- Update to v2.3.1:
* b9202d3d Add snapshotter.type flag to build-disk command
* Fri Sep 26 2025 elemental@suse.de
- Update to v2.3.0:
* a8982b16 Use chroot to label previously binded mountpoints
* c16e1d5b Bump github.com/jaypipes/ghw from 0.15.0 to 0.19.1
* 1fef8d1f Bump github.com/spf13/cobra from 1.9.1 to 1.10.1
* a19b7208 Bump github.com/spf13/pflag from 1.0.6 to 1.0.10
* d2d39d61 Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.25.2
* ff4a09e4 Bump go version to 1.24 in Dockerfile
* 968784c6 Adapt tests to new build error
* 80ba8034 Bump k8s.io/mount-utils from 0.32.2 to 0.33.3
* cba157cc Bump github.com/containerd/containerd from 1.7.26 to 1.7.28
* 15432137 Permissive mode for green selinux
* ce35ae6c Adapt code and unit tests
* cb15d32d Minor change to lookup devices using blkid
* d8450e01 Avoid panic when MaxSnaps is set to 0
* 33f51def Bump github.com/jaypipes/ghw from 0.13.0 to 0.14.0
* 6ede64b7 Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0
* 6adf0b0c Bump golang.org/x/net from 0.34.0 to 0.36.0 in the go_modules
group
* 7b123bac Bump golang.org/x/crypto from 0.35.0 to 0.36.0
* 13703f6f Bump github.com/containerd/containerd from 1.7.25 to 1.7.26
* fc6611a8 Bump golang.org/x/crypto from 0.34.0 to 0.35.0
* c2a85f0b Bump golang.org/x/crypto from 0.33.0 to 0.34.0
* bc64b5af Bump k8s.io/mount-utils from 0.32.1 to 0.32.2
* ed97872b Bump github.com/spf13/cobra from 1.8.1 to 1.9.1
* c0722812 Bump github.com/sanity-io/litter from 1.5.6 to 1.5.8
* 32c199a9 golangci-lint: use new formats config property
* 50f6b4ec Bump golang.org/x/crypto from 0.32.0 to 0.33.0
* d16cafcb Fix elemental-toolkit build for Dev env
* 85f7130c Bump github.com/google/go-containerregistry from 0.20.2 to
0.20.3
* bb4ed47b Bump k8s.io/mount-utils from 0.32.0 to 0.32.1
* 173588ff Bump github.com/spf13/pflag from 1.0.5 to 1.0.6
* a2aa800e Bump github.com/containerd/containerd from 1.7.24 to 1.7.25
* 94301e7d Bump github.com/sanity-io/litter from 1.5.5 to 1.5.6
* f268a908 Bump golang.org/x/crypto from 0.31.0 to 0.32.0
* 4cfa5b58 Bump k8s.io/mount-utils from 0.31.3 to 0.32.0
* f3c3387f Bump go to v1.23.4
* 7575becb Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2
* f132230b Update copyright year (2025)
* 69479dee Bump github.com/onsi/gomega from 1.36.1 to 1.36.2
* 7ac3f233 Bump github.com/onsi/gomega from 1.36.0 to 1.36.1
* 378ccc6e Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in the go_modules
group
* 9a1892b4 Simplify podman calls in CI steup
* 737983ab Switch GHA runners to Ubuntu 24.04
* ecaac096 Bump golang.org/x/crypto from 0.29.0 to 0.30.0
* d5e2068b Fix Makefile for riscv64
* 25d9ae69 Fix Dockerfile for riscv64
* 7f707ca0 Add missing Autologin feature
* 692c6333 Fix architecture platform value
* d9873c84 Make tar creation deterministic
* 71169850 Use GNU tar to support --sort
* 733c3432 Bump github.com/onsi/gomega from 1.35.1 to 1.36.0
* 877bf6a8 Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0
* 77b24a85 Bump k8s.io/mount-utils from 0.31.2 to 0.31.3
* 701f7621 Bump github.com/containerd/containerd from 1.7.23 to 1.7.24
* da340af9 Require grub2 instead of grub2-common
* 527c12d0 Fixes squashfs images creation (#2230)
* 5f996b5d Expand downgrade test by upgrading back to origin after
downgrading (#2224)
* 19606359 Fix dracut modules dependencies
* e4472440 Bump golang.org/x/crypto from 0.28.0 to 0.29.0
* 50207539 Change btrfs state volumes detection
* 5b2bb7ab Add orange btrfs snapshotter support
* c289f368 Already fixed upstream
* 94ddc24e Set SilenceUsage for run-stage command
* 1898d5db Use --strict flag in elemental-setup services
* eb77a4ca Update spec dependecies and dracut module dependencies
* 733f2b44 Remove few leftovers from snapshotter tests
* ca0ac592 Btrfs snapshotter without snapper (#2220)
* 7a7414d7 Bump github.com/onsi/gomega from 1.34.2 to 1.35.1
* d5ee69e1 Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0
* c4bf7c5f Bump npm autoprefixer to 10.0.0
* 1d8926d3 Bump k8s.io/mount-utils from 0.31.1 to 0.31.2
* 54568627 Bump postcss to v8
* 94f82aab Bump github.com/containerd/containerd from 1.7.22 to 1.7.23
* 72fef823 Update docs npm packages
* 7ee7afcc Bump github.com/canonical/go-efilib from 1.3.1 to 1.4.1
* 0fc05a94 Bump golang.org/x/crypto from 0.27.0 to 0.28.0
* 55b78952 Bump github.com/canonical/go-efilib from 1.2.0 to 1.3.1
* 55770a2f A couple of Dockerfile cleanups (#2200)
* 95cdcb22 Add systemd-timesync user
* 84a71b9e green: install xterm-resize (#2194)
* Thu Feb 20 2025 bwiedemann@suse.com
- Add reproducible-tar.patch for reproducible builds (boo#1237212, jsc#PED-12137)
* Wed Oct 02 2024 elemental@suse.de
- Update to v2.2.1:
* a9f22910 Bump yip to v1.9.6
* 398c0e44 Disable audit package in example Dockerfile
* 92264f1e Add cloud-init paths of the new root in 'after-*' hooks (#2192)
* 491e01b8 Expose max snapshots environment variable (#2193)
* Fri Sep 20 2024 elemental@suse.de
- Update to v2.2.0:
* 064546f1 Improve state file testing (#2190)
* 14c049c0 Fix docker build warnings when using buildx
* 98b0254d Switch to git in OBS (#2187)
* b1a7dbc6 Bump github.com/containerd/containerd from 1.7.20 to 1.7.22
* c42a766a Bump k8s.io/mount-utils from 0.31.0 to 0.31.1
* 8e51d33e Bump golang.org/x/crypto from 0.26.0 to 0.27.0
* 5a8ecc1c Bump github.com/jaypipes/ghw from 0.12.0 to 0.13.0 (#2178)
* fa2306d6 Implement state subcommand (#2182)
* dc52491a Add user defined labels to snapshot info (#2175)
* b2cce27b Bump github.com/opencontainers/runc in the go_modules group
* 08a8ead9 Bump k8s.io/mount-utils from 0.30.3 to 0.31.0
* 949d4709 Bump github.com/docker/docker in the go_modules group
* 16438ddc Bump github.com/onsi/gomega from 1.34.1 to 1.34.2
* 1a529527 Bump yip to v1.9.3
* bbd386ec Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.2 (#2169)
* 0cfc891c Bump github.com/google/go-containerregistry from 0.20.1 to
0.20.2 (#2161)
* 5e0a28c6 Do not require network in initrd by default
* 75e17df1 Bump to v2.1.1 for tests and fix recovery test
* 8dac61cb Disable SELINUX enforcing mode, permissive is the default
* 265cf018 Add build-disk documentation (#2164)
* b1bac09c Expose ELEMENTAL_CLOUD_INIT_PATHS option (#2163)
* b1cc863b Make RAW disks recovery partition expandable (#2159)
* 44b2e7b5 Bump efi library (#2158)
* 40b4fd4b Bump github.com/onsi/gomega from 1.34.0 to 1.34.1 (#2157)
* bfc3696b Bump github.com/google/go-containerregistry from 0.20.0 to
0.20.1 (#2156)
* d42f3c8b Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1
* 19a9ae32 Bump github.com/onsi/gomega from 1.33.1 to 1.34.0
* 3c885d2c Bump github.com/jaypipes/ghw
* 76caad5f Add test for auto disabled boot entry in Grub
* 615af35d Bump github.com/bramvdbogaerde/go-scp from 1.4.0 to 1.5.0
* afe3ed5a Bump github.com/containerd/containerd from 1.7.19 to 1.7.20
* c9c89b3c Bump k8s.io/mount-utils from 0.30.2 to 0.30.3
* 51a85a71 Remove unused steps in workflow
* 80bb6a22 Bump github.com/containerd/containerd from 1.7.18 to 1.7.19
* f54f6836 Fix cache cleaning for PRs and main pushes (#2144)
* 396e5aeb Bump golang.org/x/crypto from 0.24.0 to 0.25.0
* b9fc3e91 Bump github.com/google/go-containerregistry from 0.19.2 to
0.20.0
* 644cdc72 Refactor ci (#2137)
* 22996ef7 Allow insecure registries (#2131)
* e2feafb9 Bump yip to 1.9.2
* b41f7d20 Bump tp yip 1.6.2
* 49ed9afd Bump github.com/bramvdbogaerde/go-scp from 1.2.1 to 1.4.0
* c7746687 Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0
* b3e17ba2 Bump golang.org/x/crypto from 0.22.0 to 0.24.0
* 72940f06 Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.19.0
* 3f754032 Bump github.com/containerd/containerd from 1.7.12 to 1.7.18
* a9bd0f1a Bump github.com/onsi/gomega from 1.30.0 to 1.33.1
* 884573cd Bump github.com/google/go-containerregistry from 0.19.0 to
0.19.2
* 31a8d413 Bump k8s.io/mount-utils from 0.30.1 to 0.30.2
* 19d2cb04 Bump github.com/spf13/cobra from 1.7.0 to 1.8.1
* b6a14cf1 Bump github.com/spf13/viper from 1.15.0 to 1.19.0
* 2b23133c Bump mount utils (#2099)
* 15a10cc4 Make EFI partition size configurable at install time (#2105)
* 28c4e473 Use fake mounter in tests
* 897d872a Ensure subvolume snapshots is mounted to list snapshots
* 0b9170de Fix smoke test for orange flavor
* f427491f Update example OSes to more recent versions
* fc923f42 Remove default network configuration
* 043a7dfd Add missing glibc-gconv package
* 9f2f2368 Remove pre-existing Elemental initrds
* fbe90421 Fix overlaydir setup
* e20e3829 Move green-rpi flavor to tumbleweed
* 29e909eb Longer retry during nightly pull
* 48d6ca48 Refactor and test efi manager
* 2e56a099 Do not return error for efi.ReadLoadOption
* fa82c1b1 Fix recovery test (#2086)
* 8ce930a1 Remove obsolete flags for build-disk command (#2085)
* a1a22e83 Allow to compile for RPi (#2084)
* 54664f8c Solve few linter warnings
* f0d9cb30 Remove the work around for bsc#1210690 and simplify code
* 5a840145 Bootloader-in-rootfs=true (#2071)
* 3f96b5e7 Relabel presistent paths only at first boot (#2080)
* f3d4cfd6 Ensure SELinux relabelling can be disabled in configfile
* 7686d121 Refine relabel step
* 3fd2046a Update SELinux docs (#2075)
* 6c301f2e Move mount config file to /run/elemental
* a4c414f5 Add extra-cmdline flag to build-iso command (#2072)
* 1c89db02 SELinux relabel on boot (#2074)
* c95aa381 Define layout with yaml format
* d7d208a1 Add branding for live CD (#2065)
* 6f0b28e1 Set legacy password for upgrade test
* a5f526d5 Allow key pair of ssh connection in tests
* 46a88e10 Change default root password
* f9934d75 Fix error return
* 22baf14e Fix stackable sources for build-iso (#2061)
* 786cfa63 Update embedded features docs
* 4d469e7f Enable SELinux for tumbleweed and green (#2052)
* 8baaef22 Disable boot entry if efivars is read-only (#2059)
* 91983af9 Retry pull-toolkit on failure
* b04f5098 Refactor selinux method (#2057)
* dddb716b Add autologin feature (#2056)
* c6b391a8 Move green to tumbleweed
* c80eaa9b Bump golang.org/x/net in the go_modules group across 1 directory
(#2051)
* cccd8387 add symlink for missing binary on ubuntu 22.04+ (#2048)
* d0ad1014 Document cloud-config-defaults for SELinux support (#2046)
* 7feca1f4 Make squashfs defaults more consistent
* Mon Aug 05 2024 dcassany@suse.com
- Update to version 2.1.1:
* [backport] Disable boot entry if efivars is read-only (#2059) (#2145)
* [backport] CI refactor to v2.1.x branch (#2146)
* Remove pre-existing Elemental initrds
* Thu Apr 11 2024 fredrik.lonnegren@suse.com
- Update to version 2.1.0:
* Make squashfs defaults more consistent
* Snapshottable recovery system (#2032)
* Change description of boot assessment service (#2037)
* Remove empty mount paths (#2036)
* Wait for relevant elemental init stages
* Fix the fix (#2033)
* Backwards compatible recovery boot configuration
* Fix doc typo
* Iterate over passive snapshots on boot-assessment
* Skip symlink if kernel already exis