Releases: rtCamp/action-slack-notify
Releases · rtCamp/action-slack-notify
v2.3.2
What's Changed
Changelog:
What's Changed
- Bump golang from
e0ea2a1
tof6392ff
by @dependabot in #206 - Update the way
text
is set using status-specific messages by @L0RD-ZER0 in #207
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
Changelog:
What's Changed
- Fix variable names for custom status messages in readme by @modalkonform in #171
- Add markdown conversion for custom status messages by @modalkonform in #172
- Pin
Dockerfile
digests to the index instead of a specific manifest by @noamcohen97 in #175 - Use only major version of slackify-markdown-action by @anagyzambo-kx in #180
- Make calling Slackify-Markdown more robust by @L0RD-ZER0 in #181
- Update CI and add Dependabot by @L0RD-ZER0 in #182
- Bump alpine from
c5b1261
to77726ef
by @dependabot in #184 - Bump golang from
0466223
to65b5d2d
by @dependabot in #183 - Update README.md by @Issei0804-ie in #197
- Bump golang from 1.22-alpine3.19 to 1.23-alpine3.19 by @dependabot in #196
- Bump alpine from
77726ef
to0a4eaa0
by @dependabot in #195 - fix: typo in readme by @cseas in #186
- Bump alpine from
0a4eaa0
tobeefdbd
by @dependabot in #199 - Bump golang from
fe8f9c7
toe0ea2a1
by @dependabot in #198
New Contributors
- @modalkonform made their first contribution in #171
- @noamcohen97 made their first contribution in #175
- @anagyzambo-kx made their first contribution in #180
- @dependabot made their first contribution in #184
- @Issei0804-ie made their first contribution in #197
- @cseas made their first contribution in #186
Full Changelog: v2...v2.3.1
Version 2.3.0
What's Changed
- Add github action to build for ARM and x86 by @L0RD-ZER0 in #160
- Update actions used for building and pushing to latest by @L0RD-ZER0 in #161
- Resolve a series of existing issues by @L0RD-ZER0 in #162
- Update README to include other
SLACK_COLOR
valid values by @mochetts in #144 - lowercase EnvSlackColor by @ilyatovbin-pp in #130
- Add support for Application Tokens + Resolve Remaining Issues by @L0RD-ZER0 in #164
- Add fix for uncleared spaces around variables and file uploads by @L0RD-ZER0 in #166
- Fix
invalid reference format: repository name must be lowercase
error by @ohbarye in #167
New Contributors
- @L0RD-ZER0 made their first contribution in #160
- @mochetts made their first contribution in #144
- @ilyatovbin-pp made their first contribution in #130
- @ohbarye made their first contribution in #167
Full Changelog: v2.2.1...v2.3.0
Version 2.2.1
What's changed
- Update Action Dockerfile #154 @mrrobot47
Version 2.2.0
What's changed
- Give SLACK_WEBHOOK precedence over vault when both are present #97 @mrrobot47
- Add github url support (for compatibility with self hosted GitHub Enterprise repositories) #87 @kotyara85 @mrrobot47
- Feat/allow link names slack #80 @bogaertg
Version 2.1.3
What's changed
- Add automatic status to color mapping #68 @lukasz-mitka
Version 2.1.2
What's changed
- Improve "Actions URL" formatting #59 @mrrobot47
- Add commit details to the slack notification #60 @mrrobot47
Version 2.1.1
What's changed
- Switch from docker.io to ghcr.io #54 @mrrobot47
- Add env variable for custom GitHub Actor #53 @mrrobot47
- Add the possibility to customise minimal message fields #50 @achandebois
- Remove deadcode and apply lint #46 @VitorSavedra
Version 2.1.0
What's changed
- Factor in GITHUB_SHA for pull_request event #31 @mrrobot47
- Add provision for minimal message -
MSG_MINIMAL
#34 @mrrobot47 - Update outdated GitHub link #37 @mrrobot47
- Allow custom footer messages #41 @0x2b3bfa0
- Use the latest commit for COMMIT_MESSAGE by default #42 @yakkun
Version 2.0.2
What's changed
- Run action directly from docker image #24 @mrrobot47
- Add rsync tool #25 @devsibwarra
- Adding IconEmoji option #17 @PaulSearcy