24.05 is Vicuña

Changed files
+30 -4
.github
lib
nixos
doc
manual
+1 -1
.github/PULL_REQUEST_TEMPLATE.md
··· 24 24 - made sure NixOS tests are [linked](https://nixos.org/manual/nixpkgs/unstable/#ssec-nixos-tests-linking) to the relevant packages 25 25 - [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"`. Note: all changes have to be committed, also see [nixpkgs-review usage](https://github.com/Mic92/nixpkgs-review#usage) 26 26 - [ ] Tested basic functionality of all binary files (usually in `./result/bin/`) 27 - - [24.05 Release Notes](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2405.section.md) (or backporting [23.05](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2305.section.md) and [23.11](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2311.section.md) Release notes) 27 + - [24.11 Release Notes](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2411.section.md) (or backporting [23.11](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2311.section.md) and [24.05](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2405.section.md) Release notes) 28 28 - [ ] (Package updates) Added a release notes entry if the change is major or breaking 29 29 - [ ] (Module updates) Added a release notes entry if the change is significant 30 30 - [ ] (Module addition) Added a release notes entry if adding a new NixOS module
+4
.github/workflows/periodic-merge-24h.yml
··· 39 39 into: staging-next-23.11 40 40 - from: staging-next-23.11 41 41 into: staging-23.11 42 + - from: release-24.05 43 + into: staging-next-24.05 44 + - from: staging-next-24.05 45 + into: staging-24.05 42 46 name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} 43 47 steps: 44 48 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+1 -1
CONTRIBUTING.md
··· 359 359 Here's a brief overview of the main Git branches and what channels they're used for: 360 360 361 361 - `master`: The main branch, used for the unstable channels such as `nixpkgs-unstable`, `nixos-unstable` and `nixos-unstable-small`. 362 - - `release-YY.MM` (e.g. `release-23.11`): The NixOS release branches, used for the stable channels such as `nixos-23.11`, `nixos-23.11-small` and `nixpkgs-23.11-darwin`. 362 + - `release-YY.MM` (e.g. `release-24.05`): The NixOS release branches, used for the stable channels such as `nixos-24.05`, `nixos-24.05-small` and `nixpkgs-24.05-darwin`. 363 363 364 364 When a channel is updated, a corresponding Git branch is also updated to point to the corresponding commit. 365 365 So e.g. the [`nixpkgs-unstable` branch](https://github.com/nixos/nixpkgs/tree/nixpkgs-unstable) corresponds to the Git commit from the [`nixpkgs-unstable` channel](https://channels.nixos.org/nixpkgs-unstable).
+1 -1
lib/.version
··· 1 - 24.05 1 + 24.11
+1 -1
lib/trivial.nix
··· 403 403 On each release the first letter is bumped and a new animal is chosen 404 404 starting with that new letter. 405 405 */ 406 - codeName = "Uakari"; 406 + codeName = "Vicuña"; 407 407 408 408 /** 409 409 Returns the current nixpkgs version suffix as string.
+1
nixos/doc/manual/release-notes/release-notes.md
··· 3 3 This section lists the release notes for each stable version of NixOS and current unstable revision. 4 4 5 5 ```{=include=} sections 6 + rl-2411.section.md 6 7 rl-2405.section.md 7 8 rl-2311.section.md 8 9 rl-2305.section.md
+21
nixos/doc/manual/release-notes/rl-2411.section.md
··· 1 + # Release 24.11 (“????????”, 2024.11/??) {#sec-release-24.11} 2 + 3 + <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> 4 + 5 + ## Highlights {#sec-release-24.11-highlights} 6 + 7 + - Create the first release note entry in this section! 8 + 9 + ## New Services {#sec-release-24.11-new-services} 10 + 11 + - Create the first release note entry in this section! 12 + 13 + ## Backward Incompatibilities {#sec-release-24.11-incompatibilities} 14 + 15 + - Create the first release note entry in this section! 16 + 17 + ## Other Notable Changes {#sec-release-24.11-notable-changes} 18 + 19 + - Create the first release note entry in this section! 20 + 21 + <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->