Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

providers: support for proxmoxve #2

Open
wants to merge 98 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
13f3dd5
providers/vmware: add missing public functions for non-amd64
dongsupark Dec 5, 2023
4e2e74f
build(deps): bump unsafe-libyaml from 0.2.9 to 0.2.10
dependabot[bot] Dec 21, 2023
db75c2c
build(deps): bump clap from 4.4.10 to 4.4.12
dependabot[bot] Jan 1, 2024
1d94e3e
build(deps): bump tempfile from 3.8.1 to 3.9.0
dependabot[bot] Jan 1, 2024
aa6a581
build(deps): bump openssl from 0.10.60 to 0.10.62
dependabot[bot] Jan 1, 2024
b505ea1
build(deps): bump serde_json from 1.0.108 to 1.0.109
dependabot[bot] Jan 1, 2024
78b358c
build(deps): bump reqwest from 0.11.22 to 0.11.23
dependabot[bot] Jan 1, 2024
bded150
build(deps): bump serde_yaml from 0.9.27 to 0.9.29
dependabot[bot] Jan 1, 2024
5c748db
build(deps): bump anyhow from 1.0.75 to 1.0.78
dependabot[bot] Jan 1, 2024
bd85d4e
Merge pull request #1024 from coreos/dependabot/cargo/unsafe-libyaml-…
jlebon Jan 3, 2024
160ada2
Merge pull request #1025 from coreos/dependabot/cargo/clap-4.4.12
jlebon Jan 3, 2024
6c517b7
Merge pull request #1026 from coreos/dependabot/cargo/tempfile-3.9.0
jlebon Jan 3, 2024
736b587
Merge pull request #1027 from coreos/dependabot/cargo/openssl-0.10.62
jlebon Jan 3, 2024
933d93a
Merge pull request #1028 from coreos/dependabot/cargo/serde_json-1.0.109
jlebon Jan 3, 2024
355ef28
Merge pull request #1029 from coreos/dependabot/cargo/reqwest-0.11.23
jlebon Jan 3, 2024
2fb23ec
Merge pull request #1030 from coreos/dependabot/cargo/serde_yaml-0.9.29
jlebon Jan 3, 2024
b9d9448
Merge pull request #1031 from coreos/dependabot/cargo/anyhow-1.0.78
jlebon Jan 3, 2024
bbdaa4f
Merge pull request #1022 from dongsupark/vmware-arm64-unsupported
jlebon Jan 10, 2024
e5d5fa9
cargo: update dependencies
mike-nguyen Jan 12, 2024
57b0738
docs/release-notes: update for release 5.5.1
mike-nguyen Jan 12, 2024
529351d
Merge pull request #1033 from mike-nguyen/pre-release-5.5.1
mike-nguyen Jan 12, 2024
0fdf617
cargo: Afterburn release 5.5.1
mike-nguyen Jan 12, 2024
bec49f2
Merge pull request #1034 from mike-nguyen/release-5.5.1
mike-nguyen Jan 12, 2024
b174b7d
Sync repo templates ⚙
coreosbot Jan 22, 2024
5f29c00
build(deps): bump reqwest from 0.11.23 to 0.11.24
dependabot[bot] Feb 1, 2024
6e3fb14
build(deps): bump clap from 4.4.16 to 4.4.18
dependabot[bot] Feb 1, 2024
eb265c4
build(deps): bump serde_json from 1.0.111 to 1.0.113
dependabot[bot] Feb 1, 2024
d28f2ed
build(deps): bump serde_yaml from 0.9.30 to 0.9.31
dependabot[bot] Feb 1, 2024
3d3c7db
Merge pull request #1035 from coreosbot-releng/repo-templates
prestist Feb 9, 2024
598c321
Merge pull request #1037 from coreos/dependabot/cargo/clap-4.4.18
prestist Feb 9, 2024
2ce668c
Merge pull request #1041 from coreos/dependabot/cargo/serde_yaml-0.9.31
prestist Feb 9, 2024
c0067b5
Merge pull request #1040 from coreos/dependabot/cargo/serde_json-1.0.113
prestist Feb 9, 2024
4b127f9
Merge pull request #1036 from coreos/dependabot/cargo/reqwest-0.11.24
prestist Feb 9, 2024
8f2af58
build(deps): bump slog-term from 2.9.0 to 2.9.1
JanZerebecki Feb 23, 2024
2f952dc
build(deps): bump h2 from 0.3.23 to 0.3.24
JanZerebecki Feb 23, 2024
73143f4
Merge pull request #1045 from JanZerebecki/bump-h2
jlebon Feb 23, 2024
79f9505
Merge pull request #1044 from JanZerebecki/bump-slog-term
jlebon Feb 23, 2024
29e4fde
build(deps): bump serde from 1.0.195 to 1.0.197
dependabot[bot] Feb 23, 2024
3093928
build(deps): bump serde_yaml from 0.9.31 to 0.9.32
dependabot[bot] Mar 1, 2024
3aa72f6
build(deps): bump tempfile from 3.9.0 to 3.10.1
dependabot[bot] Mar 1, 2024
a5a0c63
build(deps): bump mockito from 1.2.0 to 1.4.0
dependabot[bot] Mar 1, 2024
896a993
build(deps): bump nix from 0.27.1 to 0.28.0
dependabot[bot] Mar 1, 2024
9a845e0
build(deps): bump openssl from 0.10.62 to 0.10.64
dependabot[bot] Mar 1, 2024
36a883f
Merge pull request #1046 from coreos/dependabot/cargo/serde-1.0.197
prestist Mar 22, 2024
5026794
Merge pull request #1053 from coreos/dependabot/cargo/openssl-0.10.64
prestist Mar 22, 2024
e7abb24
Merge pull request #1051 from coreos/dependabot/cargo/nix-0.28.0
prestist Mar 22, 2024
95825ef
Merge pull request #1050 from coreos/dependabot/cargo/mockito-1.4.0
prestist Mar 22, 2024
c7037ef
Merge pull request #1049 from coreos/dependabot/cargo/tempfile-3.10.1
prestist Mar 22, 2024
92a4d42
Merge pull request #1048 from coreos/dependabot/cargo/serde_yaml-0.9.32
prestist Mar 22, 2024
5bf7d4f
build(deps): bump mailparse from 0.14.0 to 0.14.1
dependabot[bot] Mar 22, 2024
508a9c3
build(deps): bump mio from 0.8.10 to 0.8.11
dependabot[bot] Mar 22, 2024
5b7bd1e
Merge pull request #1038 from coreos/dependabot/cargo/mailparse-0.14.1
prestist Mar 22, 2024
629827d
build(deps): bump serde_yaml from 0.9.32 to 0.9.34+deprecated
dependabot[bot] Apr 1, 2024
86abbc9
build(deps): bump reqwest from 0.11.24 to 0.12.2
dependabot[bot] Apr 1, 2024
f4ab859
build(deps): bump serde_json from 1.0.113 to 1.0.115
dependabot[bot] Apr 1, 2024
b583afc
build(deps): bump anyhow from 1.0.79 to 1.0.81
dependabot[bot] Apr 1, 2024
f0a9a0e
Merge pull request #1061 from coreos/dependabot/cargo/anyhow-1.0.81
prestist Apr 8, 2024
4c9903f
Merge pull request #1060 from coreos/dependabot/cargo/serde_json-1.0.115
prestist Apr 8, 2024
24e4cee
Merge pull request #1059 from coreos/dependabot/cargo/reqwest-0.12.2
prestist Apr 8, 2024
c08a829
Merge pull request #1054 from coreos/dependabot/cargo/mio-0.8.11
prestist Apr 8, 2024
99b29fd
build(deps): bump h2 from 0.3.24 to 0.3.26
dependabot[bot] Apr 8, 2024
c58416c
Merge pull request #1055 from coreos/dependabot/cargo/serde_yaml-0.9.…
prestist Apr 8, 2024
ff6b1c5
Merge pull request #1063 from coreos/dependabot/cargo/h2-0.3.26
prestist Apr 8, 2024
bacbf84
providers: Add "akamai" provider
Apr 1, 2024
f918f4c
Merge pull request #1062 from nesv/providers.akamai
jlebon Apr 20, 2024
8b4af08
Sync repo templates ⚙
coreosbot Apr 24, 2024
f1c93ed
Merge pull request #1064 from coreosbot-releng/repo-templates
travier Apr 29, 2024
8d70ecb
build(deps): bump serde_json from 1.0.115 to 1.0.116
dependabot[bot] May 1, 2024
76dab37
build(deps): bump mailparse from 0.14.1 to 0.15.0
dependabot[bot] May 1, 2024
e669a87
build(deps): bump anyhow from 1.0.81 to 1.0.82
dependabot[bot] May 1, 2024
729b380
build(deps): bump serde from 1.0.197 to 1.0.200
dependabot[bot] May 1, 2024
6e301fe
build(deps): bump reqwest from 0.12.2 to 0.12.4
dependabot[bot] May 1, 2024
b9ac486
Sync repo templates ⚙
coreosbot May 13, 2024
cf21141
Merge pull request #1072 from coreos/dependabot/cargo/reqwest-0.12.4
prestist May 20, 2024
d9644a1
Merge pull request #1071 from coreos/dependabot/cargo/serde-1.0.200
prestist May 20, 2024
4366fb3
Merge pull request #1070 from coreos/dependabot/cargo/anyhow-1.0.82
prestist May 20, 2024
4346109
Merge pull request #1068 from coreos/dependabot/cargo/mailparse-0.15.0
prestist May 20, 2024
7f45f86
Merge pull request #1067 from coreos/dependabot/cargo/serde_json-1.0.116
prestist May 20, 2024
67510c1
Merge pull request #1075 from coreosbot-releng/repo-templates
prestist May 20, 2024
cd242c6
cargo: update msrv to 1.75
prestist Jun 14, 2024
e4893f5
workflows/rust: directly update toolchain to 1.75.0
prestist Jun 14, 2024
c879642
lint: address latest lint's from msrv update
prestist Jun 14, 2024
3e71484
lint: silence deadcode warnings
prestist Jun 14, 2024
39c4c05
Merge pull request #1084 from prestist/update-MSRV
prestist Jun 17, 2024
4d4b69b
build(deps): bump nix from 0.28.0 to 0.29.0
dependabot[bot] Jun 17, 2024
349292c
build(deps): bump pnet_datalink from 0.34.0 to 0.35.0
dependabot[bot] Jun 17, 2024
7d3346e
Merge pull request #1082 from coreos/dependabot/cargo/nix-0.29.0
prestist Jun 17, 2024
af8a57f
build(deps): bump base64 from 0.21.7 to 0.22.1
dependabot[bot] Jun 17, 2024
6aee0d6
build(deps): bump libflate from 1.4.0 to 2.1.0
dependabot[bot] Jun 17, 2024
dc3d509
Merge pull request #1081 from coreos/dependabot/cargo/pnet_datalink-0…
prestist Jun 18, 2024
c8cbe65
Merge pull request #1073 from coreos/dependabot/cargo/base64-0.22.1
prestist Jun 18, 2024
04cec14
Merge pull request #1069 from coreos/dependabot/cargo/libflate-2.1.0
prestist Jun 18, 2024
91392b4
cargo: update dependencies
prestist Jun 18, 2024
3f824be
docs/release-notes: update for release 5.6.0
prestist Jun 18, 2024
9c3f186
Merge pull request #1086 from prestist/pre-release-5.6.0
prestist Jun 18, 2024
aa1be7d
cargo: Afterburn release 5.6.0
prestist Jun 18, 2024
a9a70f2
Merge pull request #1087 from coreos/release-5.6.0
prestist Jun 18, 2024
a92c78d
proxmoxve: implement proxmoxve provider
arcln Jun 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ Push access to the upstream repository is required in order to publish the new t
- [ ] run `kinit [email protected]`
- [ ] run `fedpkg new-sources $(spectool -S rust-afterburn.spec | sed 's:.*/::')`
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/rust-afterburn)
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f38) then push those, for example:
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f40) then push those, for example:
```bash
git checkout rawhide
git pull --ff-only
git checkout f38
git checkout f40
git merge --ff-only rawhide
git push origin f38
git push origin f40
```
- [ ] on each of those branches run `fedpkg build`
- [ ] once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
env:
CARGO_TERM_COLOR: always
# Pinned toolchain for linting
ACTIONS_LINTS_TOOLCHAIN: 1.71.0
ACTIONS_LINTS_TOOLCHAIN: 1.75.0

jobs:
tests-stable:
Expand Down
Loading
Loading