Sync from SUSE:ALP:Source:Standard:1.0 elemental-agent revision 963ca21ca27aa5fe62a089b4f3939bb1
This commit is contained in:
parent
3569cd7ae9
commit
0ed392accb
5
_service
5
_service
@ -5,8 +5,9 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">elemental-agent</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||
<param name="versionrewrite-pattern">v([^-]+)-?.*(\+git.*)</param>
|
||||
<param name="versionrewrite-replacement">\1\2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="extract">.obs/specfile/elemental-agent.spec</param>
|
||||
<param name="extract">.obs/specfile/elemental-agent.rpmlintrc</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rancher-sandbox/cluster-api-provider-elemental</param>
|
||||
<param name="changesrevision">ad2962ae2701f65a7b25004c28318e648188c4dc</param></service></servicedata>
|
||||
<param name="changesrevision">4482c01d3274c0253b509526dd824af00ac39caa</param></service></servicedata>
|
BIN
elemental-agent-0.3.0.obscpio
(Stored with Git LFS)
BIN
elemental-agent-0.3.0.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
elemental-agent-0.5.0+git20240729.4482c01.obscpio
(Stored with Git LFS)
Normal file
BIN
elemental-agent-0.5.0+git20240729.4482c01.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 07 13:32:15 UTC 2024 - dcassany@suse.com
|
||||
|
||||
- Update to version 0.5.0+git20240729.4482c01:
|
||||
* Fix rke2 cluster class (#80)
|
||||
* Fix rootfs layout (#76)
|
||||
* Exclude cloud-config-defaults feature (#75)
|
||||
* Use toolkit nightly builds (#74)
|
||||
* Align images to Elemental dev (#73)
|
||||
* Only use essential elemental services (#71)
|
||||
* Actualyze elemental init arguments and improve iso build setup (#70)
|
||||
* Fix missing mtools dependency (#68)
|
||||
* Unify root password
|
||||
* Prevent associating multiple ElementalHosts (#65)
|
||||
* Remove CodeQL github action workaround (#66)
|
||||
* upgrade elemental-toolkit to 2.1.0 version (#61)
|
||||
* tests: align Ginkgo version in the Makefile (#63)
|
||||
* Dockerfiles: ensure /usr/libexec is present on the image FS (#64)
|
||||
* minor/setup_kind_cluster.sh: print the command to write the my-config.yaml (#62)
|
||||
* Fix RKE2 ClusterClass and RKE2 default registration method (#60)
|
||||
* Remove unused Codecov config (#59)
|
||||
* Actualize RKE2 templates (#58)
|
||||
* Remove CodeCov action (#57)
|
||||
* Update codeql action (#56)
|
||||
* Display host phases (#51)
|
||||
* Bump CAPI version (#54)
|
||||
* Print test agent config by default (#55)
|
||||
* Deprecate release-action (#53)
|
||||
* Display association status (#49)
|
||||
* Add registration ready condition (#50)
|
||||
* Prevent kubelet and containerd from running in Recovery (#43)
|
||||
* Mitigate time sync issues on JWT validation (#41)
|
||||
* Improve kubeadm image (#39)
|
||||
* Update dependencies and fix CodeQL failure (#36)
|
||||
* Update to go 1.22 (#32)
|
||||
* Update k3s provider urls (#34)
|
||||
* Remove tumbleweed dracut patches (#33)
|
||||
* Refer to CONTROL_PLANE_ENDPOINT_HOST
|
||||
* Update metadata.yaml
|
||||
* Update quickstart (#30)
|
||||
* Remove uninitialized taint from nodes (#29)
|
||||
* Set providerid on nodes (#22)
|
||||
* Bump yip to v1.4.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 04 15:52:15 UTC 2023 - dcassany@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: elemental-agent
|
||||
version: 0.3.0
|
||||
mtime: 1701705065
|
||||
commit: 7bccd4c8ada58a906c007d456af1fbad303a7da4
|
||||
version: 0.5.0+git20240729.4482c01
|
||||
mtime: 1722247313
|
||||
commit: 4482c01d3274c0253b509526dd824af00ac39caa
|
||||
|
@ -18,7 +18,7 @@
|
||||
%define pluginsdir /usr/lib/elemental/plugins
|
||||
|
||||
Name: elemental-agent
|
||||
Version: 0.3.0
|
||||
Version: 0.5.0+git20240729.4482c01
|
||||
Release: 0
|
||||
Summary: Elemental CAPI agent
|
||||
License: Apache-2.0
|
||||
@ -31,7 +31,7 @@ Requires: elemental-plugin
|
||||
|
||||
BuildRequires: make
|
||||
|
||||
BuildRequires: golang(API) >= 1.21
|
||||
BuildRequires: golang(API) >= 1.22
|
||||
BuildRequires: golang-packaging
|
||||
%{go_provides}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user