From ff3eb735d027d1d4b369e645c6f9b960a65a6ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 9 Sep 2024 15:24:49 +0200 Subject: [PATCH] Sync from SUSE:ALP:Source:Standard:1.0 transactional-update revision da05be1cf061d8c37fb24f1e6a17074a --- transactional-update-4.6.6.tar.gz | 3 -- transactional-update-4.8.1.tar.gz | 3 ++ transactional-update.changes | 64 +++++++++++++++++++++++++++++++ transactional-update.spec | 5 ++- 4 files changed, 71 insertions(+), 4 deletions(-) delete mode 100644 transactional-update-4.6.6.tar.gz create mode 100644 transactional-update-4.8.1.tar.gz diff --git a/transactional-update-4.6.6.tar.gz b/transactional-update-4.6.6.tar.gz deleted file mode 100644 index 7006ecb..0000000 --- a/transactional-update-4.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7c154d37225a3ebbaa0e3f4378999836f798db7f2ccc01dee3b0e38fab440bb -size 172731 diff --git a/transactional-update-4.8.1.tar.gz b/transactional-update-4.8.1.tar.gz new file mode 100644 index 0000000..0804708 --- /dev/null +++ b/transactional-update-4.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da8376d68df5b6ace81ef03772381a28fa464e2a1bf558762cb506ac385d5ea +size 177982 diff --git a/transactional-update.changes b/transactional-update.changes index 695a74c..f0c0caf 100644 --- a/transactional-update.changes +++ b/transactional-update.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Fri Aug 30 16:16:44 UTC 2024 - Ignaz Forster + +- Version 4.8.1 + - tukit: fix --drop-if-no-change after apply [bsc#1229900] + +------------------------------------------------------------------- +Mon Aug 26 22:31:13 UTC 2024 - Ignaz Forster + +- 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 + +- 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 + +- 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 + +- 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 + +- 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 + +- 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 diff --git a/transactional-update.spec b/transactional-update.spec index 8ff1338..52beaf1 100644 --- a/transactional-update.spec +++ b/transactional-update.spec @@ -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