- Update to version 2.0.1+git20190724.e75cf24:

* news: add news for v2.0.1
  * config/v*: run Node.Validate() as well
  * doc/getting-started: rm online validator section
  * providers/aws: get region after getting config.
  * providers: allow FetchConfig to mutate the fetcher
  * release-checklist: fix for new website and jenkins

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=21
This commit is contained in:
2019-07-25 12:02:53 +00:00
committed by Git OBS Bridge
parent 03603a4f92
commit ad86359f9f
6 changed files with 24 additions and 11 deletions

View File

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