2 Commits

Author SHA256 Message Date
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
Ignaz Forster
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
6 changed files with 21 additions and 7 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.22.0</param>
<param name="revision">v2.22.0</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">687a3e7fce01ce9d09eafb6abc1d0a141e51ef35</param>
</service>
</servicedata>

BIN
ignition-2.21.0.tar.xz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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

@@ -17,7 +17,7 @@
Name: ignition
Version: 2.21.0
Version: 2.22.0
Release: 0
Summary: First boot installer and configuration tool
License: Apache-2.0