From dfb0d7415ea47b07392242505744ef4b3cade601 Mon Sep 17 00:00:00 2001 From: "elastic-vault-github-plugin-prod[bot]" <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 18:30:33 +0000 Subject: [PATCH 1/2] chore: release main --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/cli.ts | 2 +- src/lib/meta.ts | 2 +- 6 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index acf688bf..776d2471 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.0","packages/config-resolver":"0.1.1"} +{".":"0.4.1","packages/config-resolver":"0.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b614596c..c82b85ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.1](https://github.com/elastic/cli/compare/v0.4.0...v0.4.1) (2026-09-02) + + +### Bug Fixes + +* Bump @elastic/schemas to 0.7.1 ([#571](https://github.com/elastic/cli/issues/571)) ([75f7f6a](https://github.com/elastic/cli/commit/75f7f6a5a4511166228ec0154c237d4904398114)) +* Decode yaml and ndjson kb responses ([#602](https://github.com/elastic/cli/issues/602)) ([763634d](https://github.com/elastic/cli/commit/763634dcec05a592196759576368c03bf0077061)) +* **kibana:** Allow same-origin request redirects ([#565](https://github.com/elastic/cli/issues/565)) ([f892744](https://github.com/elastic/cli/commit/f892744f10985b7824e9dd158f1fc5cfb9b1a40e)) +* **kibana:** Send an empty object when no body is provided on POST, PUT, PATCH and DELETE ([#586](https://github.com/elastic/cli/issues/586)) ([8917ae5](https://github.com/elastic/cli/commit/8917ae599ddb916953128b75991ae7c988a3d5cb)) +* Point cloud ci at public qa api ([#583](https://github.com/elastic/cli/issues/583)) ([a1f92bd](https://github.com/elastic/cli/commit/a1f92bdc1db4c7d90b8ecd234215d896afd6c175)) +* Support YAML as a possible response content-type ([#565](https://github.com/elastic/cli/issues/565)) ([f892744](https://github.com/elastic/cli/commit/f892744f10985b7824e9dd158f1fc5cfb9b1a40e)) +* Wrap scalar array flags ([#598](https://github.com/elastic/cli/issues/598)) ([e52eae8](https://github.com/elastic/cli/commit/e52eae8375467e97acad8fb591f1f14df8da6152)) + ## [0.4.0](https://github.com/elastic/cli/compare/v0.3.0...v0.4.0) (2026-08-21) diff --git a/package-lock.json b/package-lock.json index 0e9321a7..278c5351 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@elastic/cli", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@elastic/cli", - "version": "0.4.0", + "version": "0.4.1", "bundleDependencies": [ "@elastic/config-resolver" ], diff --git a/package.json b/package.json index 708357af..8b539f43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/cli", - "version": "0.4.0", + "version": "0.4.1", "description": "Interact with the Elastic Stack and Elastic Cloud from the command line.", "main": "dist/cli.js", "bin": { diff --git a/src/cli.ts b/src/cli.ts index 74b0dcd3..99f2cc48 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -24,7 +24,7 @@ for (const arg of argv) { } // x-release-please-start-version -const VERSION = '0.4.0'; +const VERSION = '0.4.1'; // x-release-please-end const program = new Command() diff --git a/src/lib/meta.ts b/src/lib/meta.ts index 8ffb318f..7ff47d0b 100644 --- a/src/lib/meta.ts +++ b/src/lib/meta.ts @@ -6,7 +6,7 @@ import os from 'node:os' // x-release-please-start-version -const cliVersion = '0.4.0' +const cliVersion = '0.4.1' // x-release-please-end /** From 8523e8a8fb49d317785b91b88392621228278150 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Sep 2026 18:31:19 +0000 Subject: [PATCH 2/2] chore: regenerate CLI schema --- docs/cli/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/schema.json b/docs/cli/schema.json index 93ba30bc..e96f1c9d 100644 --- a/docs/cli/schema.json +++ b/docs/cli/schema.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "name": "elastic", - "version": "0.4.0", + "version": "0.4.1", "reservedMetaCommands": [ "cli-schema" ],