Skip to content

ISSUE_TEMPLATE: add 'new_release.md' #1002

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

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Changes from all commits
Commits
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
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/new_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: New Nebraska Release
about: Tracking issue for releasing a new Nebraska version.
title: 'Release Nebraska <VERSION>'
labels: "kind/release"
---

## 1. Preparation

- [ ] Update and merge [`CHANGELOG.md`][changelog] to add the released version

## 2. Release

- [ ] `staging` deployment works as expected (basic user actions, Flatcar update payload, etc.)
- [ ] Tag and push the released version (e.g: `git tag -as 2.9.0`)
- [ ] Wait for CI to be green; create a GitHub release associated to the release tag and use the [`CHANGELOG.md`][changelog] content to create the release body
- [ ] Bump both `appVersion` and `version` in [Chart.yaml](https://github.com/flatcar/nebraska/blob/main/charts/nebraska/Chart.yaml), commit and open a PR.

## 3. Announcements

- [ ] Brief version announcement in slack (k8s slack #flatcar) and the Flatcar Matrix channel

[changelog]: https://github.com/flatcar/nebraska/blob/main/CHANGELOG.md
Loading