Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e4e7a9df3a | |||
| 5ba4662b72 | |||
| 1541cbe98b | |||
| 2cb3902c8d | |||
| 3d2df31d4c | |||
| d8321a2645 | |||
| 606b6b27a4 | |||
| 6d03d6f8ab | |||
| ea0f423a55 | |||
| 65b96e46a3 |
4
_service
4
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">2.21.0</param>
|
||||
<param name="revision">v2.21.0</param>
|
||||
<param name="version">2.25.1</param>
|
||||
<param name="revision">v2.25.1</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">fc324e12230b036ce9d44f64346780121431ff27</param>
|
||||
<param name="changesrevision">ef86d6118071a0094f286a13c19f85f2d86a00bc</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
BIN
ignition-2.21.0.tar.xz
LFS
BIN
ignition-2.21.0.tar.xz
LFS
Binary file not shown.
3
ignition-2.25.1.tar.xz
Normal file
3
ignition-2.25.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efcaf37ab31c183b8e8ea28c444215d7dce0fd07182a876305e5d4d5fa529db7
|
||||
size 4648488
|
||||
@@ -15,7 +15,7 @@ Before=ignition-fetch.service
|
||||
# See hack in coreos-enable-network, as well as coreos-copy-firstboot-network.service;
|
||||
# adapted for SUSE / wicked use
|
||||
After=dracut-cmdline.service
|
||||
Before=dracut-initqueue.service nm-initrd.service
|
||||
Before=dracut-initqueue.service nm-initrd.service NetworkManager-initrd.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
||||
@@ -14,5 +14,8 @@ if [ -f /run/ignition/neednet ] && ! getargbool 0 'rd.neednet'; then
|
||||
else
|
||||
# NetworkManager
|
||||
. /lib/dracut/hooks/cmdline/99-nm-config.sh
|
||||
if [ -e /usr/lib/systemd/system/NetworkManager-config-initrd.service ]; then
|
||||
systemctl restart NetworkManager-config-initrd.service
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 14:12:31 UTC 2026 - Antonio Feijoo <antonio.feijoo@suse.com>
|
||||
|
||||
- Adapt code to the new initrd services provided by NetworkManager
|
||||
upstream, used in dracut-ng:
|
||||
* ignition-enable-network.service: Also order it before
|
||||
NetworkManager-initrd.service.
|
||||
* ignition-enable-network.sh: This script sets `rd.neednet` in
|
||||
/etc/cmdline.d/40-ignition-neednet.conf after dracut's cmdline
|
||||
hooks run, so it manually sources network-manager's cmdline hook
|
||||
`/lib/dracut/hooks/cmdline/99-nm-config.sh` to call
|
||||
nm-initrd-generator and generate connections. This is done now by
|
||||
NetworkManager-config-initrd.service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 02 12:13:05 UTC 2026 - Ignaz Forster <iforster@suse.com>
|
||||
|
||||
- Update to version 2.25.1:
|
||||
* Bug fixes
|
||||
* Fix OpenStack provider returning empty JSON instead of empty
|
||||
bytes when metadata has no config
|
||||
- Update to version 2.25.0:
|
||||
* Features
|
||||
* The name for custom clevis pins is not validated by Ignition
|
||||
anymore, enabling the use of arbitrary custom pins (3.6.0-exp)
|
||||
* Add NVIDIA BlueField provider
|
||||
* Bug fixes
|
||||
* Fix EnsureGroup to be idempotent when group already exists
|
||||
(#2158)
|
||||
* Fix invalid random source in FIPS 140-only mode in FIPS mode
|
||||
(#2159)
|
||||
* Only load kernel modules when actually necessary so that they
|
||||
can be built-in (#2164)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 14:34:33 UTC 2025 - Ignaz Forster <iforster@suse.com>
|
||||
|
||||
- Update to version 2.24.0:
|
||||
* Features
|
||||
* Add support for nocloud config fetching in kubevirt
|
||||
* Bug fixes
|
||||
* Fix occasional cex.key file removal
|
||||
* Fix multipath partitioning: ignore DM holders when no
|
||||
partitions are mounted
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 13:24:12 UTC 2025 - Ignaz Forster <iforster@suse.com>
|
||||
|
||||
- Update to version 2.23.0:
|
||||
* Features
|
||||
* Support UpCloud
|
||||
* Changes
|
||||
* Switch to aws-sdk-go-v2 for S3 fetches and EC2 interactions
|
||||
*Bug fixes
|
||||
* Fix fetch-offline for Oracle Cloud Infrastructure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 12:56:07 UTC 2025 - Ignaz Forster <iforster@suse.com>
|
||||
|
||||
- Update to version 2.22.0:
|
||||
* Features
|
||||
* Support Oracle Cloud Infrastructure
|
||||
* Changes
|
||||
* Rename ignition.cfg -> 05_ignition.cfg
|
||||
* Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
|
||||
* Warn if setuid/setgid/sticky mode bits specified (3.4.0 -
|
||||
3.5.0)
|
||||
* Add initial TMT tests and a new workflow to execute tests on
|
||||
PRs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 14:08:02 UTC 2025 - Ignaz Forster <iforster@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package ignition
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +18,7 @@
|
||||
|
||||
|
||||
Name: ignition
|
||||
Version: 2.21.0
|
||||
Version: 2.25.1
|
||||
Release: 0
|
||||
Summary: First boot installer and configuration tool
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user