diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e45746..79faa41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## 4.25.0 (2023/06/12) + +* `runOnStartup` watch option (#895) +* ntfy notification support (#787) +* Authentication support for ntfy (#890) +* Sorting for prefixed semver (#765) +* Check Nomad group meta tags (#763) +* Go 1.20 (#858) +* Bump github.com/docker/docker 24.0.2+incompatible (#851 #883) +* Bump github.com/containers/image/v5 to 5.25.0 (#772 #791 #796 #855) +* Bump github.com/containerd/containerd to 1.7.2 (#757 #792 #885) +* Bump github.com/moby/buildkit to 0.11.6 (#790 #809 #848) +* Bump github.com/crazy-max/gonfig to 0.7.1 (#865) +* Bump github.com/crazy-max/gohealthchecks to 0.4.1 (#866) +* Bump github.com/gregdel/pushover to 1.2.0 (#867) +* Bump go.etcd.io/bbolt to 1.3.7 (#781) +* Bump github.com/docker/distribution to 2.8.2+incompatible (#871) +* Bump github.com/opencontainers/runc to 1.1.5 (#834) +* Bump github.com/rs/zerolog to 1.29.1 (#777 #854) +* Bump github.com/panjf2000/ants/v2 to 2.7.5 (#846 #889) +* Bump github.com/jedib0t/go-pretty/v6 to 6.4.4 (#760 #803) +* Bump github.com/microcosm-cc/bluemonday to 1.0.24 (#780 #810 #876) +* Bump github.com/go-playground/validator/v10 to 10.14.10 (#778 #852 #896) +* Bump github.com/imdario/mergo to 0.3.16 (#830 #898) +* Bump google.golang.org/grpc to 1.52.0 (#762 #785 #826 #864) +* Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc to 1.3.0 (#806) +* Bump google.golang.org/protobuf to 1.30.0 (#818) +* Bump golang.org/x/mod to 0.10.0 (#786 #808 #837) +* Bump golang.org/x/net to 0.7.0 (#793) +* Bump golang.org/x/sys to 0.8.0 (#784 #807 #857) +* Bump github.com/stretchr/testify to 1.8.4 (#801 #897) + ## 4.24.0 (2022/12/29) * Entry metadata field (#749)