Skip to content

Commit

Permalink
Merge branch 'release/2.36.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 1, 2024
2 parents e0a589b + 362ff38 commit 1299e69
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 18 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott

## 2.36.5

There are no code changes in this release. It is a re-release of 2.36.4, which we are making because 2.36.4 and 2.36.3
failed to publish to PyPI.

## 2.36.4

This releases fixes includes a bugfix (#2171 by @szokeasaurusrex) for #2169. The bug caused any command run with
`sentry-cli monitors run` to not be executed whenever sending the cron checkin to Sentry failed, e.g. during a Sentry
outage or due to some other network failure. With the bugfix, we log the error and execute the program even when there
was an error sending the checkin.

**We recommend that all users using `sentry-cli monitors run` upgrade to Sentry CLI version 2.36.4 immediately.**

## 2.36.3

### Various fixes & improvements

- build: Upgrade `curl-sys` (#2164) by @szokeasaurusrex

## 2.36.2

### Various fixes & improvements
Expand All @@ -20,7 +40,8 @@
### Various fixes & improvements

- Log when file not added to source bundle (#2146) by @szokeasaurusrex
- Bump Symbolic to `12.11.0`. This fixes a bug where uploading source files sometimes failed when any of the files were not UTF-8 encoded
- Bump Symbolic to `12.11.0`. This fixes a bug where uploading source files sometimes failed when any of the files were
not UTF-8 encoded

## 2.35.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Armin Ronacher <[email protected]>"]
build = "build.rs"
name = "sentry-cli"
version = "2.36.2"
version = "2.36.5"
edition = "2021"
rust-version = "1.65"

Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/darwin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-darwin",
"version": "2.36.2",
"version": "2.36.5",
"description": "The darwin distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-arm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-arm",
"version": "2.36.2",
"version": "2.36.5",
"description": "The linux arm distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-arm64",
"version": "2.36.2",
"version": "2.36.5",
"description": "The linux arm64 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-i686/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-i686",
"version": "2.36.2",
"version": "2.36.5",
"description": "The linux x86 and ia32 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-linux-x64",
"version": "2.36.2",
"version": "2.36.5",
"description": "The linux x64 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/win32-i686/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-win32-i686",
"version": "2.36.2",
"version": "2.36.5",
"description": "The windows x86 and ia32 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion npm-binary-distributions/win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli-win32-x64",
"version": "2.36.2",
"version": "2.36.5",
"description": "The windows x64 distribution of the Sentry CLI binary.",
"repository": "https://github.com/getsentry/sentry-cli",
"license": "BSD-3-Clause",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/cli",
"version": "2.36.2",
"version": "2.36.5",
"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/",
Expand Down Expand Up @@ -30,13 +30,13 @@
"prettier": "2.8.8"
},
"optionalDependencies": {
"@sentry/cli-darwin": "2.36.2",
"@sentry/cli-linux-arm": "2.36.2",
"@sentry/cli-linux-arm64": "2.36.2",
"@sentry/cli-linux-i686": "2.36.2",
"@sentry/cli-linux-x64": "2.36.2",
"@sentry/cli-win32-i686": "2.36.2",
"@sentry/cli-win32-x64": "2.36.2"
"@sentry/cli-darwin": "2.36.5",
"@sentry/cli-linux-arm": "2.36.5",
"@sentry/cli-linux-arm64": "2.36.5",
"@sentry/cli-linux-i686": "2.36.5",
"@sentry/cli-linux-x64": "2.36.5",
"@sentry/cli-win32-i686": "2.36.5",
"@sentry/cli-win32-x64": "2.36.5"
},
"scripts": {
"postinstall": "node ./scripts/install.js",
Expand Down

0 comments on commit 1299e69

Please sign in to comment.