Releases: devatherock/simple-slack
Releases · devatherock/simple-slack
1.3.0
Added
- #78: Included CircleCI workflow name in message
Changed
- Used machine executor in deployment step
- Upgraded
flyctl
to 0.2.93
1.2.0
Added
- Health check to docker compose, to prevent transient build failures
Changed
- Fixed bug in deployment step
- Upgraded go to
1.22
- Upgraded
circleci-templates
to 0.7.0
- Upgraded
golang.org/x/crypto
to 0.21.0
- chore(deps): update alpine docker tag to v3.20.3
- #73: Handled
failing
CircleCI status
1.1.0
Added
circleci-templates
orb for common tasks
Changed
- Made only HIGH bolt vulnerabilities create issues
- Upgraded go to
1.20
- chore(deps): update alpine docker tag to v3.19.1
- fix(deps): update module github.com/stretchr/testify to v1.9.0
- Moved functional logic away from the main file
- feat: Added endpoint to send notification for CircleCI builds
- chore: Added fly.io deployment configuration
- fix(deps): update module github.com/urfave/cli/v2 to v2.27.2
1.0.0
Added
Changed
- Updated dockerhub readme in CI pipeline
- Upgraded
go
to 1.18
- Set alpine version to
3.17.4
- #39: Built a multi-arch docker image
0.7.0
Changed
- feat: Quit with non-zero exit code when API call to Slack fails(#35)
0.6.0
Added
- feat: Used
VELA_BUILD_STATUS
environment variable to choose message highlight color in vela
- feat: Added support for sprig functions within the text template(#32)
0.5.0
Added
- make file
- First unit test
- Code coverage using coveralls
- #10: Unit tests
Changed
- Refactored code for easier unit testing