Skip to content

chore(deps): update CLI to v3.4.3#5251

Merged
jamescrosswell merged 1 commit into
mainfrom
deps/scripts/update-cli.ps1
May 24, 2026
Merged

chore(deps): update CLI to v3.4.3#5251
jamescrosswell merged 1 commit into
mainfrom
deps/scripts/update-cli.ps1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps scripts/update-cli.ps1 from 3.4.2 to 3.4.3.

Auto-generated by a dependency updater.

Changelog

3.4.3

Security Fixes

  • Behavior-breaking: Disable Xcode Info.plist preprocessing by default to avoid passing project-controlled compiler settings to cc during release auto-discovery. This affects sentry-cli releases propose-version, sentry-cli send-event and sentry-cli bash-hook --send-event release inference, and sentry-cli react-native xcode auto-release detection. Use --allow-xcode-infoplist-preprocessing only for trusted projects that require preprocessing.
  • Ensure restrictive file permissions maintained when sentry-cli login updates existing config files.
  • Disable TLS verification only when http.verify_ssl is set to false, case-insensitively.
  • Shell-escape generated bash-hook arguments, including paths, tags, release names, and the CLI path.
  • Stop sending environment variables in sentry-cli bash-hook events.
  • Verify the downloaded binary checksum before replacing the current executable in sentry-cli update.

Performance

  • (snapshots) Skip uploading images that already exist in objectstore by batch-checking with HEAD requests first (#3305)

Fixes

  • (snapshots) Reject snapshot uploads that have a PR number but no base SHA, since comparisons cannot work without a base reference (#3300)

@github-actions github-actions Bot requested a review from jamescrosswell as a code owner May 22, 2026 04:24
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label May 22, 2026
@github-actions github-actions Bot requested a review from Flash0ver as a code owner May 22, 2026 04:24
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label May 22, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cli.ps1 branch from a56ecb1 to c36fe0f Compare May 22, 2026 04:24
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.13%. Comparing base (42f6ca6) to head (c36fe0f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5251      +/-   ##
==========================================
+ Coverage   74.09%   74.13%   +0.03%     
==========================================
  Files         508      508              
  Lines       18320    18320              
  Branches     3584     3584              
==========================================
+ Hits        13575    13581       +6     
+ Misses       3872     3864       -8     
- Partials      873      875       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jamescrosswell jamescrosswell merged commit 369de60 into main May 24, 2026
45 checks passed
@jamescrosswell jamescrosswell deleted the deps/scripts/update-cli.ps1 branch May 24, 2026 22:42
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request May 29, 2026
> ℹ️ **Note**
> 
> This PR body was truncated due to platform limits.

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [Sentry.Maui](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | `6.5.0` → `6.6.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Sentry.Maui/6.6.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Sentry.Maui/6.5.0/6.6.0?slim=true) |

---

### Release Notes

<details>
<summary>getsentry/sentry-dotnet (Sentry.Maui)</summary>

### [`v6.6.0`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#660)

[Compare Source](getsentry/sentry-dotnet@6.5.0...6.6.0)

##### Features ✨

- feat: propagate trace to `sentry-android` and `sentry-cocoa` by [@&#8203;bitsandfoxes](https://github.com/bitsandfoxes) in [#&#8203;5244](getsentry/sentry-dotnet#5244)
- feat: User.Id can now be overriden (set to null) in Global mode by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;5039](getsentry/sentry-dotnet#5039)
- feat: Implement strict trace continuation by [@&#8203;giortzisg](https://github.com/giortzisg) in [#&#8203;4981](getsentry/sentry-dotnet#4981)

##### Fixes 🐛

- fix: return early from AddSentryOtlpExporter when DSN is the disable-SDK sentinel by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;5247](getsentry/sentry-dotnet#5247)
- fix: sync default tags to native layer by [@&#8203;bitsandfoxes](https://github.com/bitsandfoxes) in [#&#8203;5214](getsentry/sentry-dotnet#5214)

##### Dependencies ⬆️

##### Deps

- chore(deps): update Cocoa SDK to v9.14.0 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;5252](getsentry/sentry-dotnet#5252)
- chore(deps): update Java SDK to v8.42.0 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;5208](getsentry/sentry-dotnet#5208)

##### Other

- release: 6.6.0 by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [0140be0a](getsentry/sentry-dotnet@0140be0)
- chore: update scripts/update-cli.ps1 to 3.4.3 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;5251](getsentry/sentry-dotnet#5251)
- ci: update the Update Dependencies workflow by [@&#8203;Flash0ver](https://github.com/Flash0ver) in [#&#8203;5175](getsentry/sentry-dotnet#5175)
- chore: update modules/sentry-native to 0.14.2 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;5229](getsentry/sentry-dotnet#5229)
- chore: update...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants