Releases: abahmed/kwatch
Releases · abahmed/kwatch
v0.6.0
What's Changed
- Improve Documentation by @oguzhanoyan in #87
- Refactor/helm by @eremeevfd in #88
- ⬆️ Bump github.com/spf13/viper from 1.10.1 to 1.11.0 by @dependabot in #89
- ⬆️ Bump github.com/bwmarrin/discordgo from 0.24.0 to 0.25.0 by @dependabot in #90
- ⬆️ Bump k8s.io/client-go from 0.23.5 to 0.23.6 by @dependabot in #93
- ⬆️ Bump github.com/slack-go/slack from 0.10.2 to 0.10.3 by @dependabot in #94
- Fix typo by @unixfox in #95
- ⬆️ Bump k8s.io/client-go from 0.23.6 to 0.24.0 by @dependabot in #96
- ⬆️ Bump k8s.io/client-go from 0.24.0 to 0.24.1 by @dependabot in #99
- ⬆️ Bump github.com/spf13/viper from 1.11.0 to 1.12.0 by @dependabot in #102
- Allow filtering by reasons by @simonfrey in #104
- feat: truncate logs to respect Discord's API requirements by @Tchoupinax in #105
- ⬆️ Bump github.com/slack-go/slack from 0.10.3 to 0.11.0 by @dependabot in #106
- ⬆️ Bump k8s.io/client-go from 0.24.1 to 0.24.2 by @dependabot in #107
- Fix copy-paste mistake for reasons parsing by @simonfrey in #110
- Run in a namespace context by @kdihalas in #115
- ⬆️ Bump k8s.io/client-go from 0.24.2 to 0.24.3 by @dependabot in #114
- ⬆️ Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #116
- ⬆️ Bump github.com/slack-go/slack from 0.11.0 to 0.11.1 by @dependabot in #117
How to Upgrade
There are no breaking changes, just deploy the new version using
kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.5.0/deploy/deploy.yamlNew Contributors
- @oguzhanoyan made their first contribution in #87
- @eremeevfd made their first contribution in #88
- @unixfox made their first contribution in #95
- @Tchoupinax made their first contribution in #105
- @kdihalas made their first contribution in #115
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Use slack blocks in slack handler by @simonfrey in #63
- Add justwatch.com as user to users section by @simonfrey in #66
- Feature/allow to disable update check by @simonfrey in #67
- ⬆️ Bump github.com/slack-go/slack from 0.10.1 to 0.10.2 by @dependabot in #69
- Add namespace forbid list, to allow all namespaces except certain ones by @simonfrey in #70
- add(Helm): by @yaskinny in #74
- ⬆️ Bump k8s.io/client-go from 0.23.3 to 0.23.4 by @dependabot in #73
- ⬆️ Bump github.com/bwmarrin/discordgo from 0.23.2 to 0.24.0 by @dependabot in #77
- ⬆️ Bump k8s.io/client-go from 0.23.4 to 0.23.5 by @dependabot in #80
- 🎉 release v0.5.0 by @abahmed in #81
How to Upgrade
There are no breaking changes, just deploy the new version using
kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.5.0/deploy/deploy.yamlNew Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- chore: add kwatch logo to README by @amgadramses in #42
- provider/telegram.go: add header content-type json by @romualdofernandes in #45
- build(deps): bump k8s.io/apimachinery from 0.23.1 to 0.23.2 by @dependabot in #46
- build(deps): bump k8s.io/api from 0.23.1 to 0.23.2 by @dependabot in #47
- build(deps): bump k8s.io/client-go from 0.23.1 to 0.23.2 by @dependabot in #48
- 🚀 support Mattermost for alerts by @abahmed in #53
- Add PodInitializing as ignored reason by @simonfrey in #54
- Allow to ignore if a container has to forcefully shutdown due to graceful shutdown not working by @simonfrey in #58
- build(deps): bump k8s.io/client-go from 0.23.2 to 0.23.3 by @dependabot in #55
- 🚀 Support Opsgenie by @abahmed in #60
- 🎉 release v0.4.0 by @abahmed in #61
How to Upgrade
There are no breaking changes, just deploy the new version using
kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.4.0/deploy/deploy.yamlNew Contributors
- @romualdofernandes made their first contribution in #45
- @dependabot made their first contribution in #46
- @simonfrey made their first contribution in #54
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- 🐛 fix Microsoft Teams incoming webhook API throws 400 (bad request) due to malformed JSON POST payload caused by illegal escape characters by @Narasimha1997 in #35
- ♻️ Add tests to util and memory by @abahmed in #36
- 🐛 fix dependabot config by @abahmed in #37
- 🚀 feature: support rocket chat as a provider fixes #25 by @Rishats in #38
- ♻️ add tests for rocket chat by @abahmed in #39
- 🎉 release v0.3.0 by @abahmed in #40
New Contributors
- @Narasimha1997 made their first contribution in #35
- @Rishats made their first contribution in #38
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- fix: escape JSON breaking characters in PagerDuty request body by @amgadramses in #23
- feature: notify periodically on new version updates by @amgadramses in #29
- Feature: support telegram as a provider by @Andrew44Ashraf in #19
- feature: support teams as a provider by @Andrew44Ashraf in #31
- fix: add image for readme by @Andrew44Ashraf in #32
- 🎉 release v0.2.0 by @abahmed in #33
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- ♻️ welcome msg version by @Andrew44Ashraf in #16
- 🎉 feature: select namespaces you want to hear from by @Andrew44Ashraf in #17
- 🚀 support storage to avoid duplicate notifications by @abahmed in #20
- 🎉 release v0.1.0 by @abahmed in #21
New Contributors
- @Andrew44Ashraf made their first contribution in #16
Full Changelog: v0.0.7...v0.1.0
v0.0.7
What's Changed
- fix: update config name by @amgadramses in #14
- release v0.0.7 by @abahmed in #15
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
What's Changed
- feature: Adding discord provider by @AbdelrahmanManz in #9
- feature: add PagerDuty to event providers by @amgadramses in #10
- fix: use providers with added configurations & update deploy files by @amgadramses in #11
- Support versioning by @abahmed in #12
New Contributors
- @AbdelrahmanManz made their first contribution in #9
- @amgadramses made their first contribution in #10
Full Changelog: v0.0.4...v0.0.5