summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-02 18:01:07 +0000
committerGitHub <noreply@github.com>2023-11-02 18:01:07 +0000
commit29efc257c06af6cebc02800d29392718b618d6a2 (patch)
tree7e2dca1171e031569ef2dec1578801b6ac8c98a2 /nixos/doc
parentfefc2e26bb2317bf4c00364deb3cf714d083a844 (diff)
parentedbe9ad5e0a129424abdde36a0124333213fc667 (diff)
downloadnixpkgs-29efc257c06af6cebc02800d29392718b618d6a2.tar
nixpkgs-29efc257c06af6cebc02800d29392718b618d6a2.tar.gz
nixpkgs-29efc257c06af6cebc02800d29392718b618d6a2.tar.bz2
nixpkgs-29efc257c06af6cebc02800d29392718b618d6a2.tar.lz
nixpkgs-29efc257c06af6cebc02800d29392718b618d6a2.tar.xz
nixpkgs-29efc257c06af6cebc02800d29392718b618d6a2.tar.zst
nixpkgs-29efc257c06af6cebc02800d29392718b618d6a2.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index e516e8b1813..ff7268b05ea 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -425,6 +425,8 @@
 
 - `services.hedgedoc` has been heavily refactored, reducing the amount of declared options in the module. Most of the options should still work without any changes. Some options have been deprecated, as they no longer have any effect. See [#244941](https://github.com/NixOS/nixpkgs/pull/244941) for more details.
 
+- The [services.woodpecker-server](#opt-services.woodpecker-server.environmentFile) type was changed to list of paths to be more consistent to the woodpecker-agent module
+
 - The module [services.ankisyncd](#opt-services.ankisyncd.package) has been switched to [anki-sync-server-rs](https://github.com/ankicommunity/anki-sync-server-rs) from the old python version, which was difficult to update, had not been updated in a while, and did not support recent versions of anki.
 Unfortunately all servers supporting new clients (newer version of anki-sync-server, anki's built in sync server and this new rust package) do not support the older sync protocol that was used in the old server, so such old clients will also need updating and in particular the anki package in nixpkgs is also being updated in this release.
 The module update takes care of the new config syntax and the data itself (user login and cards) are compatible, so users of the module will be able to just log in again after updating both client and server without any extra action.