From b6bd38316eeb87387396a8b0b7efb0d67a77786b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 15:12:12 +0000 Subject: [PATCH] chore: release 2.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ebe2d81..edb1d1b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.3" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b33c437..7a6c7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.4.0](https://github.com/ymirapp/cli/compare/v2.3.3...v2.4.0) (2026-09-09) + + +### Features + +* Show cloud provider status and authentication method in listings ([418692b](https://github.com/ymirapp/cli/commit/418692bbd40d57b39ee59d0bc397f34019878192)) + + +### Bug Fixes + +* Pass docker registry password through stdin ([83c1365](https://github.com/ymirapp/cli/commit/83c13656d038f75ada53010027436455720447b1)) +* Skip integration prompt when already configured ([3e50690](https://github.com/ymirapp/cli/commit/3e506907317c78bcc1fd231b6637685f0f90a94a)) + ## [2.3.3](https://github.com/ymirapp/cli/compare/v2.3.2...v2.3.3) (2026-07-18)