- 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:
Ignaz Forster 2019-05-02 09:14:36 +00:00 committed by Git OBS Bridge
parent 9acb12c335
commit c13820aa38
4 changed files with 19 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="version">0.30.0</param> <param name="version">2.0.0</param>
<param name="versionformat">0.30.0+git%cd.%h</param> <param name="versionformat">2.0.0~beta+git%cd.%h</param>
<param name="url">git://github.com/coreos/ignition.git</param> <param name="url">git://github.com/coreos/ignition.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>

View File

@ -1,6 +1,6 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://github.com/coreos/ignition.git</param> <param name="url">git://github.com/coreos/ignition.git</param>
<param name="changesrevision">ba9a9ba1970fdb4100f13fa24139f909854a76af</param> <param name="changesrevision">6a5e6a653c35e60e79f16234102ab82a7bc3b2c9</param>
</service> </service>
</servicedata> </servicedata>

View File

@ -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 Thu Apr 25 07:40:40 UTC 2019 - kukuk@suse.de

View File

@ -17,7 +17,7 @@
Name: ignition Name: ignition
Version: 0.30.0+git20190424.9212ea6 Version: 2.0.0~beta+git20190429.1eeb201
Release: 0 Release: 0
Group: System/Management Group: System/Management
Summary: First boot installer and configuration tool Summary: First boot installer and configuration tool