From af996b5cb5800574a458a94880c1b250ffdfa7f4a3d01ebd467aacbebf46cd24 Mon Sep 17 00:00:00 2001 From: Ignaz Forster Date: Thu, 13 Jul 2023 22:57:17 +0000 Subject: [PATCH] - Update to version 2.16.2: * dracut: make hv_utils module optional * Fix build on 32-bit systems * Doc updates * build(deps) updates * providers/qemu: read modprobe path from distro package * Add support for Hyper-V platform * internal/exec: don't relabel a mountpoint that already exists * internal/exec/util: check if unit exists before disabling * Dockerfile.validate: update to Fedora 38 * generate: simplify build of doc generator * platform: allow provider fetch to save files to write from files stage * templates: update CI ratchet procedure for Butane spec stabilization * go.mod: add deep-copy package * providers: rename noop to metal * platform: drop function pointer indirection for fetch method * providers: add Config wrapper structs for cmdline and system providers * internal: empty out providers base package * internal: move provider registrations out of platforms package * templates/stabilize-checklist: disable tests using exp Butane config * providers/vmware: rename some structs * internal: move stage registration into a separate package * platform: avoid needless function pointer indirection in methods * tests: port to xfsprogs 5.19+ * test: ShellCheck fixes OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=108 --- _service | 4 ++-- _servicedata | 2 +- ignition-2.15.0.tar.xz | 3 --- ignition-2.16.2.tar.xz | 3 +++ ignition.changes | 29 +++++++++++++++++++++++++++++ ignition.spec | 2 +- 6 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 ignition-2.15.0.tar.xz create mode 100644 ignition-2.16.2.tar.xz diff --git a/_service b/_service index fe5fb77..853a9dc 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 2.15.0 - v2.15.0 + 2.16.2 + v2.16.2 https://github.com/coreos/ignition git enable diff --git a/_servicedata b/_servicedata index 0e85197..e27645d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/coreos/ignition - 13f05b3c9f6221fb68234387ff2e4c2d63a39b63 + 8af65650fe839666339bd17dbdb8cd174b3ee620 \ No newline at end of file diff --git a/ignition-2.15.0.tar.xz b/ignition-2.15.0.tar.xz deleted file mode 100644 index 77c14e6..0000000 --- a/ignition-2.15.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aec6dd18c40f7899c6a80fe726d22d004d423194e83562e85232e49b28f3f125 -size 2373056 diff --git a/ignition-2.16.2.tar.xz b/ignition-2.16.2.tar.xz new file mode 100644 index 0000000..2de9df0 --- /dev/null +++ b/ignition-2.16.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f7b49baebb61b8fd09053b81ee941661ad408740a4eb12e5e7c66a241e9629 +size 2586180 diff --git a/ignition.changes b/ignition.changes index 57a2c6c..3bef9f0 100644 --- a/ignition.changes +++ b/ignition.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jul 13 20:08:51 UTC 2023 - iforster@suse.com + +- Update to version 2.16.2: + * dracut: make hv_utils module optional + * Fix build on 32-bit systems + * Doc updates + * build(deps) updates + * providers/qemu: read modprobe path from distro package + * Add support for Hyper-V platform + * internal/exec: don't relabel a mountpoint that already exists + * internal/exec/util: check if unit exists before disabling + * Dockerfile.validate: update to Fedora 38 + * generate: simplify build of doc generator + * platform: allow provider fetch to save files to write from files stage + * templates: update CI ratchet procedure for Butane spec stabilization + * go.mod: add deep-copy package + * providers: rename noop to metal + * platform: drop function pointer indirection for fetch method + * providers: add Config wrapper structs for cmdline and system providers + * internal: empty out providers base package + * internal: move provider registrations out of platforms package + * templates/stabilize-checklist: disable tests using exp Butane config + * providers/vmware: rename some structs + * internal: move stage registration into a separate package + * platform: avoid needless function pointer indirection in methods + * tests: port to xfsprogs 5.19+ + * test: ShellCheck fixes + ------------------------------------------------------------------- Thu Mar 9 17:55:16 UTC 2023 - Ignaz Forster diff --git a/ignition.spec b/ignition.spec index 677de1b..669b936 100644 --- a/ignition.spec +++ b/ignition.spec @@ -17,7 +17,7 @@ Name: ignition -Version: 2.15.0 +Version: 2.16.2 Release: 0 Summary: First boot installer and configuration tool License: Apache-2.0