-
Notifications
You must be signed in to change notification settings - Fork 70
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
Release 0.18.0 #430
Labels
Comments
This is still waiting on a few things. |
Is there any chance at all that my PR (#289) can make it into this release? |
Yes, that's the plan. |
Actually, let's not hold for #444. If it gets in, great, but it's not super-important that it land in a release immediately. The docs website will update as soon as that PR lands in |
36 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Release checklist:
Tagging:
docs/release-notes.md
. Get them reviewed and mergeddocs/release-notes.md
changes into main[email protected]:coreos/butane.git
)git clean -fdx
)./tag_release.sh <vX.Y.z> <git commit hash>
Fedora packaging:
Version
Release
back to1%{?dist}
go-mods-to-bundled-provides.py | sort
while inside of thebutane
directory you ran./tag_release
from & copy output into spec file in# Main package provides
sectionspectool -g -S butane.spec
kinit [email protected]
fedpkg new-sources $(spectool -S butane.spec | sed 's:.*/::')
fedpkg build
including rawhide.butane
forPackages
link to docs/release-notes.md on GH tag
"Update name
blankType
,Severity
andSuggestion
can be left asunspecified
unless it is a security release. In that case selectsecurity
with the appropriate severity.Stable karma
andUnstable
karma can be set to2
and-1
, respectively.GitHub release:
./signing-ticket.sh test <x.y.z-r> <output-dir>
, wherer
is the Release of the Fedora package without the dist tag (probably1
)./signing-ticket.sh ticket <x.y.z-r>
and paste the output into a releng ticket.docs/release-notes.md
here as well.Quay release:
release
, and confirmcoreos/fcct
repo and wait for a versioned tag to appearrelease
, and confirmRHCOS packaging for the current RHCOS development release:
Version
Release
back to1%{?dist}
go-mods-to-bundled-provides.py | sort
while inside of thebutane
directory you ran./tag_release
from & copy output into spec file in# Main package provides
sectionspectool -g -S butane.spec
kinit [email protected]
rhpkg new-sources $(spectool -S butane.spec | sed 's:.*/::')
rhpkg build
CentOS Stream 9 packaging:
rebase-c9s-butane
issue in the internal team-operations repo and follow the steps thereHousekeeping:
The text was updated successfully, but these errors were encountered: