Skip to content

Releases: ahrefs/passage

0.3.5

02 Apr 11:15
0e04423

Choose a tag to compare

CHANGES:

  • Fix missing --version number.

0.3.4

24 Mar 13:32
5d2a938

Choose a tag to compare

CHANGES:

  • passage init does not overwrite previous config unless --force is passed.
  • Newline can be used to terminate user name input.
  • Add overlap command to find recipients with the most secret overlap, to help coordinate key refreshes.
  • passage refresh now warns when secrets are skipped due to lack of access.
  • Fix bug where in-line comments in .pub, .keys and .group files were not ignored (#20).

0.3.3

13 Feb 16:18
026388b

Choose a tag to compare

CHANGES:

  • Update os availability in opam. Make passage available in macos again

0.3.2

20 Jan 17:11
d3aa911

Choose a tag to compare

CHANGES:

remove devkit dependency
remove re2 dependency, use re instead
mark ppx-expect as with-test

0.3.1

04 Dec 12:55
bf22416

Choose a tag to compare

CHANGES:

  • Add installion state on passage healthcheck command
  • Add x-maintenance-intent policy
  • Add centos 10 to opam ci exclusions

0.3.0

02 Dec 16:51
b67bcfe

Choose a tag to compare

CHANGES:

  • Refactor passage to be lib-first. Commands and utility functions are now available for usage by lib users
  • Update os availability in opam. Not available in macos anymore.

0.2.0

26 Nov 17:31
92bc02a

Choose a tag to compare

CHANGES:

  • Update refresh command to handle users and groups via the @<user_or_group> target syntax
  • Add --version flag to passage command
  • Fix the command description for new

0.1.8

21 Oct 15:55
40ebbf2

Choose a tag to compare

CHANGES:

  • deep refactor of the code
    • more code moved to the lib, cleaner main.ml file
    • more abstractions, less indirection
    • updated the editor for reusability and robustness
    • removed lwt, since we don't really have true async code
    • use bos for command running and stdin/stdout/stderr handling
  • removed lwt
  • updated completions (bash and zsh)

0.1.7

15 Sep 16:47

Choose a tag to compare

CHANGES:

  • Add --comment flag to the create command
  • Add edit-comments command
  • Show recipients in "user is not recipient" error
  • Add add-who and rm-who commands
  • Add groups suggestions to recipients suggestions
  • Add my command
  • Add better handling of bad setup for get and ls
  • Improve error handling and message for missing setup
  • Better error message when passage isn't setup
  • Update Makefile
  • Improve README and run linting
  • Catch realpath error and raise friendlier exception
  • Update bash completions
  • Add zsh completions

0.1.6

28 Nov 15:49

Choose a tag to compare

CHANGES:

  • fix small bug with the input_and_validate_loop fn and empty secrets