summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorVincent Haupert <vincent@yaxi.tech>2023-08-22 15:51:54 +0200
committerVincent Haupert <vincent@yaxi.tech>2023-08-22 15:52:35 +0200
commit388bfcef4a51efb55b2b447d2634d16ce486d32c (patch)
treec1c418912feb1080cc6f0c3a63bc89fa1fe28af4 /nixos/doc/manual/release-notes
parent73babca767015d92e490d8d243abe51ab78db320 (diff)
downloadnixpkgs-388bfcef4a51efb55b2b447d2634d16ce486d32c.tar
nixpkgs-388bfcef4a51efb55b2b447d2634d16ce486d32c.tar.gz
nixpkgs-388bfcef4a51efb55b2b447d2634d16ce486d32c.tar.bz2
nixpkgs-388bfcef4a51efb55b2b447d2634d16ce486d32c.tar.lz
nixpkgs-388bfcef4a51efb55b2b447d2634d16ce486d32c.tar.xz
nixpkgs-388bfcef4a51efb55b2b447d2634d16ce486d32c.tar.zst
nixpkgs-388bfcef4a51efb55b2b447d2634d16ce486d32c.zip
nixos/github-runners: add `nodeRuntimes` option
Diffstat (limited to 'nixos/doc/manual/release-notes')
-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 825b1c5bd40..9f4622d7155 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -199,6 +199,8 @@ The module update takes care of the new config syntax and the data itself (user
 
 - `services.prometheus.exporters` has a new [exporter](https://github.com/hipages/php-fpm_exporter) to monitor PHP-FPM processes, see [#240394](https://github.com/NixOS/nixpkgs/pull/240394) for more details.
 
+- `services.github-runner` / `services.github-runners.<name>` gained the option `nodeRuntimes`. The option defaults to `[ "node20" ]`, i.e., the service supports Node.js 20 GitHub Actions only. The list of Node.js versions accepted by `nodeRuntimes` tracks the versions the upstream GitHub Actions runner supports. See [#249103](https://github.com/NixOS/nixpkgs/pull/249103) for details.
+
 - `programs.gnupg.agent.pinentryFlavor` is now set in `/etc/gnupg/gpg-agent.conf`, and will no longer take precedence over a `pinentry-program` set in `~/.gnupg/gpg-agent.conf`.
 
 - `wrapHelm` now exposes `passthru.pluginsDir` which can be passed to `helmfile`. For convenience, a top-level package `helmfile-wrapped` has been added, which inherits `passthru.pluginsDir` from `kubernetes-helm-wrapped`. See [#217768](https://github.com/NixOS/nixpkgs/issues/217768) for details.