Releases: mathew-fleisch/bashbot
Releases · mathew-fleisch/bashbot
bashbot-v2.1.5
fix(ci): use asdf set instead of global for v0.16+ and bump to v2.1.5
bashbot-v2.1.4
chore: upgrade asdf-action to v4 and bump to v2.1.4
bashbot-v2.1.3
fix(ci): continue-on-error for GHCR and bump to v2.1.3
bashbot-v2.1.0
Update release.yaml: split build/push, add continue-on-error for GHCR…
bashbot-v2.0.6
Release v2.0.6 (#132) Updates to dependencies
bashbot-v2.0.5
Send-file cli command
bashbot-v2.0.4
This release includes changes to the root/nonroot user options for running bashbot in a container. Users can now pass the build-arg NRUSER a value other than the default bb to override that user. If the user sets that build arg to root, the container will run as root, and be able to install additional apk packages at runtime. I have also added a new step in the release github action to publish a root container as well as the semver and latest tags in docker-hub and ghcr by appending -root to the existing tags. To use one of these containers in the provided helm chart, set the .image.tag to latest-root when upgrading/installing the chart.
bashbot-v2.0.3
Updates to examples and sample-config (#111) There are no functional changes to bashbot in this patch release; only updates to examples and read-me files.
bashbot-v2.0.2
Add (optional) environment variables to deployment (#109) Add optional environment variables `NASA_API_KEY` and `GIPHY_API_KEY` to access the nasa.gov and giphy APIs with private credentials
bashbot-v2.0.1
Test release automation (#108) Functionless change to test release automation * bump version to v2.0.1