From a9f0c9d21ab2c5025298bde0336e5cc28e630213 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 23 Sep 2023 22:14:53 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79faa41f..f1a18fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## 4.26.0 (2023/09/23) + +* Global `defaults` support for image configuration (#887 #981 #982) +* `image:tag@digest` format support (#915) +* Handle analysis of images with tag and digest (#968) +* Fix latest for `image list` command (#983) +* Fix dead link in reporting-issue docs (#963) +* Alpine Linux 3.18 (#914) +* Bump github.com/AlecAivazis/survey/v2 to 2.3.7 (#900) +* Bump github.com/alecthomas/kong to 0.8.0 (#905) +* Bump github.com/containerd/containerd to 1.7.6 (#954) +* Bump github.com/containers/image/v5 to 5.26.1 (#911) +* Bump github.com/docker/docker to 24.0.6+incompatible (#947) +* Bump github.com/eclipse/paho.mqtt.golang to 1.4.3 (#920) +* Bump github.com/go-playground/validator/v10 to 10.15.4 (#972) +* Bump github.com/gregdel/pushover to 1.3.0 (#975) +* Bump github.com/jedib0t/go-pretty/v6 to 6.4.7 (#971) +* Bump github.com/microcosm-cc/bluemonday to 1.0.25 (#927) +* Bump github.com/moby/buildkit to 0.12.2 (#940) +* Bump github.com/opencontainers/image-spec to 1.1.0-rc5 (#912 #974) +* Bump github.com/panjf2000/ants/v2 to 2.8.2 (#913 #922 #978) +* Bump github.com/rs/zerolog to 1.30.0 (#976) +* Bump github.com/streadway/amqp to 1.1.0 (#904) +* Bump golang.org/x/mod to 0.12.0 (#901 #917) +* Bump golang.org/x/sys to 0.12.0 (#899 #945) +* Bump google.golang.org/grpc to 1.58.2 (#906 #961 #980) +* Bump google.golang.org/protobuf to 1.31.0 (#908) +* Bump k8s.io/client-go to 0.28.2 (#960) + ## 4.25.0 (2023/06/12) * `runOnStartup` watch option (#895)