From 3f93a4278e274428e47cb4cc579f89c144c8a5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Bustarret?= Date: Mon, 18 May 2026 14:14:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20doc:=20changelog=20for=20v0.0.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a57a6303..fbecce6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # 📜 Changelog +## [v0.0.22] - 2026-05-19 + +### ✨ Added +* ✨ feat(kube): add OKS aliases by @jfbus in https://github.com/outscale/octl/pull/142 +* 🚸 ux(jq): jq should always return a list by @jfbus in https://github.com/outscale/octl/pull/158 +* ✨ feat(metadata): add metadata commands by @jfbus in https://github.com/outscale/octl/pull/162 +* ✨ feat(flags): allow json content in addition to filename by @jfbus in https://github.com/outscale/octl/pull/173 +### 📝 Documentation +* 📝 doc(README): updated install section by @jfbus in https://github.com/outscale/octl/pull/178 +### 🐛 Fixed +* 🐛 fix(kube): fix crash with invalid kubeconfig content by @jfbus in https://github.com/outscale/octl/pull/175 +* 🐛 fix(kube): config/profile/verbose flags on piped commands, tags by @jfbus in https://github.com/outscale/octl/pull/183 +### 📦 Dependency updates +* 📌 deps: lock aws sdk version by @jfbus in https://github.com/outscale/octl/pull/153 +* ⬆️ deps(gomod): update module github.com/itchyny/gojq to v0.12.19 by @Open-Source-Bot in https://github.com/outscale/octl/pull/150 +* ⬆️ deps(gomod): update module github.com/mattn/go-isatty to v0.0.21 by @Open-Source-Bot in https://github.com/outscale/octl/pull/159 +* ⬆️ deps(gomod): update module golang.org/x/mod to v0.35.0 by @Open-Source-Bot in https://github.com/outscale/octl/pull/160 +* ⬆️ deps(dockerfile): pin gcr.io/distroless/static-debian13 docker tag to a77dbde by @Open-Source-Bot in https://github.com/outscale/octl/pull/169 +* ⬆️ deps(gomod): update module golang.org/x/tools to v0.44.0 by @Open-Source-Bot in https://github.com/outscale/octl/pull/171 +* ⬆️ deps: bump go, pin goreleaser by @jfbus in https://github.com/outscale/octl/pull/174 +* ⬆️ deps(gomod): update module github.com/outscale/osc-sdk-go/v3 to v3.0.0-rc.2 by @Open-Source-Bot in https://github.com/outscale/octl/pull/179 + +## [v0.0.21] - 2026-04-03 + +### ✨ Added +* ✨ feat(storage): more bucket aliases by @jfbus in https://github.com/outscale/octl/pull/141 +* 🚸 ux(storage): bucket describe/objectlock, object acl/retention/tagging/copy by @jfbus in https://github.com/outscale/octl/pull/145 +### 🛠️ Changed / Refactoring +* 🚨 lint: modernize fixes by @jfbus in https://github.com/outscale/octl/pull/147 +* 👽️ homebrew: use homebrew for updates by @jfbus in https://github.com/outscale/octl/pull/148 + ## [v0.0.20] - 2026-03-24 ### ✨ Added