ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/

fix changelog since v1.0.0-alpha.0

+15 -5
+15 -5
CHANGELOG.md
··· 9 9 10 10 ### Added 11 11 12 + - `--handle-unreachable` arg was added. You can use `--handle-unreachable ignore` to 13 + ignore unreachable nodes in the status of the deployment. 14 + 15 + ### Changed 16 + 17 + - Reverted "Wire will now attempt to use SSH ControlMaster by default." 18 + - `show` subcommand looks nicer now. 19 + - `build` step will always build remotely when the node is going to be applied 20 + locally. 21 + 22 + ## [v1.0.0-alpha.0] - 2025-10-22 23 + 24 + ### Added 25 + 12 26 - `--ssh-accept-host` was added. 13 27 - `--on -` will now read additional apply targets from stdin. 14 28 - `{key.name}-key.{path,service}` systemd units where added. 15 29 - `--path` now supports flakerefs (`github:foo/bar`, `git+file:///...`, 16 30 `https://.../main.tar.gz`, etc). 17 31 - `--flake` is now an alias for `--path`. 32 + - Wire will now attempt to use SSH ControlMaster by default. 18 33 - A terminal bell will be output if a sudo / ssh prompt is ever printed. 19 - - `--handle-unreachable` arg was added. You can use `--handle-unreachable ignore` to 20 - ignore unreachable nodes in the status of the deployment. 21 34 22 35 ### Fixed 23 36 ··· 40 53 the .drv is required 41 54 - A node which is going to be applied locally will now never `push` or 42 55 `cleanup`. 43 - - `show` subcommand looks nicer now. 44 - - `build` step will always build remotely when the node is going to be applied 45 - locally. 46 56 47 57 ### Documented 48 58