From 9948d7d7df0edb2709d4b6129395c1d7d82ea6893120fbfcc25aa335fc4795cd Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Thu, 20 Apr 2023 18:02:54 +0000 Subject: [PATCH] Accepting request 1080839 from home:malikirri:branches:devel:kubic:ignition - Update to version 5.4.1: * cargo: Afterburn release 5.4.1 OBS-URL: https://build.opensuse.org/request/show/1080839 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/afterburn?expand=0&rev=19 --- _service | 2 +- _servicedata | 2 +- afterburn-5.3.0.tar.xz | 3 - afterburn-5.4.1.tar.xz | 3 + afterburn.changes | 143 +++++++++++++++++++++++++++++++++++++++++ afterburn.spec | 6 +- vendor.tar.xz | 4 +- 7 files changed, 153 insertions(+), 10 deletions(-) delete mode 100644 afterburn-5.3.0.tar.xz create mode 100644 afterburn-5.4.1.tar.xz diff --git a/_service b/_service index 9ee9a00..ef350e7 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git .git afterburn - v5.3.0 + v5.4.1 @PARENT_TAG@ v(.*) enable diff --git a/_servicedata b/_servicedata index a1e0d55..b5cadbf 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/coreos/afterburn.git - a6393f31d0ca996228756a1cdbe41b293006b034 + 5b4a520bab90855258d78b00dbd2209e60ba60c9 https://github.com/JanZerebecki/afterburn.git 104ec25049bf429578c60877c0ea503ee96354e4 \ No newline at end of file diff --git a/afterburn-5.3.0.tar.xz b/afterburn-5.3.0.tar.xz deleted file mode 100644 index a320f0c..0000000 --- a/afterburn-5.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6099c7287e50731610ad2ba96774fee1addf20b217220745355467316dd9ff95 -size 73160 diff --git a/afterburn-5.4.1.tar.xz b/afterburn-5.4.1.tar.xz new file mode 100644 index 0000000..c0e3e0d --- /dev/null +++ b/afterburn-5.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b70ff2c5ac7118047fd212bb28e0312224b66dcaab0b8194a80f6dc46a5f6e +size 80388 diff --git a/afterburn.changes b/afterburn.changes index 16cb43c..aeb8d9b 100644 --- a/afterburn.changes +++ b/afterburn.changes @@ -1,3 +1,146 @@ +------------------------------------------------------------------- +Thu Apr 20 11:02:18 UTC 2023 - miika.alikirri@suse.com + +- Update to version 5.4.1: + * cargo: Afterburn release 5.4.1 + * docs/release-notes: update for release + * build(deps): bump pnet_datalink from 0.31.0 to 0.33.0 + * build(deps): bump pnet_base from 0.31.0 to 0.33.0 + * build(deps): bump serde_json from 1.0.91 to 1.0.92 + * build(deps): bump zbus from 3.7.0 to 3.9.0 + * build(deps): bump anyhow from 1.0.68 to 1.0.69 + * build(deps): bump ipnetwork from 0.19.0 to 0.20.0 + * Sync repo templates ⚙ + * build(deps): bump tokio from 1.24.1 to 1.25.0 + * cargo: add configuration for cargo-vendor-filterer + * cargo: Afterburn release 5.4.0 + * docs/release-notes: update for release + * util: support DHCP option lookup from NetworkManager + * util: factor out retries of DHCP option lookup + * util: refactor DHCP option query helper into an enum + * util: move dns_lease_key_lookup() to a separate module + * cargo: update MSRV to 1.66 + * build(deps): bump reqwest from 0.11.13 to 0.11.14 + * build(deps): bump nix from 0.26.1 to 0.26.2 + * build(deps): bump serde_yaml from 0.9.16 to 0.9.17 + * cargo: update all packages to fix build error + * cargo: continue to support openssh-keys 0.5 + * build(deps): bump openssh-keys from 0.5.0 to 0.6.0 + * cargo: drop serde_derive crate in favor of serde derive feature + * cargo: use consistent declaration syntax for slog dependency + * cargo: drop unused dependencies + * Fix clippy 1.65 lints + * build(deps): bump base64 from 0.13.1 to 0.21.0 + * build(deps): bump tokio from 1.19.2 to 1.24.1 + * workflows: update actions to current major versions + * workflows: replace actions-rs/toolchain with dtolnay/rust-toolchain + * build(deps): bump mailparse from 0.13.8 to 0.14.0 + * build(deps): bump serde from 1.0.151 to 1.0.152 + * build(deps): bump openssl from 0.10.44 to 0.10.45 + * build(deps): bump libsystemd from 0.5.0 to 0.6.0 + * build(deps): bump anyhow from 1.0.66 to 1.0.68 + * build(deps): bump base64 from 0.13.1 to 0.20.0 + * build(deps): bump serde_derive from 1.0.150 to 1.0.151 + * build(deps): bump serde_json from 1.0.89 to 1.0.91 + * build(deps): bump serde_yaml from 0.9.14 to 0.9.16 + * cargo: continue to support base64 0.13 + * cargo: continue to support mailparse 0.13.8 + * build(deps): bump mailparse from 0.13.8 to 0.14.0 + * build(deps): bump mockito from 0.31.0 to 0.31.1 + * build(deps): bump serde from 1.0.148 to 1.0.150 + * build(deps): bump openssl from 0.10.43 to 0.10.44 + * build(deps): bump base64 from 0.13.1 to 0.20.0 + * build(deps): bump nix from 0.25.0 to 0.26.1 + * build(deps): bump vmw_backdoor from 0.2.1 to 0.2.3 + * build(deps): bump serde from 1.0.147 to 1.0.148 + * build(deps): bump serde_json from 1.0.87 to 1.0.89 + * build(deps): bump openssl from 0.10.42 to 0.10.43 + * build(deps): bump reqwest from 0.11.12 to 0.11.13 + * cargo: continue to support clap 3.1 + * cargo: stop enabling LTO in release builds + * providers/ibmcloud: avoid error if an ssh key not found in metadata + * build(deps): bump clap from 3.2.5 to 3.2.23 + * build(deps): bump serde_yaml from 0.9.13 to 0.9.14 + * build(deps): bump anyhow from 1.0.65 to 1.0.66 + * build(deps): bump base64 from 0.13.0 to 0.13.1 + * build(deps): bump serde from 1.0.145 to 1.0.147 + * build(deps): bump serde_json from 1.0.86 to 1.0.87 + * dependabot: permute the label order to flush Dependabot's config cache + * ci: migrate to new directory and method names + * build(deps): bump serde_json from 1.0.85 to 1.0.86 + * workflows: update clippy to 1.64.0 + * build(deps): bump serde from 1.0.144 to 1.0.145 + * build(deps): bump openssl from 0.10.41 to 0.10.42 + * build(deps): bump reqwest from 0.11.11 to 0.11.12 + * Sync repo templates ⚙ + * build(deps): bump anyhow from 1.0.64 to 1.0.65 + * build(deps): bump serde_yaml from 0.9.11 to 0.9.13 + * docs/release-notes: fixed checkin services ordering + * systemd: add explicit ordering, after multi-user.target + * build(deps): bump serde-xml-rs from 0.5.1 to 0.6.0 + * build(deps): bump serde_yaml from 0.9.10 to 0.9.11 + * build(deps): bump anyhow from 1.0.62 to 1.0.64 + * workflows: bump clippy to 1.63.0 + * network: fix clippy 1.63.0 lints + * build(deps): bump serde_json from 1.0.83 to 1.0.85 + * build(deps): bump anyhow from 1.0.61 to 1.0.62 + * build(deps): bump serde_yaml from 0.9.9 to 0.9.10 + * build(deps): bump serde from 1.0.143 to 1.0.144 + * build(deps): bump serde from 1.0.142 to 1.0.143 + * build(deps): bump nix from 0.24.2 to 0.25.0 + * build(deps): bump serde_yaml from 0.9.4 to 0.9.9 + * build(deps): bump anyhow from 1.0.60 to 1.0.61 + * build(deps): bump anyhow from 1.0.59 to 1.0.60 + * build(deps): bump serde_yaml from 0.9.2 to 0.9.4 + * build(deps): bump serde from 1.0.141 to 1.0.142 + * build(deps): bump serde_json from 1.0.82 to 1.0.83 + * Sync repo templates ⚙ + * cargo: allow serde_yaml 0.8 + * dependabot: automatically add "dependency" and "skip-notes" labels to PRs + * Sync repo templates ⚙ + * build(deps): bump serde_yaml from 0.8.26 to 0.9.2 + * build(deps): bump anyhow from 1.0.58 to 1.0.59 + * build(deps): bump serde from 1.0.140 to 1.0.141 + * build(deps): bump serde from 1.0.139 to 1.0.140 + * build(deps): bump nix from 0.24.1 to 0.24.2 + * build(deps): bump serde_yaml from 0.8.25 to 0.8.26 + * cargo: update version ranges for post-1.x deps + * providers: Use inline `format!` in a few places + * *: bump MSRV to 1.58.0 + * build(deps): bump serde_yaml from 0.8.24 to 0.8.25 + * build(deps): bump openssl from 0.10.40 to 0.10.41 + * build(deps): bump serde from 1.0.138 to 1.0.139 + * Sync repo templates ⚙ + * build(deps): bump serde from 1.0.137 to 1.0.138 + * build(deps): bump ipnetwork from 0.19.0 to 0.20.0 + * build(deps): bump serde_json from 1.0.81 to 1.0.82 + * docs: add release notes + * Sync repo templates ⚙ + * Sync repo templates ⚙ + * Sync repo templates ⚙ + * build(deps): bump anyhow from 1.0.57 to 1.0.58 + * templates/release-checklist: delete all .a files from vendor dir + * cargo: update + * cargo: update clap to 3.2.5 + * build(deps): bump reqwest from 0.11.10 to 0.11.11 + * build(deps): bump pnet_datalink from 0.30.0 to 0.31.0 + * build(deps): bump pnet_base from 0.30.0 to 0.31.0 + * copr: mark git checkout as safe + * build(deps): bump pnet_datalink from 0.29.0 to 0.30.0 + * build(deps): bump pnet_base from 0.29.0 to 0.30.0 + * workflows: update issue link + * dependabot: switch to weekly cadence + * ci: mark git checkout as safe + * providers/aws: expose instance availability-zone-id as AWS_AVAILABILITY_ZONE_ID + * github/release-checklist: Fixup path for Windows binaries + * build(deps): bump serde_json from 1.0.80 to 1.0.81 + * build(deps): bump serde_yaml from 0.8.23 to 0.8.24 + * build(deps): bump openssl from 0.10.38 to 0.10.40 + * build(deps): bump serde from 1.0.136 to 1.0.137 + * build(deps): bump serde_json from 1.0.79 to 1.0.80 + * build(deps): bump nix from 0.23.1 to 0.24.1 + * build(deps): bump ipnetwork from 0.18.0 to 0.19.0 + ------------------------------------------------------------------- Mon May 23 12:09:40 UTC 2022 - jan.suse@zerebecki.de diff --git a/afterburn.spec b/afterburn.spec index 389b7c4..eba5ca5 100644 --- a/afterburn.spec +++ b/afterburn.spec @@ -1,7 +1,7 @@ # # spec file for package afterburn # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.3.0 +Version: 5.4.1 Release: 0 Summary: A cloud provider agent License: Apache-2.0 @@ -36,7 +36,7 @@ Patch3: no-network-args.patch ExcludeArch: %ix86 s390x ppc64le BuildRequires: cargo -BuildRequires: rust >= 1.56.0 +BuildRequires: rust >= 1.66.0 BuildRequires: pkgconfig(openssl) %description diff --git a/vendor.tar.xz b/vendor.tar.xz index e20bed5..168c94e 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1be589c74495d7d5e6cb78e2c8a0079815701090f90c84b0e11c7a66665a3c9f -size 11070148 +oid sha256:09b280087b173ae321afea9b1055c1bf0467eff85bfb580f52b97d324a9e2ed9 +size 17397220