Sync from SUSE:ALP:Source:Standard:1.0 elemental-system-agent revision 438e336a7aac2945ace5c6059c07d640
This commit is contained in:
parent
8ecd7bea73
commit
9172592b3a
4
_service
4
_service
@ -3,8 +3,8 @@
|
|||||||
<param name="url">https://github.com/rancher/system-agent</param>
|
<param name="url">https://github.com/rancher/system-agent</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">v0.3.4</param>
|
<param name="versionformat">v0.3.5</param>
|
||||||
<param name="revision">v0.3.4</param>
|
<param name="revision">v0.3.5</param>
|
||||||
<param name="filename">elemental-system-agent</param>
|
<param name="filename">elemental-system-agent</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/rancher/system-agent</param>
|
<param name="url">https://github.com/rancher/system-agent</param>
|
||||||
<param name="changesrevision">63eb11a35d568c634420643aa1306f459e0f8c07</param></service></servicedata>
|
<param name="changesrevision">806ef425e08933933f92bf574c2a5201107f3b24</param></service></servicedata>
|
BIN
elemental-system-agent-0.3.4.tar.gz
(Stored with Git LFS)
BIN
elemental-system-agent-0.3.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
elemental-system-agent-0.3.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
elemental-system-agent-0.3.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 10:39:13 UTC 2024 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.3.5:
|
||||||
|
* Add interlocks to ensure operations are not interrupted (#150)
|
||||||
|
* Update module github.com/google/go-containerregistry to v0.16.1
|
||||||
|
* Update module github.com/rancher/wharfie to v0.6.2
|
||||||
|
* Update module github.com/urfave/cli/v2 to v2.25.7
|
||||||
|
* Update module github.com/sirupsen/logrus to v1.9.3
|
||||||
|
* Update plugins/manifest Docker tag to v1.4.0
|
||||||
|
* Update module golang.org/x/sync to v0.3.0
|
||||||
|
* Update dependency golangci/golangci-lint to v1.54.2
|
||||||
|
* Update alpine Docker tag to v3.18.3
|
||||||
|
* Update module github.com/mattn/go-colorable to v0.1.13
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 23 10:15:07 UTC 2024 - Klaus Kämpf <kkaempf@suse.com>
|
||||||
|
|
||||||
|
- bump go to 1.21 or later (SURE-7072)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 19 14:36:53 UTC 2024 - kkaempf@suse.com
|
Mon Feb 19 14:36:53 UTC 2024 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: elemental-system-agent
|
Name: elemental-system-agent
|
||||||
%define gitname system-agent
|
%define gitname system-agent
|
||||||
Version: 0.3.4
|
Version: 0.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rancher system agent to apply 'plans' to a system
|
Summary: Rancher system agent to apply 'plans' to a system
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -29,7 +29,7 @@ Source1: vendor.tar.gz
|
|||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: golang(API) >= 1.16
|
BuildRequires: golang(API) >= 1.21
|
||||||
%{go_provides}
|
%{go_provides}
|
||||||
%else
|
%else
|
||||||
%global goipath github.com/rancher/system-agent
|
%global goipath github.com/rancher/system-agent
|
||||||
|
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