diff --git a/0005-dracut-Don-t-include-the-ignition-module-by-default.patch b/0005-dracut-Don-t-include-the-ignition-module-by-default.patch index 6c0ce65..4182ca5 100644 --- a/0005-dracut-Don-t-include-the-ignition-module-by-default.patch +++ b/0005-dracut-Don-t-include-the-ignition-module-by-default.patch @@ -5,25 +5,6 @@ Subject: [PATCH] dracut: Don't include the ignition module by default Currently the module is automatically included in all initrds, hostonly or generic. Leave it to the distro provided module to pull it in explicitly. --- - docs/release-notes.md | 4 ++++ - dracut/30ignition/module-setup.sh | 7 +++++++ - 2 files changed, 11 insertions(+) - -diff --git a/docs/release-notes.md b/docs/release-notes.md -index e53bdf8d..65ce77ce 100644 ---- a/docs/release-notes.md -+++ b/docs/release-notes.md -@@ -8,6 +8,10 @@ nav_order: 9 - - ### Breaking changes - -+- The dracut module is not automatically included in initramfs images anymore. -+ Distributions need to explicitly request inclusion, either by ensuring that -+ it is pulled in by another module, for instance the module providing distro -+ integration and customization, or by installing a dracut configuration file. - - ### Features - diff --git a/dracut/30ignition/module-setup.sh b/dracut/30ignition/module-setup.sh index ad7e80fd..f431b7dc 100755 --- a/dracut/30ignition/module-setup.sh diff --git a/_service b/_service index 853a9dc..62d08d1 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 2.16.2 - v2.16.2 + 2.17.0 + v2.17.0 https://github.com/coreos/ignition git enable diff --git a/_servicedata b/_servicedata index e27645d..5f268cf 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/coreos/ignition - 8af65650fe839666339bd17dbdb8cd174b3ee620 + 45e9d394a3e4f240e9d6745af0a83fa36179f510 \ No newline at end of file diff --git a/ignition.changes b/ignition.changes index 3a84a0b..c817953 100644 --- a/ignition.changes +++ b/ignition.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Nov 24 13:20:31 UTC 2023 - iforster@suse.com + +- Update to version 2.17.0: + * NEWS: update 2.17.0 + * packit: add initial support + * Bump minimum Go version to 1.19 + * Add vsock modules into ramdisk + * Sync repo templates ⚙ + * providers/applehv: Add Apple Hypervisor + * tests/blackbox: allow skipping critical logging check + * stages/disks: retry `sgdisk --zap-all` invocation + * Add optionally-installed grub2 code + * internal/exec/stages/disks: prevent races with udev + * providers/hetzner: add support for Hetzner Cloud + * docs: expand development docs and rationale + * doc/development: list the test frameworks + * docs/development: improve formatting of blackbox section + * build(deps): updated dependencies +- Increased required Go version +- Removed Changelog part of + 0005-dracut-Don-t-include-the-ignition-module-by-default.patch - + the information is part of the patch description already and + conflicts with the upstream Changelog. + ------------------------------------------------------------------- Wed Sep 6 15:29:10 UTC 2023 - Fabian Vogt diff --git a/ignition.spec b/ignition.spec index 290c573..22e0df7 100644 --- a/ignition.spec +++ b/ignition.spec @@ -17,7 +17,7 @@ Name: ignition -Version: 2.16.2 +Version: 2.17.0 Release: 0 Summary: First boot installer and configuration tool License: Apache-2.0 @@ -49,7 +49,7 @@ BuildRequires: dracut BuildRequires: libblkid-devel BuildRequires: systemd-rpm-macros BuildRequires: update-bootloader-rpm-macros -BuildRequires: golang(API) >= 1.18 +BuildRequires: golang(API) >= 1.19 # combustion provides firstboot.target and ignition-kargs-helper calls combustion Requires: combustion >= 1.2 Requires: dracut