From 5102aabc10a4b8adac304b39fc0bbbe3ed1cdae8 Mon Sep 17 00:00:00 2001 From: Marien Zwart Date: Mon, 3 Nov 2025 20:58:53 +1100 Subject: [PATCH] doc: move forgejo release note specific to NixOS This setting only matters to users of the Forgejo NixOS module. Move its release note from the Nixpkgs to the NixOS 25.11 "Backward incompatibilities" release notes. --- doc/release-notes/rl-2511.section.md | 2 -- nixos/doc/manual/release-notes/rl-2511.section.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/rl-2511.section.md b/doc/release-notes/rl-2511.section.md index ddb0f3a36b34..7327ef507428 100644 --- a/doc/release-notes/rl-2511.section.md +++ b/doc/release-notes/rl-2511.section.md @@ -137,8 +137,6 @@ - Zig 0.12 has been removed. -- `services.forgejo.dump.age` now defaults to `4w`, which deletes dumps older than 4 weeks. This new behaviour could result in older backups being deleted. - - `ansible-later` has been removed because it was discontinued by the author. - `k3s` airgap images passthru attributes have changed: diff --git a/nixos/doc/manual/release-notes/rl-2511.section.md b/nixos/doc/manual/release-notes/rl-2511.section.md index 24ca7061f630..788e66f1bcd7 100644 --- a/nixos/doc/manual/release-notes/rl-2511.section.md +++ b/nixos/doc/manual/release-notes/rl-2511.section.md @@ -216,6 +216,8 @@ - The non-LTS Forgejo package (`forgejo`) has been updated to 12.0.0. This release contains breaking changes, see the [release blog post](https://forgejo.org/2025-07-release-v12-0/) for all the details and how to ensure smooth upgrades. +- `services.forgejo.dump.age` now defaults to `4w`, which deletes dumps older than 4 weeks. This new behaviour could result in older backups being deleted. + - `sing-box` has been updated to 1.12.3, which includes a number of breaking changes, old configurations may need updating or they will cause the tool to fail to run. See the [change log](https://sing-box.sagernet.org/changelog/#1123) for details and [migration](https://sing-box.sagernet.org/migration/#1120) for how to update old configurations.