Skip to content

Releases: mathew-fleisch/bashbot

v1.4.2

22 Jul 00:08
Compare
Choose a tag to compare
Add mechanism to load in more env vars

v1.4.1

21 Jul 22:54
Compare
Choose a tag to compare
Update read-me to reflect updates

v1.4.0

21 Jul 21:36
Compare
Choose a tag to compare
Refactor bashbot to be cli tool

bashbot-v1.3.3

19 Jul 22:39
Compare
Choose a tag to compare

Make golang available via asdf before trying to install anything

bashbot-v1.3.2

31 May 03:29
Compare
Choose a tag to compare

Use pushd instead of cd

bashbot-v1.3.1

29 May 12:54
Compare
Choose a tag to compare

source asdf in entrypoint

bashbot-v1.3.0

29 May 11:26
Compare
Choose a tag to compare

Fix bug with deprecated slack api function

bashbot-v1.2.0

25 Nov 16:06
Compare
Choose a tag to compare

This version adds a feature to pull a .env file from an s3 bucket if a few environment variables are set:
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
S3_CONFIG_BUCKET
where the S3_CONFIG_BUCKET is an s3 path to a .env file and the aws key/secret have permissions to pull from that bucket

bashbot-v1.1.5

21 Nov 23:18
Compare
Choose a tag to compare

Actually iterate through dependencies instead of trying to && them all together in one line

bashbot-v1.1.4

21 Nov 22:48
Compare
Choose a tag to compare

Make the get-vendor loop over all dependencies. not just the first two