You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will not be so crucial with release branches, but is nonetheless sensible as it will make it easier to cherry-pick any release-related bugfixes from main into the release branch.
End of the release cycle (Release day)
Technical tasks
Create release branches for docker-images (see stackable-utils for script to create branches)
Create release tag(s) for docker-images (see stackable-utils for scripts to create tags)
Create release branches for operators (see stackable-utils for script to create branches)
Create release tag(s) for operators (see stackable-utils for scripts to create tags)
Marketing tasks can now reference published documentation.
Marketing tasks
Write marketing / customer oriented release summary to be published in the marketing channels
Update the homepage banner (as long as we have it) to point to the new release
Write a blogpost / news article announcing the new release (optional)
Write a description of new demos for homepage/demos section
Announce Release in Newsletter (optional)
Produce a release highlight video (optional)
Announce Release on Hacker News (optional)
Post an announcement in the GitHub Discussions Announcement forum and make it a pinned discussion while at the same time removing the old pinned thread
Post an announcement in Discord
Post an announcement on DOK Community in the #be-shameless Channel (Ping Lars or Jim)
Post an announcement via OSBA (Ping Lars)
Send announcement to Kubernetes Podcast (Ping Lars)
Send announcement to Heise
Ping the stackable-ionos-tech channel or anyone responsible once all tags are created
Post-release tasks
Update the list of supported SDP versions in Jira @Jimvin
Bump Rust version. This can be done in this file by changing rust_version and also for the ubi base image here. Please be aware that this action will change it for all repositories at the same time (when merging the templating PRs).
Check/bump versions of kube-rs and k8s-openapi (also checking the version of k8s we build against)
Stackable Release 24.7
Important
Important dates:
Known issues
secret-provisioner-tls-caneeds to move to thestackable-operatorsnamespace (see issue in stretch goals).Release checklists
General pre-requisites (before feature freeze)
Other release-specific pre-requisites
Feature freeze
This will not be so crucial with release branches, but is nonetheless sensible as it will make it easier to cherry-pick any release-related bugfixes from main into the release branch.
End of the release cycle (Release day)
Technical tasks
releases.yamlDocumentation tasks
Upgrade guide: List dropped supported operators (if there are some)home:from refs documentation#637Marketing tasks can now reference published documentation.
Marketing tasks
Announce Release in Newsletter (optional)Produce a release highlight video (optional)Announce Release on Hacker News (optional)Post an announcement on DOK Community in the #be-shameless Channel (Ping Lars or Jim)Post an announcement via OSBA (Ping Lars)Send announcement to Kubernetes Podcast (Ping Lars)Send announcement to HeisePost-release tasks
rust_versionand also for the ubi base image here. Please be aware that this action will change it for all repositories at the same time (when merging the templating PRs).Add branch protection to release branches once they are stableModify the release process to avoid branch protection errors stackable-utils#81