nils måsén
533bfc0e8b
fix: always add missing slashes to link names
...
previously, this was only done when marking dependant containers
for restart. but since the names should ALWAYS start with a slash,
this check could be performed every time the container is iterated.
the only downside to this is that it's less performant (as it needs to
copy the strings instead of just having the slices point to the same
source string), but it should not be noticable.
2023-03-12 10:44:06 +01:00
Gilbert Gilb's
bbbe04119c
feat: add no-pull label for containers ( #1574 )
...
Co-authored-by: Nedžad Alibegović <nedzad@nedzad.dev>
Co-authored-by: nils måsén <nils@piksel.se>
2023-03-12 10:07:24 +01:00
Dawn Mathews John
6ace7bd0dd
Update notifications.md ( #1565 )
...
- Added \ at EOL
- Added `\` to escape `"` near `\n`
2023-02-15 17:38:40 +01:00
dependabot[bot]
ee8f293f47
chore(deps): bump andrewslotin/go-proxy-pull-action from 1.0.3 to 1.1.0 ( #1555 )
...
Bumps [andrewslotin/go-proxy-pull-action](https://github.com/andrewslotin/go-proxy-pull-action ) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/andrewslotin/go-proxy-pull-action/releases )
- [Commits](bfc19ec653...50fea06a97 )
---
updated-dependencies:
- dependency-name: andrewslotin/go-proxy-pull-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-08 17:10:35 +01:00
dependabot[bot]
bde1383cd9
Merge pull request #1548 from containrrr/dependabot/go_modules/github.com/onsi/gomega-1.26.0
2023-02-06 08:42:54 +00:00
dependabot[bot]
7de73560f1
Merge pull request #1549 from containrrr/dependabot/github_actions/goreleaser/goreleaser-action-4.2.0
2023-02-06 08:41:46 +00:00
dependabot[bot]
b94741dbec
chore(deps): bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](8f67e590f2...f82d6c1c34 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 18:10:56 +00:00
dependabot[bot]
98d0c47391
chore(deps): bump github.com/onsi/gomega from 1.25.0 to 1.26.0
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.25.0...v1.26.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 18:02:54 +00:00
nils måsén
3d1bf8ab72
hotfix(notifications): set default email client host
2023-01-30 01:07:44 +01:00
nils måsén
264046d5f9
feat: update shoutrrr to v0.7 ( #1543 )
2023-01-29 17:30:08 +01:00
nils måsén
547d033460
feat(notifications): add json template ( #1542 )
2023-01-29 17:10:18 +01:00
dependabot[bot]
8464e0dece
chore(deps): bump github.com/docker/cli from 20.10.22+incompatible to 20.10.23+incompatible ( #1535 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 18:50:55 +01:00
dependabot[bot]
0168cd8a40
chore(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 ( #1536 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 18:31:16 +01:00
dependabot[bot]
ff564ef806
chore(deps): bump github.com/docker/docker from 20.10.22+incompatible to 20.10.23+incompatible ( #1537 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 18:30:35 +01:00
dependabot[bot]
b62f8d7738
chore(deps): bump github.com/onsi/gomega from 1.24.2 to 1.25.0 ( #1538 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 18:29:41 +01:00
nils måsén
14b235a542
feat: add oci image index support ( #1533 )
2023-01-22 09:59:42 +01:00
Sam Kirsch
87c5695e84
fix: update metrics from sessions started via API ( #1531 )
...
fixes https://github.com/containrrr/watchtower/issues/1530
2023-01-22 09:03:45 +01:00
dependabot[bot]
c16ac967c5
chore(deps): bump golang.org/x/net from 0.4.0 to 0.5.0 ( #1519 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-14 01:27:20 +01:00
dependabot[bot]
36b3a64d86
chore(deps): bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 ( #1520 )
...
Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/dominikh/staticcheck-action/releases )
- [Changelog](https://github.com/dominikh/staticcheck-action/blob/master/CHANGES.md )
- [Commits](a3513ade2e...ba605356b4 )
---
updated-dependencies:
- dependency-name: dominikh/staticcheck-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-14 01:23:00 +01:00
dependabot[bot]
8b5eb9cb9c
chore(deps): bump alpine from 3.17.0 to 3.17.1 in /dockerfiles ( #1521 )
...
Bumps alpine from 3.17.0 to 3.17.1.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-14 01:21:56 +01:00
dependabot[bot]
84fb391d58
chore(deps): bump golang.org/x/text from 0.5.0 to 0.6.0 ( #1518 )
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-14 01:21:27 +01:00
dependabot[bot]
fe5077881b
chore(deps): bump github.com/docker/docker ( #1507 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 20.10.21+incompatible to 20.10.22+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v20.10.21...v20.10.22 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 17:16:39 +01:00
dependabot[bot]
8449d9c34f
chore(deps): bump github.com/docker/cli ( #1506 )
...
Bumps [github.com/docker/cli](https://github.com/docker/cli ) from 20.10.21+incompatible to 20.10.22+incompatible.
- [Release notes](https://github.com/docker/cli/releases )
- [Commits](https://github.com/docker/cli/compare/v20.10.21...v20.10.22 )
---
updated-dependencies:
- dependency-name: github.com/docker/cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 17:11:05 +01:00
dependabot[bot]
2faf4c4cc1
chore(deps): bump github.com/onsi/gomega from 1.24.1 to 1.24.2 ( #1508 )
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.24.1...v1.24.2 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 17:09:28 +01:00
dependabot[bot]
dcb38c68d8
chore(deps): bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 ( #1509 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](b508e2e3ef...8f67e590f2 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 17:08:16 +01:00
dependabot[bot]
d2cfefb08a
chore(deps): bump github.com/onsi/gomega from 1.24.0 to 1.24.1 ( #1473 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 16:49:51 +01:00
dependabot[bot]
e060e5e38a
chore(deps): bump golang.org/x/net from 0.3.0 to 0.4.0 ( #1498 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 16:49:27 +01:00
dependabot[bot]
3a59664c0e
chore(deps): bump golang.org/x/net from 0.1.0 to 0.3.0 ( #1496 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-09 10:08:09 +01:00
dependabot[bot]
b71eb2dec7
chore(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 ( #1492 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 18:02:19 +01:00
nothub
3190ce2df1
feat: ignore removal error due to non-existing containers ( #1481 )
...
Co-authored-by: nils måsén <nils@piksel.se>
Fixes https://github.com/containrrr/watchtower/issues/1480
2022-12-06 17:40:26 +01:00
nils måsén
a4d00bfd75
test: refactor/simplify container mock builders ( #1495 )
2022-12-06 16:28:20 +01:00
dependabot[bot]
d5d711bd14
chore(deps): bump alpine from 3.16.2 to 3.17.0 in /dockerfiles ( #1484 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 21:51:56 +01:00
dependabot[bot]
d744c34886
chore(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0 ( #1465 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 14:00:06 +01:00
dependabot[bot]
987f2bb5fa
chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 ( #1464 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 13:52:55 +01:00
dependabot[bot]
e8df2b2ddf
chore(deps): bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 ( #1467 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 13:44:28 +01:00
dependabot[bot]
1e6b09550b
chore(deps): bump github.com/onsi/gomega from 1.23.0 to 1.24.0 ( #1462 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 13:30:37 +01:00
nils måsén
403c600b99
fix(docs): use correct modern css color syntax ( #1461 )
2022-11-07 07:56:33 +01:00
nils måsén
ae8c36f04f
fix: explicitly accept non-commands as root args ( #1458 )
2022-11-05 19:06:52 +01:00
nils måsén
5134e159e2
ci: replace golint with staticcheck
2022-11-05 13:34:12 +01:00
dependabot[bot]
216d8df0e7
chore(deps): bump github.com/docker/cli from 20.10.19+incompatible to 20.10.21+incompatible ( #1452 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 10:52:31 +01:00
dependabot[bot]
5ddca29f05
chore(deps): bump github.com/docker/docker from 20.10.19+incompatible to 20.10.21+incompatible ( #1450 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 10:51:56 +01:00
dependabot[bot]
d1e6fa885f
chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.23.0 ( #1451 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nils måsén <nils@piksel.se>
2022-11-03 10:46:59 +01:00
nils måsén
cb555f539d
preparations for soft deprecation of legacy notification args ( #1377 )
...
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
2022-11-01 00:00:00 +01:00
dependabot[bot]
2102a056de
chore(deps): bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 ( #1447 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 23:58:07 +01:00
nils måsén
ef44ae9ba7
chore(deps): bulk update dependencies ( #1453 )
2022-10-31 23:54:56 +01:00
dependabot[bot]
398d2713d6
chore(deps): bump github.com/docker/cli from 20.10.18+incompatible to 20.10.19+incompatible ( #1434 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 11:34:59 +02:00
dependabot[bot]
425684c761
chore(deps): bump github.com/docker/docker from 20.10.18+incompatible to 20.10.19+incompatible ( #1433 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 11:28:12 +02:00
dependabot[bot]
c3f9d778b0
chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 ( #1431 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 11:27:19 +02:00
dependabot[bot]
b855675b9f
chore(deps): bump github.com/onsi/gomega from 1.21.1 to 1.22.1 ( #1432 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 11:26:52 +02:00
dependabot[bot]
9ea5d3b5e8
chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 ( #1430 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 11:02:01 +02:00