Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d9849693e6 | |||
| 9e9a6b15e9 | |||
| 2251e37490 |
6
_service
6
_service
@@ -4,11 +4,11 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">afterburn</param>
|
||||
<param name="revision">v5.8.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">a73f50914beb29de8a286ef89400464b4692d634</param>
|
||||
<!--
|
||||
<param name="versionformat">@PARENT_TAG@.git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
-->
|
||||
<param name="versionformat">@PARENT_TAG@.git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/coreos/afterburn.git</param>
|
||||
<param name="changesrevision">0b34fbff71f084795678f93e5c93848f340cc02f</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">a73f50914beb29de8a286ef89400464b4692d634</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/JanZerebecki/afterburn.git</param>
|
||||
<param name="changesrevision">104ec25049bf429578c60877c0ea503ee96354e4</param></service></servicedata>
|
||||
BIN
afterburn-5.8.2.tar.xz
LFS
BIN
afterburn-5.8.2.tar.xz
LFS
Binary file not shown.
BIN
afterburn-5.9.0.git21.a73f509.tar.xz
LFS
Normal file
BIN
afterburn-5.9.0.git21.a73f509.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 12:59:35 UTC 2025 - Jan Zerebecki <jan.suse@zerebecki.de>
|
||||
|
||||
- Update to version 5.9.0.git21.a73f509:
|
||||
* docs/release-notes: update for release 5.10.0
|
||||
* cargo: update dependencies
|
||||
* microsoft/azure: Add XML attribute alias for serde-xml-rs Fedora compat
|
||||
* docs/release-notes: Add entry for Azure SharedConfig XML parsing fix
|
||||
* microsoft/azure: Fix SharedConfig parsing of XML attributes
|
||||
* microsoft/azure: Mock goalstate.SharedConfig output in tests
|
||||
* providers/azure: switch SSH key retrieval from certs endpoint to IMDS
|
||||
as azure stopped providing keys in the old one, fixes bsc#1250471
|
||||
* build(deps): bump the build group with 8 updates
|
||||
* build(deps): bump slab from 0.4.10 to 0.4.11
|
||||
* build(deps): bump actions/checkout from 4 to 5
|
||||
* upcloud: implement UpCloud provider
|
||||
* build(deps): bump the build group with 4 updates
|
||||
* Sync repo templates ⚙
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 13:02:11 UTC 2025 - jan.suse@zerebecki.de
|
||||
|
||||
- Update to version 5.9.0:
|
||||
* cargo: Afterburn release 5.9.0
|
||||
* docs/release-notes: update for release 5.9.0
|
||||
* cargo: update dependencies
|
||||
* Add TMT test structure and basic smoke test
|
||||
* build(deps): bump openssl from 0.10.72 to 0.10.73
|
||||
* build(deps): bump reqwest from 0.12.15 to 0.12.18
|
||||
* docs/release-notes: Update changelog entry
|
||||
* dracut: Return 255 in module-setup
|
||||
* oraclecloud: add release note and move base URL to constant
|
||||
* oraclecloud: implement oraclecloud provider
|
||||
* build(deps): bump nix from 0.29.0 to 0.30.1
|
||||
* build(deps): bump zbus from 5.7.0 to 5.7.1
|
||||
* build(deps): bump serde-xml-rs from 0.6.0 to 0.8.1
|
||||
* build(deps): bump ipnetwork from 0.20.0 to 0.21.1
|
||||
* build(deps): bump clap from 4.5.38 to 4.5.39
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 08:51:38 UTC 2025 - Jan Zerebecki <jan.suse@zerebecki.de>
|
||||
|
||||
@@ -192,6 +231,7 @@ Wed May 07 15:04:32 UTC 2025 - jan.suse@zerebecki.de
|
||||
* build(deps): bump mockito from 1.1.0 to 1.2.0
|
||||
* providers: add support for scaleway
|
||||
* Move away from deprecated `users` to `uzers`
|
||||
though not vulnerable as unused but lib had CVE-2025-5791
|
||||
* Sync repo templates ⚙
|
||||
* providers/hetzner: add support for Hetzner Cloud
|
||||
* build(deps): bump clap from 4.4.1 to 4.4.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package afterburn
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,7 +21,7 @@
|
||||
%global dracutmodulesdir %(pkg-config --variable=dracutmodulesdir dracut || echo '/usr/lib/dracut/modules.d')
|
||||
|
||||
Name: afterburn
|
||||
Version: 5.8.2
|
||||
Version: 5.9.0.git21.a73f509
|
||||
Release: 0
|
||||
Summary: A cloud provider agent
|
||||
License: Apache-2.0
|
||||
|
||||
BIN
vendor.tar.xz
LFS
BIN
vendor.tar.xz
LFS
Binary file not shown.
Reference in New Issue
Block a user