forked from pool/ignition
Accepting request 1098572 from devel:kubic:ignition
- 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/request/show/1098572 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=39
This commit is contained in:
commit
f01b2a5ae0
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">2.15.0</param>
|
||||
<param name="revision">v2.15.0</param>
|
||||
<param name="version">2.16.2</param>
|
||||
<param name="revision">v2.16.2</param>
|
||||
<param name="url">https://github.com/coreos/ignition</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/coreos/ignition</param>
|
||||
<param name="changesrevision">13f05b3c9f6221fb68234387ff2e4c2d63a39b63</param>
|
||||
<param name="changesrevision">8af65650fe839666339bd17dbdb8cd174b3ee620</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aec6dd18c40f7899c6a80fe726d22d004d423194e83562e85232e49b28f3f125
|
||||
size 2373056
|
3
ignition-2.16.2.tar.xz
Normal file
3
ignition-2.16.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03f7b49baebb61b8fd09053b81ee941661ad408740a4eb12e5e7c66a241e9629
|
||||
size 2586180
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user