10 Commits

Author SHA256 Message Date
e4e7a9df3a Accepting request 1328545 from devel:kubic:ignition
OBS-URL: https://build.opensuse.org/request/show/1328545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=55
2026-01-22 14:12:22 +00:00
5ba4662b72 Fix compatibility with dracut-ng. Similar patches were applied to combustion.
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=145
2026-01-21 15:41:11 +00:00
1541cbe98b Accepting request 1325115 from devel:kubic:ignition
- 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)

OBS-URL: https://build.opensuse.org/request/show/1325115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=54
2026-01-03 16:26:13 +00:00
2cb3902c8d - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=143
2026-01-02 12:20:05 +00:00
3d2df31d4c Accepting request 1312438 from devel:kubic:ignition
- 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

OBS-URL: https://build.opensuse.org/request/show/1312438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=53
2025-10-23 14:35:15 +00:00
d8321a2645 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=141
2025-10-20 14:47:00 +00:00
606b6b27a4 Accepting request 1305210 from devel:kubic:ignition
- 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

OBS-URL: https://build.opensuse.org/request/show/1305210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=52
2025-09-17 14:43:06 +00:00
6d03d6f8ab - 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

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=139
2025-09-16 13:29:56 +00:00
ea0f423a55 Accepting request 1294836 from devel:kubic:ignition
- 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

OBS-URL: https://build.opensuse.org/request/show/1294836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=51
2025-07-23 14:31:53 +00:00
65b96e46a3 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=137
2025-07-21 13:02:54 +00:00
8 changed files with 83 additions and 9 deletions

View File

@@ -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>

View File

@@ -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>

Binary file not shown.

3
ignition-2.25.1.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efcaf37ab31c183b8e8ea28c444215d7dce0fd07182a876305e5d4d5fa529db7
size 4648488

View File

@@ -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

View File

@@ -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

View File

@@ -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>

View File

@@ -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