Skip to content

Releases: devatherock/simple-slack

1.1.0

07 Jun 07:00
b8f83e9
Compare
Choose a tag to compare

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

16 Jun 21:30
a45ef78
Compare
Choose a tag to compare

Added

  • #30: functional tests

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

06 Apr 17:53
0252279
Compare
Choose a tag to compare

Changed

  • feat: Quit with non-zero exit code when API call to Slack fails(#35)

0.6.0

14 Feb 17:28
bb9f0b8
Compare
Choose a tag to compare

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

22 Nov 20:41
d0693ed
Compare
Choose a tag to compare

Added

  • make file
  • First unit test
  • Code coverage using coveralls
  • #10: Unit tests

Changed

  • Refactored code for easier unit testing