Releases: mathew-fleisch/bashbot
Releases · mathew-fleisch/bashbot
v1.4.2
Add mechanism to load in more env vars
v1.4.1
Update read-me to reflect updates
v1.4.0
Refactor bashbot to be cli tool
bashbot-v1.3.3
Make golang available via asdf before trying to install anything
bashbot-v1.3.2
Use pushd instead of cd
bashbot-v1.3.1
source asdf in entrypoint
bashbot-v1.3.0
Fix bug with deprecated slack api function
bashbot-v1.2.0
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
Actually iterate through dependencies instead of trying to && them all together in one line
bashbot-v1.1.4
Make the get-vendor loop over all dependencies. not just the first two