Releases: openSUSE/transactional-update
Releases · openSUSE/transactional-update
Release v4.8.3
- Check return value of
register
command [bsc#1230901]
Release v4.8.2
Release v4.1.9
- Adding support for specifying migration arguments
Release v4.8.1
- tukit: fix --drop-if-no-change after apply [bsc#1229900]
Release 4.8.0
- Add sd-boot (systemd-boot) support for most commands
- Add support for specifying migration arguments [gh##127]
- Support kdump setup on platforms without kdump high/low settings (e.g. S/390 or PPC64le [bsc#1229138]
- Preserve current working directory if possible when entering transactional-update environment [bsc#1227452]; also adds the current path to the Bash prompt
- Fix plugin system to support special characters in commands
Release 4.7.0
- Add plugin mechanism
It's now possible to hook into API functions with custom plugins; see doc/tukit-plugins.md for details.
[gh##122] - Fix missing libdir replacement for status command
Release 4.1.8
- tukit: Properly handle overlay syncing failures: If the system would not be rebooted and several snapshots accumulated in the meantime, it was possible that the previous base snapshot - required for /etc syncing - was deleted already. In that case changes in /etc might have been reset. [gh##116] [gh#kube-hetzner/terraform-hcloud-kube-hetzner#1287]
Release 4.6.8
- tukit: Properly handle overlay syncing failures: If the system would not be rebooted and several snapshots accumulated in the meantime, it was possible that the previous base snapshot - required for /etc syncing - was deleted already. In that case changes in /etc might have been reset. [gh##116] [gh#kube-hetzner/terraform-hcloud-kube-hetzner#1287]
- soft-reboot: Log requested reboot type
- soft-reboot: Don't force hard reboot on version change only
Release 4.6.7
- Add support for snapper 0.11.0; also significantly decreases cleanup time [boo#1223504].
Release 4.6.6
This is mainly a bugfix release for soft-reboot support: The prepare-nextroot-for-softreboot script was accidentally submitted in an old version with inverted soft-reboot detection and an unused variable.
- soft-reboot: Fix inverted logic of soft-reboot detection
- soft-reboot: Don't use D-Bus for snapper call - it may be shutting down already
- soft-reboot: Remove unused variable
- doc: Document configuration file snippets for tukit.conf