From dc8532a8a82cd6dd8ddbb7c7959e77f57a692db7 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 5 Sep 2021 23:50:31 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f03a43e..f6001c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## 4.20.0 (2021/09/05) + +* Option to render fields (#480) +* Allow choosing status to be notified (#475) +* Enhance notif wording (#467) +* Wrong remaining time displayed (#469) +* Allow multi recipients for email notifier (#463) +* Provide mutable tags for Diun image (#462) +* Fix Dockerfile parser and add tests (#459) +* Add e2e tests (#471) +* Use args in kubernetes documentation example (#424) +* Fix j2 variable in docs (#422) +* Note to customize the hostname (#465) +* Go 1.17 (#458) +* Add `windows/arm64` artifact (#472) +* Add `linux/riscv64` artifact (#427) +* Alpine Linux 3.14 (#426) +* MkDocs Material 7.2.6 (#428 #482) +* Protoc 3.17.3 (#461) +* Bump github.com/rs/zerolog from 1.23.0 to 1.24.0 (#477) +* Bump github.com/crazy-max/gonfig from 0.4.0 to 0.5.0 (#474) +* Bump github.com/gregdel/pushover to 1.1.0 (#470) +* Bump github.com/streadway/amqp to 1.0.0 (#470) +* Bump github.com/containers/image/v5 from 5.13.2 to 5.16.0 (#460 #476) +* Bump k8s.io/client-go from 0.21.2 to 0.22.1 (#466) +* Bump github.com/docker/docker from 20.10.7 to 20.10.8 (#451) +* Bump github.com/moby/buildkit from 0.8.3 to 0.9.0 (#437) +* Bump github.com/containerd/containerd from 1.5.2 to 1.5.5 (#433 #440 #447) +* Bump github.com/microcosm-cc/bluemonday from 1.0.14 to 1.0.15 (#430) +* Bump github.com/go-playground/validator/v10 from 10.6.1 to 10.9.0 (#429 #445 #455) +* Bump github.com/jedib0t/go-pretty/v6 from 6.2.2 to 6.2.4 (#432) +* Bump google.golang.org/grpc from 1.38.0 to 1.40.0 (#421 #453 #456) +* Bump google.golang.org/protobuf from 1.26.0 to 1.27.1 (#420) +* Bump codecov/codecov-action from 1 to 2 + ## 4.19.0 (2021/06/26) * Allow customizing notification message (#415)