Skip to content

Commit c16a573

Browse files
github-actions[bot]web-flowvaind
authored
chore(deps): update CLI to v2.38.1 (#273)
* chore: update scripts/update-cli.sh to 2.38.1 * chore: update CLI update PRs instead of creating new ones --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Ivan Dlugos <[email protected]>
1 parent 3f97103 commit c16a573

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

.github/workflows/update-deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
with:
1616
path: scripts/update-cli.sh
1717
name: CLI
18+
pr-strategy: update
1819
secrets:
1920
api-token: ${{ secrets.CI_DEPLOY_KEY }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
- Only upload `.dart` files with `upload-sourcemaps` when `upload_sources` is enabled ([#247](https://github.com/getsentry/sentry-dart-plugin/pull/247))
1212
- Enable `upload_sources` to opt in to Flutter web source context
1313

14+
### Dependencies
15+
16+
- Bump CLI from v2.27.0 to v2.38.1 ([#273](https://github.com/getsentry/sentry-dart-plugin/pull/273))
17+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2381)
18+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.27.0...2.38.1)
19+
1420
## 2.1.0
1521

1622
### Features

lib/src/cli/_sources.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@ import 'package:sentry_dart_plugin/src/cli/sources.dart';
44

55
import 'host_platform.dart';
66

7-
const _version = '2.27.0';
7+
const _version = '2.38.1';
88

99
final currentCLISources = {
1010
HostPlatform.darwinUniversal: CLISource(
1111
'sentry-cli-Darwin-universal',
1212
_version,
13-
'8693527282890285f55d9b55414905e8621dd788ad3ae4c85175b84e8eeb6a04',
13+
'c79989225f226b5c8af6b0f3515df9ae25afe6558bd8231d3b94e1fc40e1aa34',
1414
),
1515
HostPlatform.linuxAarch64: CLISource(
1616
'sentry-cli-Linux-aarch64',
1717
_version,
18-
'54fce909d18c815cb41a3fd24088b76b58872326f211e18ee28646ae844882b0',
18+
'ce056adc10cc15d16578d9d65cda98b1d1e97fca7fcc826772a13012495360e1',
1919
),
2020
HostPlatform.linuxArmv7: CLISource(
2121
'sentry-cli-Linux-armv7',
2222
_version,
23-
'7fbc79ea7d90aa39acf7e0cdd66535258494ef981401ce37c477b42393505b79',
23+
'09c6f2b0589b64b2657a64806eeb44313f63637639cc986b39ceef64dcf10084',
2424
),
2525
HostPlatform.linux64bit: CLISource(
2626
'sentry-cli-Linux-x86_64',
2727
_version,
28-
'6b31bbd385d436620415305c12ae181c38bdd3a54c243803dc3ff241ee952356',
28+
'6d5a4a2d93040fba4d9cf01b7abf5e43ffc0a013555ec2aab6a9d62fd5393ddb',
2929
),
3030
HostPlatform.windows32bit: CLISource(
3131
'sentry-cli-Windows-i686.exe',
3232
_version,
33-
'de0fa9d55f7c78f16b712955607979b21f797ba89e08e490a76f07991b272d4d',
33+
'466a1c829a303ef27c1285cda9c214b1cfa50f97b3f9a142800340390ddbe579',
3434
),
3535
HostPlatform.windows64bit: CLISource(
3636
'sentry-cli-Windows-x86_64.exe',
3737
_version,
38-
'ff6e8708ef7e95d1358e38ed5dc8bb4e62ebd359aff4749dc336b8d2e48ba5b9',
38+
'5f6e48b5111ba342f97babb2f97dc329c5e202e6f188cbbc8b8ab9bb368ee915',
3939
),
4040
};

0 commit comments

Comments
 (0)