Files
ignition/_service
Ignaz Forster 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

15 lines
496 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<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>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>