From 2ab434366ada4aeeda4c82ce4daeec62ac6fe0a3 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 18 Feb 2021 23:00:48 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c96a858..6aec7b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.1.0 (2021/02/18) + +* Refactor CI and dev workflow with buildx bake (#54) + * Add `image-local` target + * Single job for artifacts and image + * Add `armv5`, `ppc64le` and `s390x` artifacts +* Remove `linux/s390x` Docker platform support for now +* Bump github.com/jfrog/jfrog-client-go from 0.16.0 to 0.19.1 (#36 #38 #39 #43 #49) +* MkDocs Materials 6.2.8 +* Bump github.com/alecthomas/kong from 0.2.12 to 0.2.15 (#52) +* Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#45) +* Bump github.com/go-resty/resty/v2 from 2.3.0 to 2.4.0 (#44) + ## 1.0.1 (2020/12/15) * Use `tag-semver`