- 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
This commit is contained in:
Ignaz Forster
2023-07-13 22:57:17 +00:00
committed by Git OBS Bridge
parent ff89f29290
commit af996b5cb5
6 changed files with 36 additions and 7 deletions

View File

@@ -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 <iforster@suse.com>