Navigation Menu

Skip to content

Releases: containrrr/watchtower

v0.3.3

14 Apr 21:19
Compare
Choose a tag to compare

Changelog

1003105 add additional login due to manifest shenanigans
0e29029 fix tag splitting
93d47c7 strip v. from tag when creating manifests
b2e9282 additional release logic to try to push manifested releases on publish (#278)
09ddabd utilize goreleaser builtins and reformat code
9dd8068 additional release logic to try to push manifested releases on publish
d10e8d2 Update CONTRIBUTING.md
326223d Update CONTRIBUTING.md
1f90997 reduce to one dockerfile as they have the exact same content
6532920 Merge pull request #273 from containrrr/KopfKrieg-patch-1
e27d415 Updated README.md: v2tech → containrrr
5513f95 fix readme
b1ecf7c Merge branch 'thelamer-master'
a2158c2 fix merge conflicts and do some refactoring
61d1ab1 Update question.md
1e6c566 Update issue templates
859cd79 Create CODE_OF_CONDUCT.md
790e487 add licensing badge and latest semver badge
18a0085 add new flag to readme
da41afc Add Slack Channel, IconEmoji, and IconURL options (#241)
ebb4168 remove (another) erroneuos i in goreleaser
01ce9a1 Update README.md
bf9e1ed remove erroneuos i in goreleaser
e8b1aca Merge branch 'prashanthjbabu-32bitsupport'
0cd6e69 minor changes to make it work with new goreleaser version
59eb978 32bit support
66f38bd fix linting errors
d29b6cf add a monitor only flag
438c90f Update README.md
bac518a add a logo and spice up the top part of the readme
d748151 github/#114 adding if statement to accept the oneshot flag to run once and exit

Docker images

  • docker pull containrrr/watchtower:armhf-0.3.3
  • docker pull containrrr/watchtower:armhf-latest
  • docker pull containrrr/watchtower:amd64-0.3.3
  • docker pull containrrr/watchtower:amd64-latest
  • docker pull containrrr/watchtower:arm64v8-0.3.3
  • docker pull containrrr/watchtower:arm64v8-latest
  • docker pull containrrr/watchtower:i386-0.3.3
  • docker pull containrrr/watchtower:i386-latest

v0.3.2

06 Apr 12:30
Compare
Choose a tag to compare

Changelog

7db0aed print to log if multiple watchtower instances are detected
6157c50 fix some minor issues
1b82da1 Setup a working pipeline

Docker images

  • docker pull containrrr/watchtower:armhf-0.3.2
  • docker pull containrrr/watchtower:arm64v8-0.3.2
  • docker pull containrrr/watchtower:0.3.2

Publish on new dockerhub account

04 Apr 21:10
98f916f
Compare
Choose a tag to compare
Pre-release
Merge pull request #266 from waja/fix_hub_account

Fixing name of Docker Hub account

v0.3.0

02 Mar 15:09
fbf6c0d
Compare
Choose a tag to compare

Changelog

fbf6c0d Merge pull request #172 from v2tec/build-image-update
5a67cc5 update to build image with docker 17.05.0-ce and latest goreleaser
b15df25 Build containers from scratch and use ca-certificates and zoneinfo from latest alpine.
05513dd Merge pull request #113 from ubergesundheit/slack-notifications-slackrus
e1ead2f Made the notification level flag global for all notification types.
4ac08df glide alias Sirupsen to sirupsen
fd7f8a4 add slackrus slack notifications
d989254 change upper case S in sirupsen to lower case to avoid build error

Docker images

  • docker pull v2tec/watchtower:0.3.0
  • docker pull v2tec/watchtower:armhf-0.3.0

Automated with GoReleaser
Built with go version go1.7.4 linux/amd64

v0.2.2

27 Feb 16:22
Compare
Choose a tag to compare

Changelog

09f047a Send mails that correspond to RFC2045 with a base64 line limit of 76 characters.
28dff65 mail: only authenticate if user has been set.
5463256 Possibility to disable the TLS verify for sending mails.
714e30f Output error message when a pull failed.
4eb0000 Add date header to mail (#164)
462760f Update email.go
23275d4 Update email.go

Docker images

  • docker pull v2tec/watchtower:0.2.2
  • docker pull v2tec/watchtower:armhf-0.2.2

Automated with GoReleaser
Built with go version go1.7.4 linux/amd64

v0.2.1

05 Jan 21:07
2cfbebb
Compare
Choose a tag to compare

Changelog

2cfbebb Merge pull request #136 from v2tec/smtp-port-configurable
bbd24e3 Merge pull request #141 from v2tec/do-not-send-empty-mails
598b5eb Push semver containers during a release build.
c463241 SMTP port configurable through notification-email-server-port. Defaults to 25.
82a2df3 Merge pull request #142 from maxibanki/patch-1
703dcb1 Fixed badges layouts for consistency
38cce48 Merge pull request #137 from cron410/master
a23f49f Do not send an email notification when no messages have been logged.
b0dd079 added example for Cron expression
4c63746 Merge pull request #134 from v2tec/fix-version-information
4ef9a7a Fix the version information output. Additionally output the commit hash and the build date.

Docker images

  • docker pull v2tec/watchtower:0.2.1
  • docker pull v2tec/watchtower:armhf-0.2.1

Automated with GoReleaser
Built with go version go1.7.4 linux/amd64

v0.2.0

27 Dec 17:02
Compare
Choose a tag to compare

Changelog

e948aa9 Login to docker to publish docker images.
3a36702 Merge pull request #133 from v2tec/windows_builds
6d3a3f7 Crosscompile for windows.
bc51032 Merge pull request #132 from v2tec/circleci2
296f98f - Update to circleci 2.0 - Use latest gobuilder with goreleaser which also publishes docker files.
3b9742a Merge pull request #118 from Cardoso222/patch-1
a3f3d47 Fix code style.
9fff10c Merge pull request #104 from belak/container-label-enabled
de2ac93 Add a method of enabling or disabling containers using labels
f365014 Merge pull request #106 from rdamazio/master
220c09d Updated README.md to document notifications
d8586e7 Fixing function documentation
5adb143 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.

Docker images

  • docker pull v2tec/watchtower:0.2.0
  • docker pull v2tec/watchtower:armhf-0.2.0

Automated with GoReleaser
Built with go version go1.7.4 linux/amd64

v0.1.1

24 Jun 20:36
Compare
Choose a tag to compare

Changelog

717ca9f Merge pull request #82 from mrw34/patch-1
1eb28c9 Correct repository owner
6e045ce Merge pull request #80 from v2tec/CheckingContainersAsDebugLog
fec369f Merge pull request #79 from v2tec/DoNotCallRemoveOnAutoRemove
bee4607 Output "Checking containers for updated images" as debug entry. fixes GH-66
52e73d7 Do not initiate a RemoveContainer for containers which have AutoRemove (--rm) active.
b068c62 Merge pull request #75 from Robotex/host
f8a05cb Added host network check
e92b849 Merge pull request #70 from wmbutler/patch-1
e43cf1f Update README.md
8e6c9fd Name release tarballs for arm architecture armhf.

--
Automated with @goreleaser
Built with go version go1.7.4 linux/amd64

v0.1.0

16 Feb 06:43
Compare
Choose a tag to compare

Changelog

265ae80 Added arm release builds.
56c1453 Merge pull request #59 from v2tec/UseGoBuilderContainer
9f099cf - Use GoBuilder container for building and release tags with goreleaser. - Add version to cli.
4da940c Copy watchtower binary for ci builds to artifacts.
88f7262 Merge pull request #57 from dolanor/compose-compatibility
a5c3e1e Make the algorithm follow docker-compose more precisely
ce32124 Merge pull request #54 from v2tec/RemoveApiVersionFlag
2086788 Fixed package path.
b7efbc3 Set minimum required API Version of docker to 1.24, this basically means we require at least docker 1.12.x or newer, therefore we also support docker 1.13.x.
0989245 Merge pull request #40 from dolanor/net
db47382 Merge branch 'master' into net
eda5391 go fmt...
6a72ba2 Merge pull request #53 from v2tec/GlideVendoringDependencies
63aa3ef Added glide for vendoring dependencies. - Docker to 1.13.x
462df02 Merge pull request #39 from stffabi/upstream_schedule
525dfea Possibility to define a cron expression which specifies when to check for updated images. This allows to have a schedule in which updates should be made and therefore one could define a maintenance window.
5902e9e Merge pull request #42 from stffabi/upstream_SelfUpdateFix
bb99ea1 Merge pull request #49 from v2tec/HousekeepingAfterRepoMove
3b05108 Do not publish docker images for the time being. This will be setup differently.
f1822f9 Renamed centurylink to v2tec.
07924aa Fixed typo in LICENSE and renamed to md.
edfad5b RenameContainer implemented, this fixes the problem that watchtower can't update itself.
b45fc5a Fix comment from HoundCI
4909b90 go fmt done!
f8a2f80 Make an updated container connects to all the previously connected net
fe0e34e Reuse the network config for the relaunch

Automated with @goreleaser
Built with go version go1.7.4 linux/amd64