-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
NixOS 23.11 — Release Schedule #258640
Comments
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/lets-have-a-great-23-11-release-cycle/33765/1 |
Is this release going to have Python >=3.11 by default ? |
Breaking changes to Release Critical Packages are now restricted. That means the following packages should not receive any more breaking changes:
Note that some breaking changes are still in the staging branch, so the master branch will still receive these changes once they are merged in, but other new breaking changes should be held off until branch-off. |
Apologies if this is the wrong place to ask (yes, I've looked at the Gnome 44 -> 45 PR), but is Gnome 45 aimed for release along with 23.11? I ask primarily because of Gnome Extensions. |
Yes, it is. |
@figsoda @RaitoBezarius Looking for input on whether it would be appropriate to merge at this point. It's not intentionally breaking but the answer may still be no as there's risk? |
Breaking changes are now restricted with the exception of desktop environments. |
The first |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/outdated-package-version-questions-maven-in-this-case/35494/1 |
Will this release support secure boot out of the box? |
No but you can watch #263713 for progress. |
Branch-off has been postponed since the current procedure doesn't work with the recently added branch protection rules. We will try again tomorrow if we manage to get in contact with one of the repository admins. |
Where can I find the instructions to upgrade from nixos 23.05 to 23.11 Also should I just remove the code that I was using to install some packages from the previous unstable aka 23.11
{ config, pkgs, lib, ... }:
let
sources = import ./nix/sources.nix;
lanzaboote = import sources.lanzaboote;
unstable = import
(builtins.fetchTarball https://github.com/nixos/nixpkgs/tarball/master)
# reuse the current configuration
{ config = config.nixpkgs.config; };
in
{
...
} |
|
I did see that article but it seems old as it still refers to 23.05 as the current stable. Should I still follow it? |
@mastermach50 Change the channel name to
Then the usual update commands |
Hi, we are figsoda & Ryan Lahfa, the release managers for NixOS 23.11 ("Tapir").
We're also happy to work with Alejandro Sánchez Medina and Lennart Mühlenmeier, who will be the release editors for this NixOS release.
Below you can find the release calendar for the next two months running up to the planned release at the end of November 2023. If something feels unclear to you, don't hesitate to reach out, we are here to guide the process and make sure this will be a satisfying release for all of us.
Stay tuned for updates!
and 23.11-unstable on master
Definitions
master
intorelease-23.11
backport: release-23.11
tagenableFeatureFreezePing
inmaintainers/team-list.nix
master
branchThe text was updated successfully, but these errors were encountered: