1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-01-20 18:28:27 +02:00

16 Commits

Author SHA1 Message Date
Mario Tacke
da41afc1d7 Add Slack Channel, IconEmoji, and IconURL options (#241) 2019-04-07 17:38:20 +02:00
Simon Aronsson
1b82da1ab7 Setup a working pipeline
* add tests to ensure function even after switching docker client api version
* switch docker client api version to remove import of Sirupsen and get rid of the casing workaround
* migrate from glide to dep to go modules
* rewrite ci workflow
  * only run publish on version tags
  * only run build on branches
  * update goreleaser config
  * disable automated latest tag push
* remove dependency to v2tec/docker-gobuilder
* remove dead code and files
* add golands .idea folder to gitignore
* add label to released docker images
* add test reporting, add some unit tests
* change test output dir
* fix goreleaser versions
* add debug output for circleci and goreleaser
* disable cgo
2019-04-06 13:57:26 +02:00
Maxim
aa1ce68e3a Notifications via MSTeams (#174)
* Notifications via MSTeams
2018-03-13 07:39:54 +01:00
Fabrizio Steiner
e1ead2f46f Made the notification level flag global for all notification types. 2018-03-02 14:09:49 +01:00
ubergesundheit
fd7f8a40ed add slackrus slack notifications 2018-03-02 14:09:48 +01:00
ubergesundheit
d989254b1a change upper case S in sirupsen to lower case to avoid build error 2018-03-02 14:00:14 +01:00
Fabrizio Steiner
09f047ab8b Send mails that correspond to RFC2045 with a base64 line limit of 76 characters. 2018-02-27 01:23:29 +01:00
Fabrizio Steiner
28dff65282 mail: only authenticate if user has been set. 2018-02-27 01:23:28 +01:00
Fabrizio Steiner
5463256aa2 Possibility to disable the TLS verify for sending mails. 2018-02-27 01:23:28 +01:00
fomk
462760fa7d
Update email.go
Changed date format to RFC1123Z
2018-02-16 12:44:34 +02:00
fomk
23275d44a2
Update email.go
Added Date header
2018-02-16 11:24:43 +02:00
stffabi
2cfbebb0e9
Merge pull request #136 from v2tec/smtp-port-configurable
SMTP port configurable
2018-01-05 22:02:07 +01:00
Fabrizio Steiner
c463241bc7 SMTP port configurable through notification-email-server-port. Defaults to 25. 2018-01-02 16:58:44 +01:00
Fabrizio Steiner
a23f49f444 Do not send an email notification when no messages have been logged. 2018-01-01 09:34:53 +01:00
Rodrigo Damazio Bovendorp
d8586e79ca Fixing function documentation 2017-10-29 23:45:01 -07:00
Rodrigo Damazio Bovendorp
5adb143f62 Adding basic (but flexible) notification system which hooks into logrus.
This only adds e-mail notifications, but others could be easily done. In
many cases, adding another existing logrus hook will be sufficient.
2017-10-29 23:40:20 -07:00