forked from pool/afterburn
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
95ab8407ca | |||
1c24ad36f5 | |||
ef273b7d75 | |||
c5efd42bc7 | |||
78519f1bbd | |||
e3720eda64 | |||
3607acadfb | |||
c125f8aa3f | |||
f33c146a58 | |||
1e2b36f8db | |||
a284810d2c | |||
9b94f1c0af | |||
3c68561682 | |||
3dc4338361 |
28
0001-Fix-authorized-keys-location-for-OpenSUSE.patch
Normal file
28
0001-Fix-authorized-keys-location-for-OpenSUSE.patch
Normal file
@@ -0,0 +1,28 @@
|
||||
From e184a10df39bb4b4969715305f54b798b74643fc Mon Sep 17 00:00:00 2001
|
||||
From: Robert Schweikert <rjschwei@suse.com>
|
||||
Date: Wed, 7 May 2025 18:36:15 +0200
|
||||
Subject: [PATCH 1/3] Fix authorized keys location for OpenSUSE
|
||||
|
||||
Write the ssh keys to the standard location
|
||||
---
|
||||
src/providers/mod.rs | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/providers/mod.rs b/src/providers/mod.rs
|
||||
index dab07e1..5bbc0a4 100644
|
||||
--- a/src/providers/mod.rs
|
||||
+++ b/src/providers/mod.rs
|
||||
@@ -102,8 +102,8 @@ fn write_ssh_keys(user: User, ssh_keys: Vec<PublicKey>) -> Result<()> {
|
||||
.context("failed to switch user/group")?;
|
||||
|
||||
// get paths
|
||||
- let dir_path = user.home_dir().join(".ssh").join("authorized_keys.d");
|
||||
- let file_name = "afterburn";
|
||||
+ let dir_path = user.home_dir().join(".ssh");
|
||||
+ let file_name = "authorized_keys";
|
||||
let file_path = &dir_path.join(file_name);
|
||||
|
||||
// stringify for logging
|
||||
--
|
||||
2.47.2
|
||||
|
25
0002-Set-the-default-user-to-suse.patch
Normal file
25
0002-Set-the-default-user-to-suse.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
From b8e105f7a7c33540e767fd7c1dbd09f2b69de8d4 Mon Sep 17 00:00:00 2001
|
||||
From: Robert Schweikert <rjschwei@suse.com>
|
||||
Date: Wed, 7 May 2025 18:38:13 +0200
|
||||
Subject: [PATCH 2/3] Set the default user to suse
|
||||
|
||||
---
|
||||
Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 45ac4ae..50600b2 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
DESTDIR ?=
|
||||
PREFIX ?= /usr
|
||||
RELEASE ?= 1
|
||||
-DEFAULT_INSTANCE ?= core
|
||||
+DEFAULT_INSTANCE ?= suse
|
||||
|
||||
ifeq ($(RELEASE),1)
|
||||
PROFILE ?= release
|
||||
--
|
||||
2.47.2
|
||||
|
@@ -1,5 +1,19 @@
|
||||
--- dracut/30afterburn/module-setup.sh.orig
|
||||
+++ dracut/30afterburn/module-setup.sh
|
||||
From 46e60905203165323a5d945d9580b15387445eb3 Mon Sep 17 00:00:00 2001
|
||||
From: Robert Schweikert <rjschwei@suse.com>
|
||||
Date: Wed, 7 May 2025 18:40:21 +0200
|
||||
Subject: [PATCH 3/3] On OpenSUSE do not add to kernel command line
|
||||
|
||||
Networks arguments on the kernel command line are set during image build
|
||||
|
||||
there is no need for another place for a hard coded list.
|
||||
---
|
||||
dracut/30afterburn/module-setup.sh | 4 ----
|
||||
1 file changed, 4 deletions(-)
|
||||
|
||||
diff --git a/dracut/30afterburn/module-setup.sh b/dracut/30afterburn/module-setup.sh
|
||||
index 17c5880..de70f1b 100755
|
||||
--- a/dracut/30afterburn/module-setup.sh
|
||||
+++ b/dracut/30afterburn/module-setup.sh
|
||||
@@ -16,12 +16,8 @@ install() {
|
||||
inst_simple "$moddir/afterburn-hostname.service" \
|
||||
"$systemdutildir/system/afterburn-hostname.service"
|
||||
@@ -13,3 +27,6 @@
|
||||
ln -s "../afterburn-hostname.service" "$initdir/$systemdsystemunitdir/ignition-complete.target.requires/afterburn-hostname.service"
|
||||
- ln -s "../afterburn-network-kargs.service" "$initdir/$systemdsystemunitdir/ignition-complete.target.requires/afterburn-network-kargs.service"
|
||||
}
|
||||
--
|
||||
2.47.2
|
||||
|
5
_service
5
_service
@@ -4,8 +4,11 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">afterburn</param>
|
||||
<param name="revision">v5.4.1</param>
|
||||
<param name="revision">v5.9.0</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">5b4a520bab90855258d78b00dbd2209e60ba60c9</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">f4b291fcebb5995705d71c9a85cea695a8e71e57</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.4.1.tar.xz
(Stored with Git LFS)
BIN
afterburn-5.4.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
afterburn-5.9.0.tar.xz
Normal file
3
afterburn-5.9.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95c2d5a03b6b2af9ff4f77b3815ec2e7a767cd67f244ec07223ddf33c7042605
|
||||
size 101328
|
@@ -1,3 +1,356 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Fix Requires in noarch package to not be arch specific (bsc#1244675)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 09:58:00 UTC 2025 - jan.suse@zerebecki.de
|
||||
|
||||
- Update to version 5.8.2:
|
||||
* cargo: Afterburn release 5.8.2
|
||||
* docs/release-notes: update for release 5.8.2
|
||||
* cargo: update dependencies
|
||||
* cargo: Afterburn release 5.8.1
|
||||
* cargo: Afterburn release 5.8.0
|
||||
* docs/release-notes: update for release 5.8.0
|
||||
* cargo: update dependencies
|
||||
* packit: add initial support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 7 17:00:57 UTC 2025 - Jan Zerebecki <jan.suse@zerebecki.de>
|
||||
|
||||
- Use autosetup for patches, refresh them and rename
|
||||
* fix-authorized-keys-location.patch to 0001-Fix-authorized-keys-location-for-OpenSUSE.patch
|
||||
* set-default-user.patch to 0002-Set-the-default-user-to-suse.patch
|
||||
* no-network-args.patch to 0003-On-OpenSUSE-do-not-add-to-kernel-command-line.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 07 15:52:01 UTC 2025 - jan.suse@zerebecki.de
|
||||
|
||||
- Update to version 5.7.0.git103.bae893c:
|
||||
* Sync repo templates ⚙
|
||||
* build(deps): bump crossbeam-channel from 0.5.13 to 0.5.15
|
||||
* build(deps): bump tokio from 1.40.0 to 1.44.2
|
||||
* build(deps): bump openssl from 0.10.71 to 0.10.72
|
||||
fixes RUSTSEC-2025-0022 AKA CVE-2025-3416
|
||||
* build(deps): bump zbus from 4.4.0 to 5.5.0
|
||||
* mod.rs: Fix clippy lint errors
|
||||
* release-notes.md: add release notes for rust version update
|
||||
* Cargo.toml: bump MSRV to 1.84.1
|
||||
* Fix clippy lint issues
|
||||
* Sync repo templates ⚙
|
||||
* build(deps): bump mockito from 1.6.1 to 1.7.0
|
||||
* build(deps): bump serde_json from 1.0.139 to 1.0.140
|
||||
* build(deps): bump tempfile from 3.17.1 to 3.19.1
|
||||
* build(deps): bump clap from 4.5.31 to 4.5.35
|
||||
* build(deps): bump reqwest from 0.12.12 to 0.12.15
|
||||
* Update release notes.
|
||||
* proxmoxve: Add more context to log messages.
|
||||
* proxmoxve: Remove unneeded fields
|
||||
* proxmoxve: Add tests for static network configuration from cloud-init.
|
||||
* proxmoxve: Add support for static network configuration from cloud-init.
|
||||
* build(deps): bump mailparse from 0.15.0 to 0.16.1
|
||||
* Sync repo templates ⚙
|
||||
* build(deps): bump ring from 0.17.8 to 0.17.13
|
||||
* build(deps): bump anyhow from 1.0.95 to 1.0.96
|
||||
* release notes: add notes for tempfile bump from 3.16.0 to 3.17.1
|
||||
* build(deps): bump serde from 1.0.217 to 1.0.218
|
||||
* build(deps): bump openssl from 0.10.70 to 0.10.71
|
||||
* build(deps): bump tempfile from 3.16.0 to 3.17.1
|
||||
* build(deps): bump serde_json from 1.0.138 to 1.0.139
|
||||
* build(deps): bump clap from 4.5.27 to 4.5.31
|
||||
* add makefile targets for fmt,lint and test
|
||||
* providers/openstack: ignore ec2 metadata if not present
|
||||
* build(deps): bump openssl from 0.10.66 to 0.10.70
|
||||
* build(deps): bump serde_json from 1.0.137 to 1.0.138
|
||||
* build(deps): bump tempfile from 3.14.0 to 3.16.0
|
||||
* build(deps): bump openssl from 0.10.66 to 0.10.69
|
||||
* build(deps): bump ipnetwork from 0.20.0 to 0.21.1
|
||||
* build(deps): bump serde from 1.0.215 to 1.0.217
|
||||
* build(deps): bump serde_json from 1.0.133 to 1.0.137
|
||||
* build(deps): bump anyhow from 1.0.93 to 1.0.95
|
||||
* build(deps): bump clap from 4.5.21 to 4.5.27
|
||||
* build(deps): bump reqwest from 0.12.7 to 0.12.12
|
||||
* Sync repo templates ⚙
|
||||
* Sync repo templates ⚙
|
||||
* build(deps): bump mockito from 1.5.0 to 1.6.1
|
||||
* build(deps): bump serde_json from 1.0.128 to 1.0.133
|
||||
* Sync repo templates ⚙
|
||||
* build(deps): bump clap from 4.5.17 to 4.5.21
|
||||
* build(deps): bump tempfile from 3.12.0 to 3.14.0
|
||||
* build(deps): bump anyhow from 1.0.89 to 1.0.93
|
||||
* build(deps): bump serde from 1.0.210 to 1.0.215
|
||||
* Sync repo templates ⚙
|
||||
* Sync repo templates ⚙
|
||||
* docs: add changelog entry
|
||||
* proxmox: use noop provider if no configdrive
|
||||
* add noop provider
|
||||
* release-notes: remove "upcoming"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 07 15:04:32 UTC 2025 - jan.suse@zerebecki.de
|
||||
|
||||
- Update to version 5.7.0:
|
||||
* cargo: Afterburn release 5.7.0
|
||||
* docs/release-notes: update for release 5.7.0
|
||||
* cargo: update dependencies
|
||||
* dhcp: replace dbus_proxy with proxy, and zbus traits
|
||||
* build(deps): bump zbus from 3.15.2 to 4.4.0
|
||||
* build(deps): bump tempfile from 3.10.1 to 3.12.0
|
||||
* build(deps): bump serde from 1.0.205 to 1.0.210
|
||||
* build(deps): bump serde_json from 1.0.121 to 1.0.127
|
||||
* build(deps): bump reqwest from 0.12.5 to 0.12.7
|
||||
* build(deps): bump uzers from 0.12.0 to 0.12.1
|
||||
* build(deps): bump clap from 4.5.13 to 4.5.16
|
||||
* build(deps): bump serde from 1.0.203 to 1.0.205
|
||||
* build(deps): bump serde_json from 1.0.119 to 1.0.121
|
||||
* build(deps): bump mockito from 1.4.0 to 1.5.0
|
||||
* build(deps): bump openssh-keys from 0.6.3 to 0.6.4
|
||||
* build(deps): bump clap from 4.5.8 to 4.5.13
|
||||
* build(deps): bump openssl from 0.10.64 to 0.10.66
|
||||
* providers/hetzner: private ipv4 addresses in attributes
|
||||
* openstack: Document the two platforms
|
||||
* build(deps): bump zerovec-derive from 0.10.2 to 0.10.3
|
||||
* build(deps): bump zerovec from 0.10.2 to 0.10.4
|
||||
* build(deps): bump nix from 0.27.1 to 0.29.0
|
||||
* build(deps): bump clap from 4.5.7 to 4.5.8
|
||||
* build(deps): bump serde_json from 1.0.117 to 1.0.119
|
||||
* microsoft/azure: allow empty certificate chain in PKCS12 file
|
||||
* proxmoxve: implement proxmoxve provider
|
||||
* providers/hetzner: fix duplicate attribute prefix
|
||||
* build(deps): bump pnet_base from 0.34.0 to 0.35.0
|
||||
* cargo: Afterburn release 5.6.0
|
||||
* docs/release-notes: update for release 5.6.0
|
||||
* cargo: update dependencies
|
||||
* build(deps): bump libflate from 1.4.0 to 2.1.0
|
||||
* build(deps): bump base64 from 0.21.7 to 0.22.1
|
||||
* build(deps): bump uzers from 0.11.3 to 0.12.0
|
||||
* build(deps): bump pnet_datalink from 0.34.0 to 0.35.0
|
||||
* build(deps): bump nix from 0.28.0 to 0.29.0
|
||||
* lint: silence deadcode warnings
|
||||
* lint: address latest lint's from msrv update
|
||||
* workflows/rust: directly update toolchain to 1.75.0
|
||||
* cargo: update msrv to 1.75
|
||||
* Sync repo templates ⚙
|
||||
* build(deps): bump reqwest from 0.12.2 to 0.12.4
|
||||
* build(deps): bump serde from 1.0.197 to 1.0.200
|
||||
* build(deps): bump anyhow from 1.0.81 to 1.0.82
|
||||
* build(deps): bump mailparse from 0.14.1 to 0.15.0
|
||||
* build(deps): bump serde_json from 1.0.115 to 1.0.116
|
||||
* Sync repo templates ⚙
|
||||
* providers: Add "akamai" provider
|
||||
* build(deps): bump h2 from 0.3.24 to 0.3.26
|
||||
* build(deps): bump anyhow from 1.0.79 to 1.0.81
|
||||
* build(deps): bump serde_json from 1.0.113 to 1.0.115
|
||||
* build(deps): bump reqwest from 0.11.24 to 0.12.2
|
||||
* build(deps): bump serde_yaml from 0.9.32 to 0.9.34+deprecated
|
||||
* build(deps): bump mio from 0.8.10 to 0.8.11
|
||||
* build(deps): bump mailparse from 0.14.0 to 0.14.1
|
||||
* build(deps): bump openssl from 0.10.62 to 0.10.64
|
||||
* build(deps): bump nix from 0.27.1 to 0.28.0
|
||||
* build(deps): bump mockito from 1.2.0 to 1.4.0
|
||||
* build(deps): bump tempfile from 3.9.0 to 3.10.1
|
||||
* build(deps): bump serde_yaml from 0.9.31 to 0.9.32
|
||||
* build(deps): bump serde from 1.0.195 to 1.0.197
|
||||
* build(deps): bump h2 from 0.3.23 to 0.3.24
|
||||
* build(deps): bump slog-term from 2.9.0 to 2.9.1
|
||||
* build(deps): bump serde_yaml from 0.9.30 to 0.9.31
|
||||
* build(deps): bump serde_json from 1.0.111 to 1.0.113
|
||||
* build(deps): bump clap from 4.4.16 to 4.4.18
|
||||
* build(deps): bump reqwest from 0.11.23 to 0.11.24
|
||||
* Sync repo templates ⚙
|
||||
* cargo: Afterburn release 5.5.1
|
||||
* docs/release-notes: update for release 5.5.1
|
||||
* cargo: update dependencies
|
||||
* build(deps): bump anyhow from 1.0.75 to 1.0.78
|
||||
* build(deps): bump serde_yaml from 0.9.27 to 0.9.29
|
||||
* build(deps): bump reqwest from 0.11.22 to 0.11.23
|
||||
* build(deps): bump serde_json from 1.0.108 to 1.0.109
|
||||
* build(deps): bump openssl from 0.10.60 to 0.10.62
|
||||
* build(deps): bump tempfile from 3.8.1 to 3.9.0
|
||||
* build(deps): bump clap from 4.4.10 to 4.4.12
|
||||
* build(deps): bump unsafe-libyaml from 0.2.9 to 0.2.10
|
||||
* providers/vmware: add missing public functions for non-amd64
|
||||
* build(deps): bump clap from 4.4.8 to 4.4.10
|
||||
* cargo: Afterburn release 5.5.0
|
||||
* build(deps): bump openssl from 0.10.59 to 0.10.60
|
||||
* Sync repo templates ⚙
|
||||
* docs/release-notes: update for release 5.5.0
|
||||
* cargo: update dependencies
|
||||
* ci: cancel previous build on PR update
|
||||
* build(deps): allow building with libsystemd 0.7.0
|
||||
* providers/vmware: Process guestinfo.metadata netplan configuration
|
||||
* kubevirt: Run afterburn-hostname service
|
||||
* build(deps): bump reqwest from 0.11.20 to 0.11.22
|
||||
* build(deps): bump tempfile from 3.8.0 to 3.8.1
|
||||
* build(deps): bump clap from 4.4.6 to 4.4.7
|
||||
* build(deps): bump serde_json from 1.0.107 to 1.0.108
|
||||
* build(deps): bump serde_yaml from 0.9.25 to 0.9.27
|
||||
* build(deps): bump rustix from 0.37.19 to 0.37.25
|
||||
* build(deps): bump clap from 4.4.2 to 4.4.6
|
||||
* build(deps): bump serde_json from 1.0.105 to 1.0.107
|
||||
* 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
|
||||
* cargo: update MSRV to 1.71
|
||||
* build(deps): bump clap from 4.3.19 to 4.4.1
|
||||
* chore: Get rid of Clippy warnings
|
||||
* cargo: specify required features for nix dependency
|
||||
* build(deps): bump nix from 0.26.2 to 0.27.1
|
||||
* build(deps): bump slog-async from 2.7.0 to 2.8.0
|
||||
* build(deps): bump openssl from 0.10.56 to 0.10.57
|
||||
* build(deps): bump reqwest from 0.11.18 to 0.11.20
|
||||
* build(deps): bump serde from 1.0.185 to 1.0.188
|
||||
* Sync repo templates ⚙
|
||||
* build(deps): bump tempfile from 3.7.1 to 3.8.0
|
||||
* build(deps): bump serde from 1.0.183 to 1.0.185
|
||||
* build(deps): bump anyhow from 1.0.72 to 1.0.75
|
||||
* build(deps): bump serde_json from 1.0.104 to 1.0.105
|
||||
* build(deps): bump openssl from 0.10.55 to 0.10.56
|
||||
* build(deps): bump tempfile from 3.7.0 to 3.7.1
|
||||
* build(deps): bump serde from 1.0.180 to 1.0.183
|
||||
* Sync repo templates ⚙
|
||||
* build(deps): bump serde from 1.0.179 to 1.0.180
|
||||
* build(deps): bump serde_json from 1.0.103 to 1.0.104
|
||||
* build(deps): bump serde from 1.0.175 to 1.0.179
|
||||
* build(deps): bump pnet_datalink from 0.33.0 to 0.34.0
|
||||
* build(deps): bump serde from 1.0.171 to 1.0.175
|
||||
* build(deps): bump clap from 4.3.14 to 4.3.19
|
||||
* build(deps): bump pnet_base from 0.33.0 to 0.34.0
|
||||
* build(deps): bump serde_yaml from 0.9.23 to 0.9.25
|
||||
* build(deps): bump tempfile from 3.6.0 to 3.7.0
|
||||
* build(deps): bump clap from 4.3.11 to 4.3.14
|
||||
* build(deps): bump serde_yaml from 0.9.22 to 0.9.23
|
||||
* build(deps): bump anyhow from 1.0.71 to 1.0.72
|
||||
* build(deps): bump serde_json from 1.0.100 to 1.0.103
|
||||
* Sync repo templates ⚙
|
||||
* build(deps): bump clap from 4.3.10 to 4.3.11
|
||||
* build(deps): bump serde_json from 1.0.99 to 1.0.100
|
||||
* build(deps): bump openssh-keys from 0.6.1 to 0.6.2
|
||||
* build(deps): bump zbus from 3.13.1 to 3.14.1
|
||||
* build(deps): bump clap from 4.3.8 to 4.3.10
|
||||
* build(deps): bump serde from 1.0.164 to 1.0.165
|
||||
* build(deps): bump serde_json from 1.0.96 to 1.0.99
|
||||
* build(deps): bump clap from 4.3.3 to 4.3.8
|
||||
* build(deps): bump serde_yaml from 0.9.21 to 0.9.22
|
||||
* build(deps): bump openssl from 0.10.54 to 0.10.55
|
||||
* build(deps): bump mockito from 1.0.2 to 1.1.0
|
||||
* Sync repo templates ⚙
|
||||
* Sync repo templates ⚙
|
||||
* openstack: Add attribute OPENSTACK_INSTANCE_UUID
|
||||
* build(deps): bump serde from 1.0.163 to 1.0.164
|
||||
* build(deps): bump clap from 4.3.2 to 4.3.3
|
||||
* build(deps): bump tempfile from 3.5.0 to 3.6.0
|
||||
* cargo: Afterburn release 5.4.3
|
||||
* docs/release-notes: update for release 5.4.3
|
||||
* cargo: update dependencies
|
||||
* cargo: allow openssl 0.10.46
|
||||
* build(deps): bump openssl from 0.10.52 to 0.10.54
|
||||
* build(deps): bump openssh-keys from 0.6.0 to 0.6.1
|
||||
* build(deps): bump vmw_backdoor from 0.2.3 to 0.2.4
|
||||
* ci: strip debug symbols
|
||||
* Sync repo templates ⚙
|
||||
* build-sys: Use new tier = 2 for cargo-vendor-filterer
|
||||
* Sync repo templates ⚙
|
||||
* Sync repo templates ⚙
|
||||
* build(deps): bump reqwest from 0.11.17 to 0.11.18
|
||||
* cargo: Afterburn release 5.4.2
|
||||
* docs/release-notes: update for release
|
||||
* docs/release-notes: note Azure SSH regression fix with new openssl
|
||||
* cargo: fix minimum version of openssl crate
|
||||
* build(deps): bump serde from 1.0.162 to 1.0.163
|
||||
* build(deps): bump zbus from 3.12.0 to 3.13.1
|
||||
* build(deps): bump serde from 1.0.160 to 1.0.162
|
||||
* build(deps): bump anyhow from 1.0.70 to 1.0.71
|
||||
* build(deps): bump openssl from 0.10.51 to 0.10.52
|
||||
* build(deps): bump reqwest from 0.11.16 to 0.11.17
|
||||
* build(deps): bump openssl from 0.10.50 to 0.10.51
|
||||
* build(deps): bump enumflags2 from 0.7.5 to 0.7.7
|
||||
* build(deps): bump openssl from 0.10.48 to 0.10.50
|
||||
* build(deps): bump zbus from 3.11.1 to 3.12.0
|
||||
* build(deps): bump serde_json from 1.0.95 to 1.0.96
|
||||
* build(deps): bump h2 from 0.3.15 to 0.3.17
|
||||
* build(deps): bump openssl from 0.10.47 to 0.10.48
|
||||
* microsoft/crypto/mod: replace deprecated function `parse` with `parse2`
|
||||
* build(deps): bump serde from 1.0.159 to 1.0.160
|
||||
* build(deps): bump serde_yaml from 0.9.19 to 0.9.21
|
||||
* build(deps): bump tempfile from 3.4.0 to 3.5.0
|
||||
* build(deps): bump serde from 1.0.158 to 1.0.159
|
||||
* build(deps): bump mockito from 1.0.1 to 1.0.2
|
||||
* Update mockito to 1.0.1
|
||||
* build(deps): bump reqwest from 0.11.15 to 0.11.16
|
||||
* build(deps): bump serde_json from 1.0.94 to 1.0.95
|
||||
* cli: switch to clap derive
|
||||
* cli: add descriptive value names for option arguments in --help
|
||||
* build(deps): bump zbus from 3.11.0 to 3.11.1
|
||||
* build(deps): bump openssl from 0.10.45 to 0.10.47
|
||||
* build(deps): bump reqwest from 0.11.14 to 0.11.15
|
||||
* build(deps): bump serde from 1.0.155 to 1.0.158
|
||||
* build(deps): bump anyhow from 1.0.69 to 1.0.70
|
||||
* cli: have clap require exactly one of --cmdline/--provider
|
||||
* providers/*: move endpoint mocking into retry::Client
|
||||
* retry/client: move URL parsing into helper function
|
||||
* providers/microsoft: import crate::retry
|
||||
* providers/microsoft: use stored client for all fetches
|
||||
* providers/packet: use stored client for boot checkin
|
||||
* build(deps): bump zbus from 3.10.0 to 3.11.0
|
||||
* build(deps): bump serde from 1.0.152 to 1.0.155
|
||||
* Sync repo templates ⚙
|
||||
* docs: Use upstream theme & update to 0.4.1
|
||||
* build(deps): bump serde_json from 1.0.93 to 1.0.94
|
||||
* build(deps): bump serde_yaml from 0.9.17 to 0.9.19
|
||||
* build(deps): bump mockito from 0.32.3 to 0.32.4
|
||||
* build(deps): bump tempfile from 3.3.0 to 3.4.0
|
||||
* initrd: remember to write trailing newline to network kargs file
|
||||
* util: drop obsolete "OEM" terminology
|
||||
* Update to clap 4
|
||||
* build(deps): bump mockito from 0.31.1 to 0.32.3
|
||||
* workflows: update clippy to 1.67
|
||||
* Fix clippy lints
|
||||
* Inline variables into format strings
|
||||
* build(deps): bump zbus from 3.9.0 to 3.10.0
|
||||
* build(deps): bump serde_json from 1.0.92 to 1.0.93
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 09:52:10 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- enable all arches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 23:16:56 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- enable upstream tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 19:15:58 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
- make lint happy about dracut package not being noarch
|
||||
- add afterburn-sshkeys.target to pre/post
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 10:03:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package afterburn
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# 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.4.1
|
||||
Version: 5.9.0
|
||||
Release: 0
|
||||
Summary: A cloud provider agent
|
||||
License: Apache-2.0
|
||||
@@ -29,14 +29,13 @@ URL: https://coreos.github.io/afterburn/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
Patch1: fix-authorized-keys-location.patch
|
||||
Patch2: set-default-user.patch
|
||||
Patch3: no-network-args.patch
|
||||
Patch0: 0001-Fix-authorized-keys-location-for-OpenSUSE.patch
|
||||
Patch1: 0002-Set-the-default-user-to-suse.patch
|
||||
Patch2: 0003-On-OpenSUSE-do-not-add-to-kernel-command-line.patch
|
||||
|
||||
ExcludeArch: %ix86 s390x ppc64le
|
||||
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust >= 1.66.0
|
||||
BuildRequires: rust >= 1.84.1
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
|
||||
%description
|
||||
@@ -45,19 +44,16 @@ Afterburn is a one-shot agent for cloud-like platforms which interacts with prov
|
||||
%package dracut
|
||||
Summary: Dracut modules for afterburn
|
||||
BuildRequires: pkgconfig(dracut)
|
||||
Requires: %{name}%{?_isa} = %{?epoch:}%{version}-%{release}
|
||||
Requires: %{name} = %{?epoch:}%{version}-%{release}
|
||||
Requires: dracut
|
||||
BuildArch: noarch
|
||||
|
||||
%description dracut
|
||||
Dracut module that enables afterburn and corresponding services
|
||||
to run in the initramfs on boot.
|
||||
|
||||
%prep
|
||||
%autosetup -N -a1
|
||||
%patch -P 1 -p1
|
||||
%patch -P 2 -p0
|
||||
%patch -P 3 -p0
|
||||
|
||||
%autosetup -p1 -a1
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
# Remove exec bits to prevent an issue in fedora shebang checking
|
||||
@@ -67,6 +63,10 @@ find vendor -type f -name \*.rs -exec chmod -x '{}' +
|
||||
export RUSTFLAGS="%{rustflags}"
|
||||
cargo build --offline --release
|
||||
|
||||
%check
|
||||
export RUSTFLAGS="%{rustflags}"
|
||||
cargo test --offline --release
|
||||
|
||||
%install
|
||||
install -D -d -m 0755 %{buildroot}%{_bindir}
|
||||
install -D -d -m 0755 %{buildroot}%{_unitdir}
|
||||
@@ -85,16 +85,16 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
|
||||
rm %{buildroot}%{dracutmodulesdir}/30afterburn/afterburn-network-kargs.service
|
||||
|
||||
%pre
|
||||
%service_add_pre %{name}.service %{name}-checkin.service %{name}-firstboot-checkin.service %{name}-sshkeys@.service
|
||||
%service_add_pre %{name}.service %{name}-checkin.service %{name}-firstboot-checkin.service %{name}-sshkeys@.service %{name}-sshkeys.target
|
||||
|
||||
%post
|
||||
%service_add_post %{name}.service %{name}-checkin.service %{name}-firstboot-checkin.service %{name}-sshkeys@.service
|
||||
%service_add_post %{name}.service %{name}-checkin.service %{name}-firstboot-checkin.service %{name}-sshkeys@.service %{name}-sshkeys.target
|
||||
|
||||
%preun
|
||||
%service_del_preun %{name}.service %{name}-checkin.service %{name}-firstboot-checkin.service %{name}-sshkeys@.service
|
||||
%service_del_preun %{name}.service %{name}-checkin.service %{name}-firstboot-checkin.service %{name}-sshkeys@.service %{name}-sshkeys.target
|
||||
|
||||
%postun
|
||||
%service_del_postun %{name}.service %{name}-checkin.service %{name}-firstboot-checkin.service %{name}-sshkeys@.service
|
||||
%service_del_postun %{name}.service %{name}-checkin.service %{name}-firstboot-checkin.service %{name}-sshkeys@.service %{name}-sshkeys.target
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
|
@@ -1,15 +0,0 @@
|
||||
diff --git a/src/providers/mod.rs b/src/providers/mod.rs
|
||||
index f684d22..153d473 100644
|
||||
--- a/src/providers/mod.rs
|
||||
+++ b/src/providers/mod.rs
|
||||
@@ -98,8 +98,8 @@ fn write_ssh_keys(user: User, ssh_keys: Vec<PublicKey>) -> Result<()> {
|
||||
.context("failed to switch user/group")?;
|
||||
|
||||
// get paths
|
||||
- let dir_path = user.home_dir().join(".ssh").join("authorized_keys.d");
|
||||
- let file_name = "afterburn";
|
||||
+ let dir_path = user.home_dir().join(".ssh");
|
||||
+ let file_name = "authorized_keys";
|
||||
let file_path = &dir_path.join(file_name);
|
||||
|
||||
// stringify for logging
|
@@ -1,11 +0,0 @@
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
DESTDIR ?=
|
||||
PREFIX ?= /usr
|
||||
RELEASE ?= 1
|
||||
-DEFAULT_INSTANCE ?= core
|
||||
+DEFAULT_INSTANCE ?= suse
|
||||
|
||||
ifeq ($(RELEASE),1)
|
||||
PROFILE ?= release
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user