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

608 Commits

Author SHA1 Message Date
Zois Pagoulatos
63e5049160 Add lifecycle hooks to documentation nav (#401)
Add lifecycle hooks to documentation nav
2019-11-13 11:09:54 +01:00
Jungkook Park
d53eed08cd docs: add missing arguments
* add a missing argument --no--restart
* add a missing env variable name for argument --debug
2019-11-12 07:44:53 +00:00
foxbit19
81540bcb59 Insert nota bene about docker-compose into notification doc page (#392) 2019-10-29 21:26:50 +01:00
Max H
9198f8972b
Update flags.go 2019-10-15 16:51:13 +02:00
Max H
6840a8c3cf
Update flags.go 2019-10-15 16:48:58 +02:00
Max H
fd2a006c6b
Update email.go 2019-10-15 16:41:40 +02:00
Lukas Elsner
a2a62fb46e do not delete same image twice when cleaning up 2019-10-13 14:46:06 -06:00
allcontributors[bot]
42a349c423 docs: add foosel as a contributor (#391)
* docs: update README.md

* docs: update .all-contributorsrc
2019-10-12 11:56:27 +02:00
Gina Häußge
1954520447 Fix a small typo (#384) 2019-10-12 11:56:19 +02:00
Simon Aronsson
48bca4765c
Update FUNDING.yml 2019-10-09 17:35:14 +02:00
Max H
505a5ec715
Update email.go 2019-10-09 09:25:24 +02:00
Max H
220dc5add4
Update email.go 2019-10-09 09:20:07 +02:00
Max H
5246d1a20e
Update email.go
Added SubjectTag as variable
2019-10-09 09:18:39 +02:00
Niklas Wigertz Danielsson
135467dcf6 add pre/post update check lifecycle hooks (#373)
* add pre/post update check lifecycle hooks

* update docs for lifecycle hooks

* Fix phrasing
2019-09-15 16:58:46 +02:00
Simon Aronsson
1b3db5ed5d remove dead code and goverage dependency 2019-09-15 16:52:39 +02:00
Simon Aronsson
ce6ba0801f feature: add optional email delay
resolves #256
2019-08-25 13:14:02 +02:00
Simon Aronsson
17cbf86d48 fix: switch exit code for run once to 0
this resolves #347
2019-08-25 13:02:08 +02:00
allcontributors[bot]
6ce142b4f5 docs: add sixth as a contributor (#375)
* docs: update README.md

* docs: update .all-contributorsrc
2019-08-25 12:43:12 +02:00
sixth
bea8b9228f Update check.go (#370) 2019-08-25 12:43:03 +02:00
allcontributors[bot]
ad6fd0e0b3 docs: add kaloyan-raev as a contributor (#374)
* docs: update README.md

* docs: update .all-contributorsrc
2019-08-25 12:37:32 +02:00
Kaloyan Raev
f820eb5b3a Add docker api version parameter (#372)
* Add docker api version parameter

* Note for minimum supported version

* Tests for EnvConfig
2019-08-25 12:37:20 +02:00
Simon Aronsson
7f7db72686 add new documentation to menu 2019-08-23 14:08:38 +02:00
Simon Aronsson
f20bdb15f7 add information on how to use credential helpers 2019-08-23 14:07:09 +02:00
allcontributors[bot]
5a6b63a5c7 docs: add rjbudke as a contributor (#365)
* docs: update README.md

* docs: update .all-contributorsrc
2019-08-09 16:40:02 +02:00
Ryan Budke
573a3b3f1d Wording clarification on "Filter by enable label" (#357)
This is a super minor change, but the wording kept tripping me up, so I rephrased it.
2019-08-09 16:39:51 +02:00
allcontributors[bot]
7b01670959 docs: add noplanman as a contributor (#364)
* docs: update README.md

* docs: update .all-contributorsrc
2019-08-09 16:39:02 +02:00
Armando Lüscher
7a30fd7102 Correcting a few typos and text styling. (#359) 2019-08-09 16:38:46 +02:00
Simon Aronsson
56fbede32d
add docker pull count badge 2019-08-02 20:58:14 +02:00
Simon Aronsson
b05cb17c99
fix exempt labels 2019-08-02 14:13:47 +02:00
allcontributors[bot]
dea3b6d0db docs: add chugunov as a contributor (#356)
* docs: update README.md

* docs: update .all-contributorsrc
2019-07-29 21:42:47 +02:00
Andrey
ab921407ab Fix typo in arguments docs (#355) 2019-07-29 21:42:40 +02:00
allcontributors[bot]
3cab3126a7 docs: add alexandremenif as a contributor (#353)
* docs: update README.md

* docs: update .all-contributorsrc
2019-07-27 11:12:54 +02:00
Simon Aronsson
bfae38dbf8
Feat/lifecycle hooks (#351)
* feat(update): add lifecycle hooks to the update action

* fix(ci): add bash tests for lifecycle-hooks to the ci workflow

* fix(ci): move integration tests to an isolated step

* fix(ci): fix malformed all-contributors json

* fix(ci): disable automatic bash test until we figure out a reasonable way to run it in circleci
2019-07-27 01:37:16 +02:00
Simon Aronsson
874180a518 fix: resolve merge issues 2019-07-23 09:36:04 +02:00
Luka Peschke
dff16dc639 Add support for Gotify notifications (#346)
This adds support for Gotify (https://gotify.net) notifications.

Work items:

* Two flags have been added to internal/flags/flags.go:
  "notification-gotify-url" and "notification-gotify-token".

* A Gotify notification driver has been added in
  notifications/gotify.go.

* "gotify" has been added to notification driver choices in
  notifications/notifier.go.

* Docs have been updated
2019-07-22 21:17:54 +02:00
allcontributors[bot]
d744b5ddf7 docs: add lukapeschke as a contributor (#350)
* docs: update README.md

* docs: update .all-contributorsrc
2019-07-22 12:29:46 +02:00
Simon Aronsson
e4e1127f8e fix: remove linting issues 2019-07-22 12:10:57 +02:00
Simon Aronsson
6c507433e8 refactor: split out more code into separate files 2019-07-22 10:20:11 +02:00
Simon Aronsson
a425bf1024 refactor: move actions into internal 2019-07-21 22:22:30 +02:00
Simon Aronsson
62f603bb25 refactor: move actions into pkg 2019-07-21 20:15:04 +02:00
Simon Aronsson
74ce92760c refactor: move container into pkg 2019-07-21 20:14:28 +02:00
Simon Aronsson
e109a7a6ce refactor: extract types and pkgs to new files 2019-07-21 19:58:19 +02:00
Simon Aronsson
4a92a03f31 Merge branch 'all-contributors/add-zoispag' of https://github.com/containrrr/watchtower 2019-07-21 18:51:38 +02:00
Zois Pagoulatos
baf5e50051 Re-apply based on new go flags package (#336) 2019-07-21 18:00:56 +02:00
Simon Aronsson
9eca883f17 fix: remove unnecessary cronSet check
resolves issue 343
2019-07-02 18:24:22 +02:00
Simon Aronsson
b4846ef158 turn on publish filter again 2019-07-02 12:17:21 +02:00
Simon Aronsson
0e268a247e change fingerprint 2019-07-02 12:13:46 +02:00
Simon Aronsson
79bf0bda56 inject ssh key during publish 2019-07-02 11:56:54 +02:00
Simon Aronsson
76fdabfe6d add githubs fingerprint to known host for mkdocs 2019-07-02 11:35:54 +02:00
Simon Aronsson
061e958534 fix port typing issue introduced in 998e805 2019-07-02 11:30:56 +02:00