Accepting request 934938 from devel:kubic:ignition
- Update to version 2.13.0 - Removed obsolete ignition-rpmlintrc OBS-URL: https://build.opensuse.org/request/show/934938 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=29
This commit is contained in:
commit
41836d53f8
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">2.12.0</param>
|
<param name="version">2.13.0</param>
|
||||||
<param name="revision">v2.12.0</param>
|
<param name="revision">v2.13.0</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>
|
||||||
|
@ -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">02f4e481faf0d5aed0cd173437b3ae7a07a7388c</param>
|
<param name="changesrevision">103783f0d74dafc5fbad38c6de6ff983d0b6aef2</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:690f8f03c9c97f30929f87f4a82b383a8fede6bbb093d6de97e68a8a720e0905
|
|
||||||
size 2282292
|
|
3
ignition-2.13.0.tar.xz
Normal file
3
ignition-2.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91ec0315c37237f2edeb8130722c3715884eeb49baf6c6bf2fc0a3383b07645a
|
||||||
|
size 2291392
|
@ -1,2 +0,0 @@
|
|||||||
# Not meant to be run manually
|
|
||||||
addFilter("suse-missing-rclink")
|
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 01 09:36:14 UTC 2021 - iforster@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.13.0:
|
||||||
|
* news: add notes for 2.13.0
|
||||||
|
* config/v3_4_exp: noProxy entries cannot be null
|
||||||
|
* config/v3_4_exp: mark ignition.version as required
|
||||||
|
* docs/supported-platforms: add some description about Nutanix
|
||||||
|
* providers/nutanix: add Nutanix platform
|
||||||
|
* tests: use umountPath as a thin wrapper around umountPartition
|
||||||
|
* internal/providers: refactor handling of unmounting the mount path
|
||||||
|
* tests: address gostatic-check warning
|
||||||
|
* tests: Add base64 decoding test
|
||||||
|
* Dockerfile.validate: build with Fedora 35
|
||||||
|
* go.mod: update dataurl to 1.0.0
|
||||||
|
* ci: give blackbox tests two hours to run
|
||||||
|
* tests/filesystem: fix umountPartition retry loop
|
||||||
|
* templates: skip vendoring the new version in favor of dependabot
|
||||||
|
* go.mod: update vcontext
|
||||||
|
* providers/virtualbox: read config from /Ignition/Config guest property
|
||||||
|
* stages/filesystems: use mkfs.fat instead of mkfs.vfat
|
||||||
|
* docs/supported-platforms: switch to Afterburn docs URL
|
||||||
|
* docs/supported-platforms: drop reference to platform-specific agents
|
||||||
|
* test: ensure all platforms are documented
|
||||||
|
* docs/supported-platforms: add missing platforms
|
||||||
|
* stages/files: rename `relabelDirsForFile` and add docstring
|
||||||
|
* stages/files: make variable name follow Go convention
|
||||||
|
* docs/supported-platforms: update platform names and URLs
|
||||||
|
* docs/supported-platforms: sort by platform ID
|
||||||
|
* docs/supported-platforms: add platform IDs
|
||||||
|
* docs: Remove default layout from front matter
|
||||||
|
* docs: Do not convert -- & --- to en/em-dash
|
||||||
|
* internal/*: change the location of Ignition report
|
||||||
|
* internal/exec/util: rename FindFirstMissingDirForFile and tweak docs
|
||||||
|
* providers/qemu: start reporting progress reading fw_cfg after 10 s
|
||||||
|
* providers/qemu: optimize fw_cfg read size
|
||||||
|
* ci: use coreos-ci-lib helper for kola testiso
|
||||||
|
* *: gofmt 1.17
|
||||||
|
* workflows: bump Go and golangci-lint
|
||||||
|
* config: update versions in comments
|
||||||
|
- Removed obsolete ignition-rpmlintrc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 23 14:22:10 UTC 2021 - Ignaz Forster <iforster@suse.com>
|
Mon Aug 23 14:22:10 UTC 2021 - Ignaz Forster <iforster@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ignition
|
Name: ignition
|
||||||
Version: 2.12.0
|
Version: 2.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: First boot installer and configuration tool
|
Summary: First boot installer and configuration tool
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -25,7 +25,6 @@ Group: System/Management
|
|||||||
URL: https://github.com/coreos/ignition
|
URL: https://github.com/coreos/ignition
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Source1: ignition-mount-initrd-fstab.service
|
Source1: ignition-mount-initrd-fstab.service
|
||||||
Source2: ignition-rpmlintrc
|
|
||||||
Source3: ignition-suse-generator
|
Source3: ignition-suse-generator
|
||||||
Source4: module-setup.sh
|
Source4: module-setup.sh
|
||||||
Source5: 02_ignition_firstboot
|
Source5: 02_ignition_firstboot
|
||||||
|
Loading…
Reference in New Issue
Block a user