From fe9ddf2ddef9749a3b42763165be41bc62ddebafd525de9a61a78c3cb261b8c4 Mon Sep 17 00:00:00 2001 From: Ignaz Forster Date: Fri, 24 Nov 2023 13:42:04 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=20version=202.17.0:=20=20=20*?= =?UTF-8?q?=20NEWS:=20update=202.17.0=20=20=20*=20packit:=20add=20initial?= =?UTF-8?q?=20support=20=20=20*=20Bump=20minimum=20Go=20version=20to=201.1?= =?UTF-8?q?9=20=20=20*=20Add=20vsock=20modules=20into=20ramdisk=20=20=20*?= =?UTF-8?q?=20Sync=20repo=20templates=20=E2=9A=99=20=20=20*=20providers/ap?= =?UTF-8?q?plehv:=20Add=20Apple=20Hypervisor=20=20=20*=20tests/blackbox:?= =?UTF-8?q?=20allow=20skipping=20critical=20logging=20check=20=20=20*=20st?= =?UTF-8?q?ages/disks:=20retry=20`sgdisk=20--zap-all`=20invocation=20=20?= =?UTF-8?q?=20*=20Add=20optionally-installed=20grub2=20code=20=20=20*=20in?= =?UTF-8?q?ternal/exec/stages/disks:=20prevent=20races=20with=20udev=20=20?= =?UTF-8?q?=20*=20providers/hetzner:=20add=20support=20for=20Hetzner=20Clo?= =?UTF-8?q?ud=20=20=20*=20docs:=20expand=20development=20docs=20and=20rati?= =?UTF-8?q?onale=20=20=20*=20doc/development:=20list=20the=20test=20framew?= =?UTF-8?q?orks=20=20=20*=20docs/development:=20improve=20formatting=20of?= =?UTF-8?q?=20blackbox=20section=20=20=20*=20build(deps):=20updated=20depe?= =?UTF-8?q?ndencies=20-=20Increased=20required=20Go=20version=20-=20Remove?= =?UTF-8?q?d=20Changelog=20part=20of=20=20=200005-dracut-Don-t-include-the?= =?UTF-8?q?-ignition-module-by-default.patch=20-=20=20=20the=20information?= =?UTF-8?q?=20is=20part=20of=20the=20patch=20description=20already=20and?= =?UTF-8?q?=20=20=20conflicts=20with=20the=20upstream=20Changelog.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=116 --- ...clude-the-ignition-module-by-default.patch | 19 -------------- _service | 4 +-- _servicedata | 2 +- ignition.changes | 25 +++++++++++++++++++ ignition.spec | 4 +-- 5 files changed, 30 insertions(+), 24 deletions(-) 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