From 005bfba5e2765ab3951d7bccc103a2adad7ee068 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 1 Jul 2022 16:31:13 -0700 Subject: [PATCH] manual/release-notes: Mention nodeSpecialArgs --- manual/src/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/src/release-notes.md b/manual/src/release-notes.md index d6d00ad..450e9d8 100644 --- a/manual/src/release-notes.md +++ b/manual/src/release-notes.md @@ -9,6 +9,7 @@ - GC roots are now created right after the builds are complete, as opposed to after activation. - The [`meta.allowApplyAll`](./reference/meta.md#allowapplyall) option has been added. If set to false, deployments without a node filter (`--on`) are disallowed. - The `--no-substitutes` option under the `apply` subcommand has been renamed to `--no-substitute` ([#59](https://github.com/zhaofengli/colmena/issues/59)). +- The [`meta.nodeSpecialArgs`](./reference/meta.md#nodespecialargs) option has been added. It allows specifying node-specific `specialArgs` passed to NixOS modules ([#100](https://github.com/zhaofengli/colmena/pull/100)). ## [Release 0.3.0](https://github.com/zhaofengli/colmena/releases/tag/v0.3.0) (2022/04/27)