Skip to content

Releases: openSUSE/transactional-update

Release v4.8.3

24 Sep 12:42
Compare
Choose a tag to compare
  • Check return value of register command [bsc#1230901]

Release v4.8.2

16 Sep 16:11
Compare
Choose a tag to compare
  • Allow specifying only low value with setup-kdump [bsc#1230537]

Release v4.1.9

03 Sep 15:30
Compare
Choose a tag to compare
  • Adding support for specifying migration arguments

Release v4.8.1

30 Aug 16:22
Compare
Choose a tag to compare
  • tukit: fix --drop-if-no-change after apply [bsc#1229900]

Release 4.8.0

26 Aug 22:23
Compare
Choose a tag to compare
  • 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

04 Jul 15:20
Compare
Choose a tag to compare
  • 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

10 Jun 15:22
Compare
Choose a tag to compare
  • 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

07 May 14:22
Compare
Choose a tag to compare
  • 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

30 Apr 13:16
Compare
Choose a tag to compare
  • Add support for snapper 0.11.0; also significantly decreases cleanup time [boo#1223504].

Release 4.6.6

18 Apr 14:51
Compare
Choose a tag to compare

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