Sync from SUSE:ALP:Source:Standard:1.0 transactional-update revision da05be1cf061d8c37fb24f1e6a17074a

This commit is contained in:
Adrian Schröter 2024-09-09 15:24:49 +02:00
parent 86866f7e7d
commit ff3eb735d0
4 changed files with 71 additions and 4 deletions

BIN
transactional-update-4.6.6.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
transactional-update-4.8.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Fri Aug 30 16:16:44 UTC 2024 - Ignaz Forster <iforster@suse.com>
- Version 4.8.1
- tukit: fix --drop-if-no-change after apply [bsc#1229900]
-------------------------------------------------------------------
Mon Aug 26 22:31:13 UTC 2024 - Ignaz Forster <iforster@suse.com>
- Version 4.8.0
- Add sd-boot (systemd-boot) support for most commands
- Add support for specifying migration arguments
[gh#openSUSE/transactional-update#127] [jsc#PED-10375]
- 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
-------------------------------------------------------------------
Tue Jul 16 18:12:53 UTC 2024 - Ignaz Forster <iforster@suse.com>
- It seems it's taking a longer time until the tests will be
adopted to the new reboot behavior. Disable soft-reboot for now
to unblock the regular transactional-update update.
-------------------------------------------------------------------
Thu Jul 4 15:22:40 UTC 2024 - Ignaz Forster <iforster@suse.com>
- Version 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#openSUSE/transactional-update#122]
- Fix missing libdir replacement for status command
-------------------------------------------------------------------
Fri Jun 14 10:06:31 UTC 2024 - Ignaz Forster <iforster@suse.com>
- Enable soft-reboot by default again as announced in
https://microos.opensuse.org/blog/2024-06-13-soft-reboot/
-------------------------------------------------------------------
Tue May 7 14:25:07 UTC 2024 - Ignaz Forster <iforster@suse.com>
- Version 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#openSUSE/transactional-update#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
-------------------------------------------------------------------
Tue Apr 30 13:09:04 UTC 2024 - Ignaz Forster <iforster@suse.com>
- Version 4.6.7
- Add support for snapper 0.11.0; also significantly decreases
cleanup time [boo#1223504]
-------------------------------------------------------------------
Thu Apr 18 14:53:17 UTC 2024 - Ignaz Forster <iforster@suse.com>

View File

@ -26,7 +26,7 @@
%{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}}
Name: transactional-update
Version: 4.6.6
Version: 4.8.1
Release: 0
Summary: Transactional Updates with btrfs and snapshots
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@ -170,6 +170,9 @@ autoreconf -fiv
sed -i 's/^UPDATE_METHOD=.*/UPDATE_METHOD=up/' etc/transactional-update.conf
%endif
# Enable soft-reboot by default
sed -i 's/^REBOOT_ALLOW_SOFT_REBOOT=.*/REBOOT_ALLOW_SOFT_REBOOT=false/' etc/tukit.conf
%install
%make_install