From ad86359f9fb830cae18f676cf8b99f498c0971af04d84725872ad3e83a13d61b Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 25 Jul 2019 12:02:53 +0000 Subject: [PATCH] - 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 --- _service | 4 ++-- _servicedata | 2 +- ignition-2.0.0+git20190603.0c1da80.tar.xz | 3 --- ignition-2.0.1+git20190724.e75cf24.tar.xz | 3 +++ ignition.changes | 11 +++++++++++ ignition.spec | 12 +++++++----- 6 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 ignition-2.0.0+git20190603.0c1da80.tar.xz create mode 100644 ignition-2.0.1+git20190724.e75cf24.tar.xz diff --git a/_service b/_service index 68a2db9..3cd8518 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 2.0.0 - 2.0.0+git%cd.%h + 2.0.1 + 2.0.1+git%cd.%h git://github.com/coreos/ignition.git git enable diff --git a/_servicedata b/_servicedata index af44ab6..55d14cc 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/coreos/ignition.git - f3054d67b590480ccb9fee2fe89914d25870ee0f + e75cf24183d7ebb86babf517e69fda6f3ca8f13d \ No newline at end of file diff --git a/ignition-2.0.0+git20190603.0c1da80.tar.xz b/ignition-2.0.0+git20190603.0c1da80.tar.xz deleted file mode 100644 index f7241e9..0000000 --- a/ignition-2.0.0+git20190603.0c1da80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b26f7dfc63dde775e1b971dcf879f9f1ee5a9ddb9faa5cb9432f6d5c35cf61f -size 595020 diff --git a/ignition-2.0.1+git20190724.e75cf24.tar.xz b/ignition-2.0.1+git20190724.e75cf24.tar.xz new file mode 100644 index 0000000..3e1f54e --- /dev/null +++ b/ignition-2.0.1+git20190724.e75cf24.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b985feb74077e2904254f310e45043e943ecd18ccdcdd41e563d2ba4227493 +size 594804 diff --git a/ignition.changes b/ignition.changes index d27dc02..3616560 100644 --- a/ignition.changes +++ b/ignition.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jul 25 07:29:32 UTC 2019 - kukuk@suse.de + +- 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 + ------------------------------------------------------------------- Thu Jun 6 15:32:37 CEST 2019 - kukuk@suse.de diff --git a/ignition.spec b/ignition.spec index af1c808..8735545 100644 --- a/ignition.spec +++ b/ignition.spec @@ -1,7 +1,7 @@ # # spec file for package ignition # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + Name: ignition -Version: 2.0.0+git20190603.0c1da80 +Version: 2.0.1+git20190724.e75cf24 Release: 0 -Group: System/Management Summary: First boot installer and configuration tool License: Apache-2.0 +Group: System/Management URL: https://github.com/coreos/ignition Source: %{name}-%{version}.tar.xz Requires: dracut BuildRequires: dracut -BuildRequires: go BuildRequires: libblkid-devel +BuildRequires: golang(API) >= 1.12 %description Ignition is an utility to manipulate disks and configuration files