Sync from SUSE:SLFO:Main elemental-toolkit revision 97b0765833b7f2f58de7cf5093f00ee8
This commit is contained in:
parent
2a07df8952
commit
dd47f48c29
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="filename">elemental-toolkit</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v2.0.x</param>
|
||||
<param name="revision">v2.1.x</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -5,4 +5,4 @@
|
||||
<param name="url">https://github.com/rancher/elemental-cli.git</param>
|
||||
<param name="changesrevision">0e836a9dcd20f160d22b061ef70f724c370a90cc</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/rancher/elemental-toolkit.git</param>
|
||||
<param name="changesrevision">c8489143da49a865a90b06749e3baf2a1b2468c4</param></service></servicedata>
|
||||
<param name="changesrevision">099894e7a4cac1d0a774645c28eb59da113811de</param></service></servicedata>
|
BIN
elemental-toolkit-2.0.0.obscpio
(Stored with Git LFS)
BIN
elemental-toolkit-2.0.0.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
elemental-toolkit-2.1.0.obscpio
(Stored with Git LFS)
Normal file
BIN
elemental-toolkit-2.1.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 08:44:39 UTC 2024 - fredrik.lonnegren@suse.com
|
||||
|
||||
- Update to version 2.1.0:
|
||||
* Make squashfs defaults more consistent
|
||||
* Snapshottable recovery system (#2032)
|
||||
* Change description of boot assessment service (#2037)
|
||||
* Remove empty mount paths (#2036)
|
||||
* Wait for relevant elemental init stages
|
||||
* Fix the fix (#2033)
|
||||
* Backwards compatible recovery boot configuration
|
||||
* Fix doc typo
|
||||
* Iterate over passive snapshots on boot-assessment
|
||||
* Skip symlink if kernel already exists (#2028)
|
||||
* docs: fix build-iso example (#2026)
|
||||
* Update github.com/canonical/go-efilib (#2019)
|
||||
* make configurable boot-assessment checks (#2018)
|
||||
* Turn off smm test
|
||||
* Turn off secure boot test
|
||||
* Use 2M firmware args
|
||||
* Use secure boot firmware
|
||||
* Change test ISO firmware
|
||||
* Use ContainSubstring
|
||||
* Test qemu secure boot
|
||||
* Fix passive snapshots listing in grub.cfg
|
||||
* Bump github.com/docker/docker (#2020)
|
||||
* Extract recovery kernel (#2016)
|
||||
* Change location of bootargs.conf (#2013)
|
||||
* Use elemental instead of cos (#2014)
|
||||
* Remove flaky assert in downgrade test
|
||||
* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#2009)
|
||||
* Remove deprecated feature immutable-rootfs (#2007)
|
||||
* Bump github.com/docker/docker (#2006)
|
||||
* Bump google/go-containerregistry (#2005)
|
||||
* Fix downgrade tests, there are no hooks when upgrading from passive
|
||||
* Fix version check
|
||||
* Fix recovery test
|
||||
* Fix downgrade test
|
||||
* Use v2.0.0 reference image for tests
|
||||
* Switches tests to Ubuntu and KVM for tests
|
||||
* Update v2 linker args (#2000)
|
||||
* Fix unterminated quoted string (#1999)
|
||||
* Tagging for new development version 2.1.0-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 13:52:43 UTC 2024 - dcassany@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: elemental-toolkit
|
||||
version: 2.0.0
|
||||
mtime: 1711103479
|
||||
commit: c8489143da49a865a90b06749e3baf2a1b2468c4
|
||||
version: 2.1.0
|
||||
mtime: 1712824817
|
||||
commit: 099894e7a4cac1d0a774645c28eb59da113811de
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elemental-toolkit
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: The command line client for Elemental
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user