From 241b61dcc0dda46f16515abe905322bab42520d7 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 29 Sep 2022 01:03:08 -0600 Subject: [PATCH] manual: Add 0.3.2 release notes --- manual/src/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual/src/release-notes.md b/manual/src/release-notes.md index f39b662..ff836d8 100644 --- a/manual/src/release-notes.md +++ b/manual/src/release-notes.md @@ -16,6 +16,10 @@ - Post-activation keys are now uploaded after the reboot if `--reboot` is specified ([#113](https://github.com/zhaofengli/colmena/issues/113)). - Flake-enabled deployments now use the new SSH store protocol (`ssh-ng://`). +## [Release 0.3.2](https://github.com/zhaofengli/colmena/releases/tag/v0.3.1) (2022/09/29) + +- Fixed: [Key services](https://colmena.cli.rs/0.3/features/keys.html#key-services) were using the deprecated `inotifyTools` alias removed from `nixos-unstable` ([NixOS/nixpkgs#192681](https://github.com/NixOS/nixpkgs/pull/192681)). + ## [Release 0.3.1](https://github.com/zhaofengli/colmena/releases/tag/v0.3.1) (2022/08/18) - Fixed: Streaming evaluation fails for node names containing periods ([#92](https://github.com/zhaofengli/colmena/issues/92))