Commit graph

23 commits

Author SHA1 Message Date
5b9f644db6
Main: Fix whitespace in arguments list of calls to register_helper 2024-12-24 00:18:26 +01:00
5be5698cd8
Cargo: Bump version to 0.5.0 2024-12-23 17:40:28 +01:00
1378da0a4f
Dependencies: Update to latest 2024-12-23 17:39:32 +01:00
6959e6c3a6
Dependencies: Remove sd_notify 2024-12-23 17:39:11 +01:00
32a2492425
Main: Remove sd_notify feature
This patch removes the call to sd_notify introduced in
f00b7d0133. This is no
longer needed as the idle feature got removed, see the
previous commit.
2024-12-23 17:38:18 +01:00
7f7b6b4e29
Main: Remove idle option
This patch removes the idle option introduced in
e3f83ebe8e. It is no
longer needed as the to be added NixOS module now
uses RuntimeDirectoryPreserve=true.
2024-12-23 17:36:47 +01:00
d818edaee5
Main: Log when secret file has been written 2024-09-12 03:37:45 +02:00
8de12c45cf
Cargo: Bump version to 0.4.0 2024-09-12 03:33:52 +02:00
f00b7d0133
Main: Notify systemd about being ready after writing to the output path via sd_notify
When running in a systemd service with the --idle flag we
want to have systemd's service dependency chain depend on
the templated secret file being written to the output path.
2024-09-12 03:30:14 +02:00
9716019cfb
Dependencies: Add sd_notify 2024-09-12 03:30:01 +02:00
68af29f765
Cargo: Bump version to 0.3.0 2024-09-12 02:54:06 +02:00
e3f83ebe8e
Main: Add command line option to make the process idle indefinitely 2024-09-12 02:53:08 +02:00
7096902052
Main: Rewrite arguments parsing using clap 2024-09-12 02:52:57 +02:00
d248ae29e5
Dependencies: Add clap 2024-09-12 02:52:08 +02:00
117a0b4701
Cargo: Bump version to 0.2.2 2024-09-12 02:18:40 +02:00
6d0b738697
Main: Fix format strings not being format strings
Damn you rust-analyzer for highlighting these things when
not using format! or an equivalent.
2024-09-12 02:17:43 +02:00
6f2d410e5e
Cargo: Bump version to 0.2.1 2024-09-12 02:03:20 +02:00
e02993be2a
Main: Improve error logging for writing to the output path 2024-09-12 02:02:43 +02:00
368e478e59
Cargo: Bump version to 0.2.0 2024-09-12 01:55:37 +02:00
3d2ce7178e
Main: Improve error reporting when failing to read from files 2024-09-12 01:54:55 +02:00
dab8fc1735
Dependencies: Add anyhow 2024-09-12 01:54:43 +02:00
753bbaebec
LICENSE: Initial commit 2024-08-22 18:46:18 +02:00
05042bdbc9
Everywhere: Initial commit 2024-08-22 18:43:28 +02:00