diff options
author | figsoda | 2023-11-21 14:28:43 -0500 |
---|---|---|
committer | figsoda | 2023-11-21 14:34:30 -0500 |
commit | 87cc06983c14876bb56a6a84935d1a3968f35999 (patch) | |
tree | 779c4cd4dcb282ddb09fa64b57c709cc43a8ce10 | |
parent | 0816d1426f0725db57335d974ea6fd3d25a13a4a (diff) |
24.05 is Uakari 24.05-pre
-rw-r--r-- | .github/workflows/periodic-merge-24h.yml | 4 | ||||
-rw-r--r-- | .version | 2 | ||||
-rw-r--r-- | lib/trivial.nix | 2 | ||||
-rw-r--r-- | nixos/doc/manual/release-notes/rl-2405.section.md | 29 |
4 files changed, 35 insertions, 2 deletions
diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml index 32c32397dc08..f56b3a0a5594 100644 --- a/.github/workflows/periodic-merge-24h.yml +++ b/.github/workflows/periodic-merge-24h.yml @@ -38,6 +38,10 @@ jobs: into: staging-next-23.05 - from: staging-next-23.05 into: staging-23.05 + - from: release-23.11 + into: staging-next-23.11 + - from: staging-next-23.11 + into: staging-23.11 name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }} steps: - uses: actions/checkout@v4 diff --git a/.version b/.version index 38549cd85683..420f61e8c7f6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -23.11 +24.05 \ No newline at end of file diff --git a/lib/trivial.nix b/lib/trivial.nix index a89c1aa25b1f..caff77190fde 100644 --- a/lib/trivial.nix +++ b/lib/trivial.nix @@ -195,7 +195,7 @@ rec { On each release the first letter is bumped and a new animal is chosen starting with that new letter. */ - codeName = "Tapir"; + codeName = "Uakari"; /* Returns the current nixpkgs version suffix as string. */ versionSuffix = diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md new file mode 100644 index 000000000000..e2f99c20cfc8 --- /dev/null +++ b/nixos/doc/manual/release-notes/rl-2405.section.md @@ -0,0 +1,29 @@ +# Release 24.05 (“Uakari”, 2024.05/??) {#sec-release-24.05} + +Support is planned until the end of December 2024, handing over to 24.11. + +## Highlights {#sec-release-24.05-highlights} + +In addition to numerous new and upgraded packages, this release has the following highlights: + +<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> + +- Create the first release note entry in this section! + +## New Services {#sec-release-24.05-new-services} + +<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> + +- Create the first release note entry in this section! + +## Backward Incompatibilities {#sec-release-24.05-incompatibilities} + +<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> + +- Create the first release note entry in this section! + +## Other Notable Changes {#sec-release-24.05-notable-changes} + +<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> + +- Create the first release note entry in this section! |