Skip to content

Tags: plastic-forks/agenix

Tags

0.14.0

Toggle 0.14.0's commit message
agenix 0.14.0

Bruno BELANYI (3):
      Add home-manager module
      Add home-manager input
      Test home-manager module

Chris Montgomery (2):
      chore: add nix build result path to gitignore
      fix: track `nixos-unstable` channel as `nixpkgs`

Erik Arvstedt (1):
      test: fix type error

Lin Jian (2):
      doc: fix defaultText by adding literalExpression
      doc: fix nixos option format in descriptions

Matthias Putz (1):
      Make isDarwin check more robust

Nathan Henrie (25):
      Try to add nix-darwin support to agenix
      Silence output
      Cleanup, improve readability
      Give volume a name
      fmt
      Use diskutil for more convenient sizes, strip trailing tabs
      format
      Remove activation scripts
      Simplify removal of trailing spaces
      Testing for CI -- revert "Remove activation scripts"
      Revert to hdiutil for older macos compatibility, be explicit about the weird number after ram://
      Remove activation scripts again
      Test with nonexisting key
      Skip missing or unreadable keys
      Use new-style tests
      Add user key, since it has access to all 3 secrets
      Install agenix CLI
      Test rekeying via agenix CLI
      Redirect user-directed warnings to stderr
      Add warn and err helpers, use `diff -q`
      Expand explanation that identityPaths should be strings
      Install user keys in Darwin tests
      Clean-up Darwin integration test
      Add darwin tests for home-manager module
      Check darwin home-manager test in CI

Ryan Mulligan (19):
      feature: update flake output format and docs
      contrib: use Alejandra as formatter
      contrib: format Nix code with Alejandra
      doc: collapse installation sections
      contrib: use mkDerivation for agenix cli
      test: add tests for editing
      fix: if an identity is specified, don't use the default ones
      test: simplify and speed up editor tests
      contrib: add instructions for running the tests
      feature: pipe cleartext into agenix -e
      doc: how to skip the Darwin input
      contrib: stop packaging rage
      fix: disallow Nix store paths in age.identityPaths option
      Revert "fix: disallow Nix store paths in age.identityPaths option"
      doc: add new doc website
      doc: try to fix doc ci
      doc: try a slightly different format for github action
      doc: actually fix github pages deploy
      Create flakehub-publish-tagged.yml

Sefa Eyeoglu (2):
      Disable shellcheck warning about impossible comparison
      Add test for custom secret paths for HM

Wanja Hentze (2):
      fix -d/--decrypt-only not working correctly for binary data
      fix truncated output when decrypting a large file to stdout via -d

Winston (Winny) Weinert (1):
      doc: missing space

malteneuss (6):
      Make intro section more beginner friendly
      Fix indentation
      Fix intro indentation
      Extend flake install section
      Extend tutorial section
      Rephrase cli app summary

muvlon (1):
      feature: add -d/--decrypt option to decrypt a file to stdout

0.13.0

Toggle 0.13.0's commit message
agenix 0.13.0

Ryan Mulligan (14):
      doc: add reference section
      doc: improve tutorial
      doc: mention secrets.nix is not imported into a NixOS configuration
      doc: add version to agenix command
      contrib: add maintainer release helper scripts