Releases: fedora-infra/siguldry
sigul-pesign-bridge 0.2.1
sigul-pesign-bridge 0.2.0
[0.2.0] - 2025-01-16
Added
-
A changelog file.
-
A cargo xtask to generate a manual page (#13).
-
Two new CLI arguments which were previously undocumented environment variables:
the--log-filter
option is available on the root command and can also be specified
with theSIGUL_PESIGN_BRIDGE_LOG
environment variable. The--credentials-directory
option is available on thelisten
sub-command and can be specified with the
CREDENTIALS_DIRECTORY
environment variable (#20).
Changed
-
The config sub-command no longer checks that the configured secret files exist (#20).
-
Invalid log configuration will cause the service to exit rather than being silently
ignored (#12). -
The systemd unit now uses
ImportCredential=
, recommends storing secrets in
/etc/credstore.encrypted
, and recommends more idiomatic secret names (#15).
Fixed
-
Clarified the configuration documentation by explicitly noting what the Sigul
configuration is (#17). -
The
request_timeout_secs
configuration now works as documented (#19).
New Contributors
- @jeremycline made their first contribution in https://github.com/jeremycline/siguldry/pull/2
- @behrmann made their first contribution in https://github.com/jeremycline/siguldry/pull/15
Full Changelog: https://github.com/jeremycline/siguldry/commits/sigul-pesign-bridge-0.2.0