1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-15 09:14:13 +02:00
Commit Graph

157 Commits

Author SHA1 Message Date
Fabrizio Steiner
6d4e7cffaf add tests for filters 2018-03-03 21:58:08 +01:00
Fabrizio Steiner
6c12aee975 always exclude containers that have the com.centurylinklabs.watchtower.enable set to false.
Fixes #169
2018-03-03 21:58:07 +01:00
Fabrizio Steiner
026a04b59b implemented enableLabel by a Filter 2018-03-03 21:58:07 +01:00
stffabi
f5fb4ed6a2
Merge pull request #74 from Robotex/timeout
Add --stop-timeout parameter
2018-03-03 21:54:25 +01:00
Robotex
6197d96635 Add --stop-timeout parameter 2018-03-03 21:48:52 +01:00
stffabi
fbf6c0d620
Merge pull request #172 from v2tec/build-image-update
update to build image with docker 17.05.0-ce and latest goreleaser
2018-03-02 16:03:17 +01:00
Fabrizio Steiner
5a67cc50a3 update to build image with docker 17.05.0-ce and latest goreleaser 2018-03-02 16:01:00 +01:00
Fabrizio Steiner
b15df25fc0 Build containers from scratch and use ca-certificates and zoneinfo from latest alpine. 2018-03-02 14:23:57 +01:00
stffabi
05513ddc1e
Merge pull request #113 from ubergesundheit/slack-notifications-slackrus
Slack notifications with slackrus
2018-03-02 14:14:33 +01:00
Fabrizio Steiner
e1ead2f46f Made the notification level flag global for all notification types. 2018-03-02 14:09:49 +01:00
Fabrizio Steiner
4ac08dfb30 glide alias Sirupsen to sirupsen 2018-03-02 14:09:48 +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
Fabrizio Steiner
714e30f532 Output error message when a pull failed. 2018-02-27 01:23:23 +01:00
stffabi
4eb0000e0f
Add date header to mail (#164)
Added Date header, date format to RFC1123Z
2018-02-24 12:12:39 +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
stffabi
bbd24e3199
Merge pull request #141 from v2tec/do-not-send-empty-mails
Do not send an email notification when no messages have been logged.
2018-01-05 22:01:20 +01:00
Fabrizio Steiner
598b5ebced Push semver containers during a release build. 2018-01-05 20:00:12 +01:00
Fabrizio Steiner
c463241bc7 SMTP port configurable through notification-email-server-port. Defaults to 25. 2018-01-02 16:58:44 +01:00
stffabi
82a2df38ed
Merge pull request #142 from maxibanki/patch-1
Fixed badges layouts for consistency
2018-01-01 15:39:59 +01:00
Max Schmitt
703dcb1a6d
Fixed badges layouts for consistency
And added goreportcard badge.
2018-01-01 14:32:09 +01:00
stffabi
38cce48e01
Merge pull request #137 from cron410/master
added example for Cron expression
2018-01-01 09:46:10 +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
cron410
b0dd07905b
added example for Cron expression 2017-12-29 10:52:45 -05:00
stffabi
4c63746feb
Merge pull request #134 from v2tec/fix-version-information
Fix the version information output.
2017-12-27 19:23:50 +01:00
Fabrizio Steiner
4ef9a7ab97 Fix the version information output. Additionally output the commit hash and the build date. 2017-12-27 19:21:22 +01:00
Fabrizio Steiner
e948aa946f Login to docker to publish docker images. 2017-12-27 17:57:36 +01:00
stffabi
3a36702718
Merge pull request #133 from v2tec/windows_builds
Crosscompile for windows.
2017-12-27 17:50:13 +01:00
Fabrizio Steiner
6d3a3f7ff0 Crosscompile for windows. 2017-12-27 15:37:55 +01:00
stffabi
bc5103243e
Merge pull request #132 from v2tec/circleci2
Build on circleci 2 and goreleaser updated
2017-12-27 11:14:41 +01:00
Fabrizio Steiner
296f98fe42 - Update to circleci 2.0
- Use latest gobuilder with goreleaser which also publishes docker files.
2017-12-27 09:10:50 +01:00
stffabi
3b9742a33c
Merge pull request #118 from Cardoso222/patch-1
Fix code style.
2017-12-11 09:00:26 +01:00
Paulo Henrique
a3f3d47158
Fix code style. 2017-12-07 17:36:26 -03:00
stffabi
9fff10c2e7
Merge pull request #104 from belak/container-label-enabled
Introduced the functionality to watch containers that have a lable assigned.
2017-11-28 08:30:53 +01:00
Kaleb Elwert
de2ac9341d Add a method of enabling or disabling containers using labels
Switch command line flag from no-enable to label-enable and simplify logic

Add basic documentation for the --label-enable flag
2017-11-27 12:42:22 +01:00
stffabi
f365014b8f
Merge pull request #106 from rdamazio/master
Adding basic (but flexible) notification system which hooks into logrus.
2017-11-27 09:09:31 +01:00
Rodrigo Damazio Bovendorp
220c09dc7f Updated README.md to document notifications 2017-11-25 21:55:56 -08: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
Fabrizio Steiner
717ca9fcaf Merge pull request #82 from mrw34/patch-1
Correct repository owner
2017-06-17 12:42:52 +02:00
Mark Woodbridge
1eb28c99fd Correct repository owner 2017-05-19 11:48:10 +01:00
Fabrizio Steiner
6e045ce70c Merge pull request #80 from v2tec/CheckingContainersAsDebugLog
Output "Checking containers for updated images" as debug entry.
2017-04-12 18:36:36 +02:00
Fabrizio Steiner
fec369fd01 Merge pull request #79 from v2tec/DoNotCallRemoveOnAutoRemove
Do not initiate a RemoveContainer for containers which have AutoRemov…
2017-04-12 18:33:35 +02:00
Fabrizio Steiner
bee4607d9a Output "Checking containers for updated images" as debug entry. fixes GH-66 2017-04-12 18:32:16 +02:00
Fabrizio Steiner
52e73d7a8a Do not initiate a RemoveContainer for containers which have AutoRemove (--rm) active.
fixes GH-71
2017-04-12 08:41:36 +02:00