From d7cc9220f3e325731c6fb7035d78fff352add5c5 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: Tue, 1 Sep 2026 20:27:55 +0000 Subject: [PATCH 1/2] chore: release main --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/config-resolver/CHANGELOG.md | 8 ++++++++ src/cli.ts | 2 +- src/lib/meta.ts | 2 +- 7 files changed, 25 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..d438609f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.4.1](https://github.com/elastic/cli/compare/v0.4.0...v0.4.1) (2026-09-01) + + +### 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)) +* **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)) + ## [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 fd46ccd6..581215b3 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 0e290bfa..b6409b19 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/packages/config-resolver/CHANGELOG.md b/packages/config-resolver/CHANGELOG.md index fecd645a..3ace003b 100644 --- a/packages/config-resolver/CHANGELOG.md +++ b/packages/config-resolver/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/elastic/cli/compare/config-resolver-v0.1.1...config-resolver-v0.1.1) (2026-09-01) + + +### Bug Fixes + +* **kibana:** Allow same-origin request redirects ([#565](https://github.com/elastic/cli/issues/565)) ([f892744](https://github.com/elastic/cli/commit/f892744f10985b7824e9dd158f1fc5cfb9b1a40e)) +* Support YAML as a possible response content-type ([#565](https://github.com/elastic/cli/issues/565)) ([f892744](https://github.com/elastic/cli/commit/f892744f10985b7824e9dd158f1fc5cfb9b1a40e)) + ## [0.1.1](https://github.com/elastic/cli/compare/config-resolver-v0.1.0...config-resolver-v0.1.1) (2026-08-10) 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 e6b083370625992d2718fd92cee9137afea81ca1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Sep 2026 20:28:34 +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 820046bf..ffb3df5a 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" ],