Skip to content

Releases: keybase/bot-sshca

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

20 Jun 09:54
1b8ee3a
Compare
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
Compare
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: add `make clean-kssh` to actually delete all config files when the se…

28 Apr 15:57
3fc2ba1
Compare
Choose a tag to compare

1.1.0-ce46190: Add tests and docs for ping/pong interaction (#93)

24 Apr 21:05
ce46190
Compare
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
Compare
Choose a tag to compare
use CustomTimeout setter (#94)

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

24 Apr 21:10
4cfae45
Compare
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
Compare
Choose a tag to compare

1.1.0-8ea43a4: Add KEYBASE_TIMEOUT configuration parameter to configure a custom tim…

23 Apr 21:24
8ea43a4
Compare
Choose a tag to compare
…eout for interacting with the bot (#92)

* Update dependency versions in order to make it possible to configure keybase timeouts

In order to configure the timeouts for #91, we need to pull in the latest KB chat library
which was updated here: https://github.com/keybase/go-keybase-chat-bot/pull/67

The library also changed the arg order to a function, so swapped that in our code to make
everything continue to work.

* Add KEYBASE_TIMEOUT configuration parameter to configure a custom timeout for interacting with the bot

* Add docs for KEYBASE_TIMEOUT

* Make the sleeps that are waiting for keybase to startup also wait for

* make sleep time 5s, to be consistent with how KEYBASE_TIMEOUT is used elsewhere

Co-authored-by: M Mou <[email protected]>

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

18 Apr 22:02
4cef409
Compare
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
Compare
Choose a tag to compare
* fix issues with env vars and entrypoint

* update example env.list