Releases: ahrefs/passage
Releases · ahrefs/passage
0.3.5
0.3.4
CHANGES:
passage initdoes not overwrite previous config unless--forceis passed.- Newline can be used to terminate user name input.
- Add
overlapcommand to find recipients with the most secret overlap, to help coordinate key refreshes. passage refreshnow 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
CHANGES:
- Update os availability in opam. Make passage available in macos again
0.3.2
CHANGES:
remove devkit dependency
remove re2 dependency, use re instead
mark ppx-expect as with-test
0.3.1
CHANGES:
- Add installion state on
passage healthcheck command - Add
x-maintenance-intentpolicy - Add centos 10 to opam ci exclusions
0.3.0
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
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
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
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
mycommand - 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
realpatherror and raise friendlier exception - Update bash completions
- Add zsh completions
0.1.6
CHANGES:
- fix small bug with the input_and_validate_loop fn and empty secrets