Skip to content

Releases: abahmed/kwatch

v0.8.5

31 Jan 23:29
f73abbe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

16 Jan 23:04
808d620
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump k8s.io/client-go from 0.26.2 to 0.26.3 by @dependabot in #212
  • ⬆️ Bump k8s.io/apimachinery from 0.26.3 to 0.27.0 by @dependabot in #214
  • ⬆️ Bump k8s.io/client-go from 0.26.3 to 0.27.0 by @dependabot in #215
  • ⬆️ Bump github.com/slack-go/slack from 0.12.1 to 0.12.2 by @dependabot in #216
  • ⬆️ Bump k8s.io/client-go from 0.27.0 to 0.27.1 by @dependabot in #217
  • 🐛 added check before setting basic auth by @Meenakshi52 in #220
  • ⬆️ Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 by @dependabot in #222
  • ⬆️ Bump k8s.io/client-go from 0.27.1 to 0.27.2 by @dependabot in #226
  • ⬆️ Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #227
  • ⬆️ Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 by @dependabot in #228
  • ⬆️ Bump k8s.io/client-go from 0.27.2 to 0.27.3 by @dependabot in #231
  • 🚀 Support disabling startup message for notifications channels by @abahmed in #233
  • 🚀 Add join waitlist to readme by @abahmed in #234
  • ⬆️ Bump k8s.io/client-go from 0.27.3 to 0.27.4 by @dependabot in #235
  • ♻️ chore: pkg imported more than once by @testwill in #238
  • ⬆️ Bump k8s.io/client-go from 0.27.4 to 0.28.0 by @dependabot in #243
  • ⬆️ Bump k8s.io/client-go from 0.28.0 to 0.28.1 by @dependabot in #246
  • ⬆️ Bump github.com/slack-go/slack from 0.12.2 to 0.12.3 by @dependabot in #244
  • ⬆️ Bump k8s.io/client-go from 0.28.1 to 0.28.2 by @dependabot in #250
  • ⬆️ Bump golang.org/x/net from 0.13.0 to 0.17.0 by @dependabot in #251
  • ⬆️ Bump k8s.io/client-go from 0.28.2 to 0.28.3 by @dependabot in #254
  • ⬆️ Bump k8s.io/api from 0.28.3 to 0.28.4 by @dependabot in #258
  • ⬆️ Bump k8s.io/client-go from 0.28.3 to 0.29.0 by @dependabot in #261
  • ⬆️ Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #262
  • 🎉 release v0.8.4 by @abahmed in #264

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

13 Mar 21:06
68250f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

09 Mar 22:19
3e86d52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

06 Mar 10:40
1fa7ea9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

13 Feb 10:34
9e4fa7b
Compare
Choose a tag to compare

What's Changed

How to Upgrade

Just deploy the new version using

kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.0/deploy/deploy.yaml

Full Changelog: v0.7.0...v0.8.0

v0.7.0

31 Jan 13:08
2c34d12
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump github.com/slack-go/slack from 0.11.1 to 0.11.2 by @dependabot in #121
  • Added ignoreContainrNames configuration to filter out alerts for spec… by @giladsh1 in #123
  • ⬆️ upgrade go version to 1.19 by @abahmed in #125
  • ⬆️ Bump k8s.io/client-go from 0.24.3 to 0.24.4 by @dependabot in #131
  • ⬆️ Bump github.com/bwmarrin/discordgo from 0.25.0 to 0.26.0 by @dependabot in #129
  • ⬆️ Bump k8s.io/client-go from 0.24.4 to 0.25.0 by @dependabot in #134
  • Feature: support mail as a provider by @Andrew44Ashraf in #28
  • fix issues of supporting email PR by @abahmed in #136
  • ⬆️ Bump github.com/bwmarrin/discordgo from 0.26.0 to 0.26.1 by @dependabot in #138
  • ⬆️ Bump github.com/slack-go/slack from 0.11.2 to 0.11.3 by @dependabot in #141
  • ⬆️ Bump github.com/spf13/viper from 1.12.0 to 1.13.0 by @dependabot in #139
  • fix build and max characters per line by @abahmed in #142
  • ⬆️ Bump k8s.io/client-go from 0.25.0 to 0.25.1 by @dependabot in #143
  • 🚀 Load configuration into struct by @abahmed in #135
  • ⬆️ Bump k8s.io/client-go from 0.25.1 to 0.25.2 by @dependabot in #150
  • ♻️ refactor providers module by @abahmed in #148
  • 🚀 Support matrix by @abahmed in #152
  • 🚀 Support DingTalk by @abahmed in #153
  • 🐛 Fix markdown issues in MS Teams and RocketChat by @abahmed in #154
  • 🚀 Support application proxy config by @abahmed in #155
  • 🚀 Allow Slack specify channel in legacy webhooks by @abahmed in #156
  • 🚀 Split version in package by @abahmed in #157
  • ⬆️ Bump k8s.io/client-go from 0.25.2 to 0.25.3 by @dependabot in #159
  • ⬆️ Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #161
  • ⬆️ Bump github.com/slack-go/slack from 0.11.3 to 0.11.4 by @dependabot in #162
  • ⬆️ Bump k8s.io/client-go from 0.25.3 to 0.25.4 by @dependabot in #164
  • Add FeiShu alert notification by @heian0224 in #168
  • ⬆️ Bump k8s.io/client-go from 0.25.4 to 0.25.5 by @dependabot in #170
  • ⬆️ Bump k8s.io/client-go from 0.25.5 to 0.26.0 by @dependabot in #174
  • ⬆️ Bump github.com/slack-go/slack from 0.11.4 to 0.12.0 by @dependabot in #176
  • ⬆️ Bump github.com/slack-go/slack from 0.12.0 to 0.12.1 by @dependabot in #177
  • ⬆️ Bump k8s.io/client-go from 0.26.0 to 0.26.1 by @dependabot in #181
  • 🚀 Support cluster name in config and use it for notifications by @abahmed in #183
  • 🎉 release v0.7.0 by @abahmed in #184

New Contributors

How to Upgrade

There are no breaking changes, just deploy the new version using

kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.7.0/deploy/deploy.yaml

Full Changelog: v0.6.1...v0.7.0

v0.6.1

24 Jul 22:54
4f18438
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

24 Jul 18:42
9c9d844
Compare
Choose a tag to compare

What's Changed

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.yaml

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

19 Mar 14:56
d68b633
Compare
Choose a tag to compare

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.yaml

New Contributors

Full Changelog: v0.4.0...v0.5.0