Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Releases: keybase/bot-sshca

1.1.0-1b8ee3a: Merge pull request #101 from keybase/zapu/implicit-admin-bug

20 Jun 09:54
1b8ee3a

Choose a tag to compare

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)

08 May 21:48
71d55f0

Choose a tag to compare

- 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

28 Apr 15:57
3fc2ba1

Choose a tag to compare

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)

24 Apr 21:05
ce46190

Choose a tag to compare

* 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

24 Apr 16:39
ae5bbd9

Choose a tag to compare

use CustomTimeout setter (#94)

1.1.0-4cfae45: update golangci-lint version (#95)

24 Apr 21:10
4cfae45

Choose a tag to compare

* update golangci-lint version

* make lint pass

1.1.0-add9e36: Add ping command per issue 47 (#50)

23 Apr 20:36
add9e36

Choose a tag to compare

1.1.0-8ea43a4

23 Apr 21:24
8ea43a4

Choose a tag to compare

Add KEYBASE_TIMEOUT configuration parameter to configure a custom tim…

1.1.0-4cef409: Merge pull request #84 from krezreb/master

18 Apr 22:02
4cef409

Choose a tag to compare

Makefile add support for dockerhub image

1.1.0-9d8ca06: fix issues with env vars and entrypoint (#79)

03 Feb 23:15
9d8ca06

Choose a tag to compare

* fix issues with env vars and entrypoint

* update example env.list