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
This commit is contained in:
parent
2d82e205f3
commit
9948d7d7df
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">afterburn</param>
|
||||
<param name="revision">v5.3.0</param>
|
||||
<param name="revision">v5.4.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/coreos/afterburn.git</param>
|
||||
<param name="changesrevision">a6393f31d0ca996228756a1cdbe41b293006b034</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">5b4a520bab90855258d78b00dbd2209e60ba60c9</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/JanZerebecki/afterburn.git</param>
|
||||
<param name="changesrevision">104ec25049bf429578c60877c0ea503ee96354e4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6099c7287e50731610ad2ba96774fee1addf20b217220745355467316dd9ff95
|
||||
size 73160
|
BIN
afterburn-5.4.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
afterburn-5.4.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user