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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

add information on release cycle and backports #9004

Merged
merged 3 commits into from Sep 29, 2023

Conversation

fricklerhandwerk
Copy link
Contributor

closes #6063

Motivation

There is currently no information about the release cycle or support status. This is a first attempt at providing it.

Priorities

Add 馃憤 to pull requests you find important.

Co-authored-by: John Ericson <git@JohnEricson.me>
Bugfixes can be backported on request to previous Nix releases.
We typically backport only as far back as the Nix version used in the latest NixOS release, which is announced in the [NixOS release notes](https://nixos.org/manual/nixos/stable/release-notes.html#ch-release-notes).

Backports never skip releases (if a feature is backported to `x.y`, it must also be available in `x.(y+1)`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this is actually a policy we're currently following. Backports are pretty much by request.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not, but @roberth would like to make it such. Declaring it here may be a good start.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's nice in theory, but also potentially a lot of extra work, which might make us more reluctant to backport bug fixes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's really important. If backports skip releases, we are introducing breaking changes.

Copy link
Member

@thufschmitt thufschmitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duh, I can't realize we didn't have that yet 馃槻 thanks for filling that gap!

We can certainly bikeshed this further, but let's merge as a first approximation.

@thufschmitt thufschmitt merged commit 784c7df into NixOS:master Sep 29, 2023
8 checks passed
@06kellyjac
Copy link
Member

nice to see this land 馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

endoflife.date entries for nix and nixos
5 participants