Releases: keybase/bot-sshca
Releases · keybase/bot-sshca
1.1.0-1b8ee3a: Merge pull request #101 from keybase/zapu/implicit-admin-bug
Fix a bug where kssh and keybaseca would try to fetch KV store data from teams user is not an explicit member of.
1.1.0-71d55f0: move kssh config from kbfs to kv store (#97)
- replace kbfs kssh config code with kvstore code - move shared kbfs.go file into keybaseca - update tests: change keybase fs run_commands to instead use keybase kvstore. lots of linting. - update documentation to not refer to "config files" in KBFS. - update circleci: clean up go linting, and add python linting - some renaming and refactoring
1.1.0-3fc2ba1
add `make clean-kssh` to actually delete all config files when the se…
1.1.0-ce46190: Add tests and docs for ping/pong interaction (#93)
* Add tests and docs for ping/pong interaction * Fix golangci-lint * Update docs/getting_started.md Co-Authored-By: M Ember Mou <[email protected]> * Update tests/tests/test_env_1.py Co-Authored-By: M Ember Mou <[email protected]> Co-authored-by: M Ember Mou <[email protected]>
1.1.0-ae5bbd9
use CustomTimeout setter (#94)
1.1.0-4cfae45: update golangci-lint version (#95)
* update golangci-lint version * make lint pass
1.1.0-add9e36: Add ping command per issue 47 (#50)
Co-authored-by: M Mou <[email protected]>
1.1.0-8ea43a4
Add KEYBASE_TIMEOUT configuration parameter to configure a custom tim…
1.1.0-4cef409: Merge pull request #84 from krezreb/master
Makefile add support for dockerhub image
1.1.0-9d8ca06: fix issues with env vars and entrypoint (#79)
* fix issues with env vars and entrypoint * update example env.list