diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b17e9c20d..c27a801fae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott +## 2.23.2 + +### Various fixes & improvements + +- ref: Removed unneeded identity `map` (#1883) by @szokeasaurusrex +- ci: Skip fallback download in tests (#1878) by @lforst +- ref: Emit better log message for fallback postinstall script (#1877) by @lforst +- fix: Manually download binary if optional dependency binary can't be found after installation (#1874) by @lforst +- fix(hybrid-cloud): Updates organization list to handle single org fanout (#1872) by @GabeVillalobos + ## 2.23.1 ### Various fixes & improvements diff --git a/Cargo.lock b/Cargo.lock index ef83570b3a..2b51e766a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2296,7 +2296,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "2.23.1" +version = "2.23.2" dependencies = [ "anyhow", "anylog", diff --git a/Cargo.toml b/Cargo.toml index 539537aee8..a755509fee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "2.23.1" +version = "2.23.2" edition = "2021" rust-version = "1.65" diff --git a/npm-binary-distributions/darwin/package.json b/npm-binary-distributions/darwin/package.json index a93d303102..be00924f02 100644 --- a/npm-binary-distributions/darwin/package.json +++ b/npm-binary-distributions/darwin/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-darwin", - "version": "2.23.1", + "version": "2.23.2", "description": "The darwin distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/linux-arm/package.json b/npm-binary-distributions/linux-arm/package.json index 96fa85c65e..3cfbd2a675 100644 --- a/npm-binary-distributions/linux-arm/package.json +++ b/npm-binary-distributions/linux-arm/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-linux-arm", - "version": "2.23.1", + "version": "2.23.2", "description": "The linux arm distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/linux-arm64/package.json b/npm-binary-distributions/linux-arm64/package.json index d0d7632100..001f2e01dd 100644 --- a/npm-binary-distributions/linux-arm64/package.json +++ b/npm-binary-distributions/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-linux-arm64", - "version": "2.23.1", + "version": "2.23.2", "description": "The linux arm64 distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/linux-i686/package.json b/npm-binary-distributions/linux-i686/package.json index cdce811640..542f928e07 100644 --- a/npm-binary-distributions/linux-i686/package.json +++ b/npm-binary-distributions/linux-i686/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-linux-i686", - "version": "2.23.1", + "version": "2.23.2", "description": "The linux x86 and ia32 distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/linux-x64/package.json b/npm-binary-distributions/linux-x64/package.json index 6042546485..18175a6275 100644 --- a/npm-binary-distributions/linux-x64/package.json +++ b/npm-binary-distributions/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-linux-x64", - "version": "2.23.1", + "version": "2.23.2", "description": "The linux x64 distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/win32-i686/package.json b/npm-binary-distributions/win32-i686/package.json index bcd0858966..247f51b4cf 100644 --- a/npm-binary-distributions/win32-i686/package.json +++ b/npm-binary-distributions/win32-i686/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-win32-i686", - "version": "2.23.1", + "version": "2.23.2", "description": "The windows x86 and ia32 distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/npm-binary-distributions/win32-x64/package.json b/npm-binary-distributions/win32-x64/package.json index 6550d308b3..d735bdfb4a 100644 --- a/npm-binary-distributions/win32-x64/package.json +++ b/npm-binary-distributions/win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli-win32-x64", - "version": "2.23.1", + "version": "2.23.2", "description": "The windows x64 distribution of the Sentry CLI binary.", "repository": "https://github.com/getsentry/sentry-cli", "license": "BSD-3-Clause", diff --git a/package.json b/package.json index b82ec3e288..9a8a4bc01b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "2.23.1", + "version": "2.23.2", "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", "repository": "git://github.com/getsentry/sentry-cli.git", "homepage": "https://docs.sentry.io/hosted/learn/cli/", @@ -30,13 +30,13 @@ "prettier": "2.8.8" }, "optionalDependencies": { - "@sentry/cli-darwin": "2.23.1", - "@sentry/cli-linux-arm": "2.23.1", - "@sentry/cli-linux-arm64": "2.23.1", - "@sentry/cli-linux-i686": "2.23.1", - "@sentry/cli-linux-x64": "2.23.1", - "@sentry/cli-win32-i686": "2.23.1", - "@sentry/cli-win32-x64": "2.23.1" + "@sentry/cli-darwin": "2.23.2", + "@sentry/cli-linux-arm": "2.23.2", + "@sentry/cli-linux-arm64": "2.23.2", + "@sentry/cli-linux-i686": "2.23.2", + "@sentry/cli-linux-x64": "2.23.2", + "@sentry/cli-win32-i686": "2.23.2", + "@sentry/cli-win32-x64": "2.23.2" }, "scripts": { "postinstall": "node ./scripts/install.js",