From 9d1853742e009698a91f69ebf57e67915a472a2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 14:32:21 +0200 Subject: [PATCH] release(cli): 1.33.0 (#3547) Co-authored-by: dbarrosop --- cli/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 7a9beadaf..47aba39f8 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [cli@1.33.0] - 2025-10-02 + +### 🚀 Features + +- *(cli)* Migrate from urfave/v2 to urfave/v3 (#3545) + + +### 🐛 Bug Fixes + +- *(cli)* Disable tls on AUTH_SERVER_URL when auth uses custom port (#3549) +- *(cli)* Fix breaking change in go-getter dependency (#3551) + + +### ⚙️ Miscellaneous Tasks + +- *(cli)* Update certs (#3552) + ## [cli@1.32.2] - 2025-10-01 ### ⚙️ Miscellaneous Tasks