Update docker.io/nickfedor/watchtower Docker tag to v1.14.0
Automated container update with issues mitigated by manual interventions.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/nickfedor/watchtower (source) | minor | 1.13.1 → 1.14.0 |
Release Notes
nicholas-fedor/watchtower (docker.io/nickfedor/watchtower)
v1.14.0
Added
- Add support for file-based notification templates by @nicholas-fedor in #1209
Changed
- Update cron package to v3 with enhanced concurrency control by @nicholas-fedor in #1208
- Fix Watchtower self-update logging during safeguard period by @nicholas-fedor in #1204
- Add skylenet to contributor section by @nicholas-fedor in #1183
- Auto-detect container stop timeout from Docker config by @skylenet in #1182
Chores
- Update actions/setup-python digest to
bfe8cc5by @renovate[bot] in #1221 - Update goreleaser/goreleaser-action digest to
aacbb7fby @renovate[bot] in #1220 - Update golangci/golangci-lint-action digest to
a3a03eeby @renovate[bot] in #1219 - Update golang:alpine docker digest to
d9b2e14by @renovate[bot] in #1218 - Update golang:1.25.6-alpine3.22 docker digest to
d9c983dby @renovate[bot] in #1217 - Update cimg/go docker tag to v1.25.6 by @renovate[bot] in #1215
- Update actions/cache digest to
8b402f5by @renovate[bot] in #1214 - Update actions/attest-build-provenance digest to
6865550by @renovate[bot] in #1213 - Update module github.com/docker/cli to v29.1.5+incompatible by @renovate[bot] in #1212
- Update golang docker tag to v1.25.6 by @renovate[bot] in #1207
- Update golang:alpine docker digest to
e689855by @renovate[bot] in #1206 - Update dependency go to v1.25.6 by @renovate[bot] in #1205
- Update module github.com/sirupsen/logrus to v1.9.4 by @renovate[bot] in #1203
- Update peter-evans/create-pull-request digest to
34aa40eby @renovate[bot] in #1202 - Update peter-evans/create-pull-request digest to
641099dby @renovate[bot] in #1200 - Update cimg/go:1.25.5 docker digest to
e88af54by @renovate[bot] in #1198 - Update docker/login-action digest to
0567fa5by @renovate[bot] in #1197 - Update nicholas-fedor/govulncheck-action digest to
72a75e9by @renovate[bot] in #1196 - Update actions/setup-go digest to
7a3fe6cby @renovate[bot] in #1195 - Update module github.com/onsi/ginkgo/v2 to v2.27.5 by @renovate[bot] in #1194
- Update nicholas-fedor/govulncheck-action digest to
301b2fdby @renovate[bot] in #1193 - Update actions/setup-go digest to
d73f6bcby @renovate[bot] in #1192 - Update golangci/golangci-lint-action digest to
de73c35by @renovate[bot] in #1191 - Update github/codeql-action digest to
cdefb33by @renovate[bot] in #1190 - Update module golang.org/x/text to v0.33.0 by @renovate[bot] in #1188
- Update nicholas-fedor/govulncheck-action digest to
5e52ebdby @renovate[bot] in #1187 - Update actions/checkout digest to
0c366fdby @renovate[bot] in #1185 - Update actions/attest-build-provenance digest to
98f3aa9by @renovate[bot] in #1184 - Update module github.com/docker/cli to v29.1.4+incompatible by @renovate[bot] in #1181
- Update nicholas-fedor/govulncheck-action digest to
9813de4by @renovate[bot] in #1180 - Update module github.com/onsi/gomega to v1.39.0 by @renovate[bot] in #1176
- Update cimg/go:1.25.5 docker digest to
955eb92by @renovate[bot] in #1179 - Update actions/checkout digest to
064fe7fby @renovate[bot] in #1178 - Update module github.com/onsi/ginkgo/v2 to v2.27.4 by @renovate[bot] in #1175
- Update docker/setup-qemu-action digest to
45136fdby @renovate[bot] in #1174 - Update docker/setup-buildx-action digest to
c7c4c00by @renovate[bot] in #1173 - Update nicholas-fedor/govulncheck-action digest to
0076f09by @renovate[bot] in #1172 - Update docker/setup-qemu-action digest to
6b85f87by @renovate[bot] in #1171 - Update actions/setup-go digest to
ae252eeby @renovate[bot] in #1170 - Update docker/login-action digest to
916386bby @renovate[bot] in #1169 - Update actions/attest-build-provenance digest to
63e6444by @renovate[bot] in #1167 - Update golangci/golangci-lint-action digest to
f75c1c4by @renovate[bot] in #1166 - Update actions/attest-build-provenance digest to
405d0eaby @renovate[bot] in #1164 - Update peter-evans/create-pull-request digest to
2271f1dby @renovate[bot] in #1163 - Update actions/setup-python digest to
4f41a90by @renovate[bot] in #1158 - Update golangci/golangci-lint-action digest to
e9dc929by @renovate[bot] in #1156
Fixed
- Enhance transitive dependency restart for Docker Compose services by @nicholas-fedor in #1211
- Resolve data race in concurrent container operations by @nicholas-fedor in #1201
- Correct self-update, container management, and dependency issues by @nicholas-fedor in #1199
- Respect cross-project dependencies in watchtower depends-on labels by @nicholas-fedor in #1162
- Lower log level for pinned image skip to debug by @nicholas-fedor in #1160
- Resolve self-update container cleanup issues by @nicholas-fedor in #1159
- Prevent panic in GetCreateConfig when containerInfo is nil by @nicholas-fedor in #1147
New Contributors
- @skylenet made their first contribution in #1182