Sync from SUSE:SLFO:Main elemental-system-agent revision c8e857a1b03b2174ef71e2a186717697
This commit is contained in:
parent
59621cb022
commit
7b0721a18f
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/rancher/system-agent</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">v0.3.7</param>
|
||||
<param name="revision">v0.3.7</param>
|
||||
<param name="versionformat">v0.3.9</param>
|
||||
<param name="revision">v0.3.9</param>
|
||||
<param name="filename">elemental-system-agent</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rancher/system-agent</param>
|
||||
<param name="changesrevision">bf4eb096f5a79009badec37f59b16b60c36c191a</param></service></servicedata>
|
||||
<param name="changesrevision">0d64f6e5832177bf8a2d918d4edfb1c8b5ff1f9c</param></service></servicedata>
|
BIN
elemental-system-agent-0.3.7.tar.gz
(Stored with Git LFS)
BIN
elemental-system-agent-0.3.7.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
elemental-system-agent-0.3.9.tar.gz
(Stored with Git LFS)
Normal file
BIN
elemental-system-agent-0.3.9.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 08:57:03 UTC 2024 - fredrik.lonnegren@suse.com
|
||||
|
||||
- Update to version 0.3.9:
|
||||
* Properly install grep and kubectl into the SUC image (#196)
|
||||
* Add default fallback values (`/opt/rke2/bin`, `/opt/bin`) to the PATH if `/usr/local/bin` is read-only (#195)
|
||||
* use bci-base to run zypper then layer the result onto bci-micro (#194)
|
||||
* Change base images to `bci-micro` (#169)
|
||||
* Add CATTLE_AGENT_FALLBACK_PATH
|
||||
* Fix if statement in install.sh
|
||||
* bump Go version to 1.22, kube-related modules to v0.29.7 to eliminate CVEs
|
||||
* Update module github.com/rancher/wharfie to v0.6.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 09:43:52 UTC 2024 - kkaempf@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: elemental-system-agent
|
||||
%define gitname system-agent
|
||||
Version: 0.3.7
|
||||
Version: 0.3.9
|
||||
Release: 0
|
||||
Summary: Rancher system agent to apply 'plans' to a system
|
||||
License: Apache-2.0
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user