Releases: traPtitech/DevOpsBot
Releases · traPtitech/DevOpsBot
v3.0.2
v3.0.1
v3.0.0
Changes from v2
- Uses WebSocket mode for traQ bot
- Uses
/
as command prefix by default - Removed
services
command which directly uses ssh - Added
deploy
command which locally executes scripts/commands - Restructured config for more structural options - see
config.go
for more detail- Use spf13/viper for reading config, allow read from both env and file
- set
CONFIG_FILE
env to config file path, defaults to./config.yaml
Changelog
v3.0.0-alpha3
Changelog
- c175fcc Merge branch 'master' into v3
v3.0.0-alpha2
Changelog
- 6692af8 Merge branch 'master' into v3
v3.0.0-alpha1
Changelog
- Use WebSocket mode for traQ bot
- Restructure config
- Use spf13/viper for configuration, read from both env and file