Release v0.1.3
This commit is contained in:
parent
b6309a9e12
commit
f0e29d38a4
4 changed files with 249 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -4,6 +4,16 @@
|
|||
|
||||
Changes yet to be released are documented here.
|
||||
|
||||
## v0.1.3
|
||||
|
||||
- Improve `status` for server use by detecting service-account mode from config
|
||||
- Detect whether the current token is a service-account token and validate it matches configured `client_id`
|
||||
- Add explicit `status` health states for service-account mode (`OK`, `WARNING`, `EXPIRED`)
|
||||
- Make `status` exit non-zero for `WARNING` and `EXPIRED` states
|
||||
- Add unit tests for status mode/token detection helpers
|
||||
|
||||
## v0.1.2
|
||||
|
||||
- Fix path expansion when running in systemd
|
||||
- Fix bug in netrc writing
|
||||
- Add nixos, home-manager, and darwin-nix modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue