Skip to content

Commit

Permalink
Merge pull request #40 from frelon/update-system-agent-3.9
Browse files Browse the repository at this point in the history
Update system-agent to 0.3.9
  • Loading branch information
frelon authored Sep 30, 2024
2 parents 5c09bd9 + 7e809aa commit 77c1206
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions elemental-system-agent/_service
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion elemental-system-agent/_servicedata
Original file line number Diff line number Diff line change
@@ -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>
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions elemental-system-agent/elemental-system-agent.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Sep 30 08:57:03 UTC 2024 - [email protected]

- 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 - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion elemental-system-agent/elemental-system-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified elemental-system-agent/vendor.tar.gz
Binary file not shown.

0 comments on commit 77c1206

Please sign in to comment.