Releases: favware/concourse-discord-webhook-resource
Releases · favware/concourse-discord-webhook-resource
v1.0.1
v1.0.0
1.0.0 - (2024-08-10)
🐛 Bug Fixes
- Slice off ending new line from content (a3edb20)
- Fixed incorrect option mapping (4cbca15)
- Better jq parsing (3b74f7c)
- Properly process boolean values + debugging (990184d)
- Wrap with quotes again (e2ac7d7)
- Parse out double strings (dc5cd58)
- Remove output redirection (7443591)
- Remove wrapping quotes (cd4935c)
- Remove unnecessary quotes from concourse script (29329cb)
- Output redirection (5a40ebc)
- Remove all the debug logging and echo timestamp as final line (c549c66)
- Remove string literal empty values (bdbdff6)
- Fixed concourse out script (157bc58)
- Update the concourse out script (9575a5c)
- Add jq to dockerfile (5178cde)
- Ensure this works properly in docker (hopefully) (bd79d7d)
- Fixes for concourse scripts (1847f60)
- Make scripts executable (2db9242)
📝 Documentation
- readme: Update usage (ef9f4ac)
- readme: Document allowed mentions should be strings (2d96b04)
- readme: Add note (2612af8)
- Update readme to use
ATC_EXTERNAL_URL
(a64b5d9) - Update readme mentioning env vars (8804c2e)
- Readme updates (015bc70)
- Update readme (27e730e)
🚀 Features
- Properly parse proxy and allow-insecure options (583932f)
- Add env var injection for content (3cf77e4)
- Implement sending webhook messages (98eee7c)
🪞 Styling
- Prettier formatting (3ed82fd)