coreos / afterburn

A one-shot cloud provider agent
https://coreos.github.io/afterburn/
Apache License 2.0
200 stars 102 forks source link

Release Afterburn 5.5.1 #1032

Closed mike-nguyen closed 1 month ago

mike-nguyen commented 5 months ago

Release process

This project uses cargo-release in order to prepare new releases, tag and sign the relevant git commit, and publish the resulting artifacts to crates.io. The release process follows the usual PR-and-review flow, allowing an external reviewer to have a final check before publishing.

In order to ease downstream packaging of Rust binaries, an archive of vendored dependencies is also provided (only relevant for offline builds).

Requirements

This guide requires:

Release checklist

These steps show how to release version x.y.z on the origin remote (this can be checked via git remote -av). Push access to the upstream repository is required in order to publish the new tag and the PR branch.

:warning:: if origin is not the name of the locally configured remote that points to the upstream git repository (i.e. git@github.com:coreos/afterburn.git), be sure to assign the correct remote name to the UPSTREAM_REMOTE variable.

CentOS Stream 9 packaging:

mike-nguyen commented 5 months ago

Skipping the RHCOS packages as c9s will be rebuilt into 9.4

travier commented 1 month ago

@mike-nguyen I think this is done now?

mike-nguyen commented 1 month ago

Yes, closing issue.