From 51a274ed73b03b8aedca972d86e3d3f0402dfdc2 Mon Sep 17 00:00:00 2001 From: Aurelien Requiem Date: Sun, 17 Sep 2023 18:45:37 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=200.5.0-alpha.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc87d5..76a5d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.5.0-alpha.2 + +### Noteworthy changes + +- ✨ add support for `readOnlyRootFilesystem` on the deployment (thanks @Benzhaomin) +- 🐛 typo fix +- ✨ add annotation support (thanks @Benzhaomin) +- ✨ add ref link about `nodeSelector`, `tolerations`, `affinity` and `annotations` +- ✨ choose rbac role type (default `Role`) +- ⏩ build with go 1.20 +- ⏩ upgrade k8s dependencies to 0.28.1 +- ⏩ upgrade github.com/cert-manager/cert-manager to v1.13.0 +- ⏩ use alpine 3.18 as base image + ## 0.5.0-alpha.1 ### Noteworthy changes