- Update to version 2.1.1:
* stages/files: don't relabel /home and /root symlinks * tests/filesystems: fix error handling * blackbox tests: don't swallow errors * log: use os.ProcessState.ExitCode instead of unix * travis: bump min go to 1.12 * news: add notes for 2.1.1 * readme: fix links, add validation container docs * Dockerfile: add dockerfile for ignition-validate * news: add news for v2.1.0 * README.md: add details about dracut and branches here * doc/operator-notes: simplify SELinux section * mount: also relabel mount points * util: factor out FindFirstMissingDirForFile function * files: perform relabeling from initrd * doc/examples: Make example file path valid * Rework fetch/resource to automatically append required headers OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=34
This commit is contained in:
parent
6100c02da3
commit
29b985c591
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">2.0.1</param>
|
||||
<param name="versionformat">2.0.1+git%cd.%h</param>
|
||||
<param name="version">2.1.1</param>
|
||||
<param name="revision">v2.1.1</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">a924dd7d11685a30bf79f20ce9fc3ca93860f032</param>
|
||||
<param name="changesrevision">40c0b57b7606bd23210059c5554f151776a1d64b</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33d682813e6241904eea616b0ad738ec37afd4c5fb23182ae37336a4d8aa56f8
|
||||
size 819228
|
3
ignition-2.1.1.tar.xz
Normal file
3
ignition-2.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00115c8a304affc7a294e04699d4dac13ca3554f78e2e75a64b09417c3833847
|
||||
size 818648
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 09:16:22 UTC 2019 - iforster@suse.de
|
||||
|
||||
- Update to version 2.1.1:
|
||||
* stages/files: don't relabel /home and /root symlinks
|
||||
* tests/filesystems: fix error handling
|
||||
* blackbox tests: don't swallow errors
|
||||
* log: use os.ProcessState.ExitCode instead of unix
|
||||
* travis: bump min go to 1.12
|
||||
* news: add notes for 2.1.1
|
||||
* readme: fix links, add validation container docs
|
||||
* Dockerfile: add dockerfile for ignition-validate
|
||||
* news: add news for v2.1.0
|
||||
* README.md: add details about dracut and branches here
|
||||
* doc/operator-notes: simplify SELinux section
|
||||
* mount: also relabel mount points
|
||||
* util: factor out FindFirstMissingDirForFile function
|
||||
* files: perform relabeling from initrd
|
||||
* doc/examples: Make example file path valid
|
||||
* Rework fetch/resource to automatically append required headers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 10:29:29 UTC 2019 - iforster@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ignition
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ignition
|
||||
Version: 2.0.1+git20191112.a924dd7
|
||||
Version: 2.1.1
|
||||
Release: 0
|
||||
Summary: First boot installer and configuration tool
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user