Release v1.17.0 of Watchtower introduces a minor addition to the HTTP API that enables early returns from POST requests (#1575). More importantly, this release implements a refactored and updated release pipeline that takes advantage of GoReleaser's latest features.
Important
The latest-dev image tag has been replaced by the nightly image tag.
If you are using the nickfedor/watchtower:latest-dev or ghcr.io/nicholas-fedor/watchtower:latest-dev images, you will need to switch to either the nickfedor/watchtower:nightly or ghcr.io/nicholas-fedor/watchtower:nightly images.
Deployments using the latest image tag are unaffected.
New Features
- feat(api): add async query parameter support by @nicholas-fedor in #1609
Dependency Updates
- chore(deps): update google.golang.org/genproto/googleapis/api digest to 9d38bb4 by @renovate[bot] in #1516
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 9d38bb4 by @renovate[bot] in #1517
- chore(deps): update module google.golang.org/grpc to v1.80.0 by @renovate[bot] in #1518
- chore(deps): update module go.opentelemetry.io/otel/metric to v1.43.0 by @renovate[bot] in #1529
- chore(deps): update module go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to v1.43.0 by @renovate[bot] in #1530
- chore(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.68.0 by @renovate[bot] in #1537
- chore(deps): update module golang.org/x/term to v0.42.0 by @renovate[bot] in #1549
- chore(deps): update module golang.org/x/text to v0.36.0 by @renovate[bot] in #1550
- chore(deps): update module github.com/docker/go-connections to v0.7.0 by @renovate[bot] in #1561
- chore(deps): update module github.com/mattn/go-isatty to v0.0.22 by @renovate[bot] in #1578
- chore(deps): update module github.com/onsi/ginkgo/v2 to v2.28.3 by @renovate[bot] in #1581
- chore(deps): update module github.com/masterminds/semver/v3 to v3.5.0 by @renovate[bot] in #1584
- chore(deps): update module github.com/pelletier/go-toml/v2 to v2.3.1 by @renovate[bot] in #1587
- chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 by @renovate[bot] in #1590
- chore(deps): update module github.com/docker/cli to v29.4.3+incompatible by @renovate[bot] in #1591
- chore(deps): update module github.com/nicholas-fedor/shoutrrr to v0.15.0 by @renovate[bot] in #1592
- chore(deps): update github.com/google/pprof digest to 92041b7 by @renovate[bot] in #1593
- chore(deps): update go module directive to v1.26.3 by @renovate[bot] in #1597
- chore(deps): update module github.com/docker/docker-credential-helpers to v0.9.7 by @renovate[bot] in #1599
- chore(deps): update module golang.org/x/sys to v0.44.0 by @renovate[bot] in #1600
- chore(deps): update module golang.org/x/mod to v0.36.0 by @renovate[bot] in #1602
- chore(deps): update module golang.org/x/net to v0.54.0 by @renovate[bot] in #1603
- chore(deps): update module golang.org/x/tools to v0.45.0 by @renovate[bot] in #1605
Full Changelog: v1.16.1...v1.17.0