- Update to version 2.0.0~beta+git20190429.1eeb201:
* build_releases: update for using go mod * news: add news for v2.0.0-beta * doc: mv spec 3.1.0 -> 3.1.0-experimental * contributing.md: add pointer to development guide * doc/operator-notes: add section on config merging * test: turn on docs checking * doc/migrating-configs.md: update for spec 3.0.0 * doc/development.md: update doc for spec 3.0.0 * doc/getting-started.md: update for spec 3.0.0 * doc/examples.md: update for spec 3.0.0 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=15
This commit is contained in:
parent
9acb12c335
commit
c13820aa38
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.30.0</param>
|
||||
<param name="versionformat">0.30.0+git%cd.%h</param>
|
||||
<param name="version">2.0.0</param>
|
||||
<param name="versionformat">2.0.0~beta+git%cd.%h</param>
|
||||
<param name="url">git://github.com/coreos/ignition.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/coreos/ignition.git</param>
|
||||
<param name="changesrevision">ba9a9ba1970fdb4100f13fa24139f909854a76af</param>
|
||||
<param name="changesrevision">6a5e6a653c35e60e79f16234102ab82a7bc3b2c9</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 02 09:14:07 UTC 2019 - kukuk@suse.de
|
||||
|
||||
- Update to version 2.0.0~beta+git20190429.1eeb201:
|
||||
* build_releases: update for using go mod
|
||||
* news: add news for v2.0.0-beta
|
||||
* doc: mv spec 3.1.0 -> 3.1.0-experimental
|
||||
* contributing.md: add pointer to development guide
|
||||
* doc/operator-notes: add section on config merging
|
||||
* test: turn on docs checking
|
||||
* doc/migrating-configs.md: update for spec 3.0.0
|
||||
* doc/development.md: update doc for spec 3.0.0
|
||||
* doc/getting-started.md: update for spec 3.0.0
|
||||
* doc/examples.md: update for spec 3.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 07:40:40 UTC 2019 - kukuk@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ignition
|
||||
Version: 0.30.0+git20190424.9212ea6
|
||||
Version: 2.0.0~beta+git20190429.1eeb201
|
||||
Release: 0
|
||||
Group: System/Management
|
||||
Summary: First boot installer and configuration tool
|
||||
|
Loading…
Reference in New Issue
Block a user