Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-sentry-android-gradle-plugin.sh from 5.12.2 to 6.0.0.

Auto-generated by a dependency updater.

Changelog

6.0.0

Breaking Changes

This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of this plugin if you need support for older Sentry self-hosted versions.

  • Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. (#911)
  • Minimum supported Kotlin language version is now 1.8 (#935)

Features

  • Add upload functionality for Size Analysis (#915)
  • Add upload functionality for Build Distribution (#986)
  • Auto-install for Auto-Update Build Distribution SDK when enabled for variant (#1001)
  • Add VCS info extension for build uploads with customizable version control metadata (#969)
  • Include version in logs if auto install refuses to install a dependency (#979)
  • Auto install Spring Boot 4 (sentry-spring-boot-4) and Spring 7 (sentry-spring-7) modules (#980)

Fixes

  • Enable caching for BundleSourcesTask (#894)
  • Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin (#944)
  • Fix compatibility with Kotlin 2.3.0 (#1046)
  • Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 (#980)
  • Allow lazily configured version details for ProGuard mappings (#974)
  • Fix Modifier.sentryTag() not found warning (#997)
  • Fix reproducible builds by writing sentry-debug-meta.properties without timestamps (#876)
  • Skip generating sentry-debug-meta.properties when includeProguardMapping and includeSourceContext are disabled (#1047)
  • Fix proguard mapping tasks compatibility with Kotlin/Compose 2.3.0 (#1054)
  • Include root project check in preMerge task (#1006)
  • Set SENTRY_PIPELINE environment variable for all sentry-cli invocations (#1036)
  • Stop passing deprecated parameters to sentry-cli (#1015)
  • Rename orgAuthToken to distributionAuthToken (#1025)
  • Remove null conventions from VcsInfoExtension (#983)

Internal

  • Add Google Truth for easier to debug assertions in tests (#920)
  • Generate AGP/Gradle compatibility matrix dynamically (#873)

Dependencies

6.0.0-rc.1

Fixes

  • Fix compatibility with Kotlin 2.3.0 (#1046)

Dependencies

6.0.0-beta.3

Breaking Changes

This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of the this plugin if you need support for older Sentry self-hosted versions.

Various fixes & improvements

  • Set SENTRY_PIPELINE environment variable for all sentry-cli invocations (#1036)

Dependencies

6.0.0-beta.2

Dependencies

6.0.0-beta.1

Dependencies

6.0.0-alpha.6

Dependencies

6.0.0-alpha.5

Fixes

  • Fix Modifier.sentryTag() not found warning (#997)

Dependencies

6.0.0-alpha.4

Dependencies

6.0.0-alpha.3

Dependencies

6.0.0-alpha.2

Fixes

  • Allow kotlin pre-releases in KotlinCompilerPlugin (#972)

Dependencies

6.0.0-alpha.1

Features

  • Add upload functionality for size analysis (#915)
  • Add VCS info extension for build uploads with customizable version control metadata (#969)
  • Include version in logs if auto install refuses to install a dependency (#979)
  • Auto install Spring Boot 4 (sentry-spring-boot-4) and Spring 7 (sentry-spring-7) modules (#980)

Fixes

  • Enable caching for BundleSourcesTask (#894
  • Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin (#944)
  • Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 (#980)
  • Allow lazily configured version details for ProGuard mappings (#974)

Breaking Changes

  • Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. (#911)
  • Minimum supported Kotlin language version is now 1.8 (#935)

Internal

  • Add Google Truth for easier to debug assertions in tests (#920)
  • Generate AGP/Gradle compatibility matrix dynamically (#873)

Dependencies

Full CHANGELOG.md diff
 -1,5 +1,195 
 # Changelog
 
+## 6.0.0
+
+### Breaking Changes
+
+This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of this plugin if you need support for older Sentry self-hosted versions.
+
+- Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. ([#911](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/911))
+- Minimum supported Kotlin language version is now 1.8 ([#935](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/935))
+
+### Features
+
+- Add upload functionality for [Size Analysis](https://docs.sentry.io/platforms/android/size-analysis/) ([#915](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/915))
+- Add upload functionality for [Build Distribution](https://docs.sentry.io/platforms/android/build-distribution/) ([#986](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/986))
+- Auto-install for [Auto-Update Build Distribution](https://docs.sentry.io/platforms/android/build-distribution/auto-update/) SDK when enabled for variant ([#1001](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1001))
+- Add VCS info extension for build uploads with customizable version control metadata ([#969](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/969))
+- Include version in logs if auto install refuses to install a dependency ([#979](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/979))
+- Auto install Spring Boot 4 (`sentry-spring-boot-4`) and Spring 7 (`sentry-spring-7`) modules ([#980](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/980))
+
+### Fixes
+
+- Enable caching for BundleSourcesTask ([#894](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/894))
+- Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin ([#944](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/944))
+- Fix compatibility with Kotlin 2.3.0 ([#1046](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1046))
+- Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 ([#980](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/980))
+- Allow lazily configured version details for ProGuard mappings ([#974](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/974))
+- Fix `Modifier.sentryTag()` not found warning ([#997](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/997))
+- Fix reproducible builds by writing `sentry-debug-meta.properties` without timestamps ([#876](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/876))
+- Skip generating `sentry-debug-meta.properties` when `includeProguardMapping` and `includeSourceContext` are disabled ([#1047](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1047))
+- Fix proguard mapping tasks compatibility with Kotlin/Compose 2.3.0 ([#1054](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1054))
+- Include root project check in preMerge task ([#1006](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1006))
+- Set SENTRY_PIPELINE environment variable for all sentry-cli invocations ([#1036](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1036))
+- Stop passing deprecated parameters to sentry-cli ([#1015](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1015))
+- Rename orgAuthToken to distributionAuthToken ([#1025](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1025))
+- Remove null conventions from VcsInfoExtension ([#983](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/983))
+
+### Internal
+
+- Add Google Truth for easier to debug assertions in tests ([#920](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/920))
+- Generate AGP/Gradle compatibility matrix dynamically ([#873](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/873))
+
+### Dependencies
+
+- Set build default Gradle Version to 8.14.2 ([#891](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/891))
+- Bump Android SDK from v8.14.0 to v8.31.0 ([#919](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/919), [#936](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/936), [#943](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/943), [#958](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/958), [#962](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/962), [#967](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/967), [#981](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/981), [#988](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/988), [#996](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/996), [#1009](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1009), [#1020](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1020), [#1027](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1027), [#1032](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1032), [#1034](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1034), [#1041](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1041), [#1053](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1053), [#1058](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1058))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8310](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8310))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.14.0...8.31.0)
+- Bump CLI from v2.46.0 to v3.1.0 ([#948](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/948), [#957](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/957), [#964](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/964), [#970](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/970), [#987](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/987), [#990](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/990), [#993](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/993), [#1002](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1002), [#1014](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1014), [#1024](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1024), [#1028](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1028), [#1037](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1037), [#1038](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1038), [#1040](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1040), [#1043](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1043), [#1049](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1049), [#1052](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1052))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#310](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/310))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.46.0...3.1.0)
+
+## 6.0.0-rc.1
+
+### Fixes
+
+- Fix compatibility with Kotlin 2.3.0 ([#1046](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1046))
+
+### Dependencies
+
+- Bump CLI from v3.0.0 to v3.0.1 ([#1043](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1043))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#301](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/301))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/3.0.0...3.0.1)
+
+## 6.0.0-beta.3
+
+### Breaking Changes
+
+This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of the this plugin if you need support for older Sentry self-hosted versions.
+
+### Various fixes & improvements
+
+- Set SENTRY_PIPELINE environment variable for all sentry-cli invocations ([#1036](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1036))
+
+### Dependencies
+
+- Bump Android SDK from v8.26.0 to v8.28.0 ([#1032](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1032), [#1034](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1034))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8280](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8280))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.26.0...8.28.0)
+- Bump CLI from v2.58.2 to v3.0.0 ([#1037](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1037), [#1038](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1038), [#1040](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1040))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#300](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/300))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.58.2...3.0.0)
+
+## 6.0.0-beta.2
+
+### Dependencies
+
+- Bump CLI from v2.57.0 to v2.58.2 ([#1024](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1024), [#1028](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1028))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2582](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2582))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.57.0...2.58.2)
+- Bump Android SDK from v8.25.0 to v8.26.0 ([#1027](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1027))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8260](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8260))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.25.0...8.26.0)
+
+## 6.0.0-beta.1
+
+### Dependencies
+
+- Bump Android SDK from v8.24.0 to v8.25.0 ([#1020](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1020))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8250](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8250))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.24.0...8.25.0)
+
+## 6.0.0-alpha.6
+
+### Dependencies
+
+- Bump CLI from v2.56.0 to v2.57.0 ([#1002](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1002), [#1014](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1014))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2570](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2570))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.56.0...2.57.0)
+- Bump Android SDK from v8.23.0 to v8.24.0 ([#1009](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/1009))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8240](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8240))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.23.0...8.24.0)
+
+## 6.0.0-alpha.5
+
+### Fixes
+
+- Fix `Modifier.sentryTag()` not found warning ([#997](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/997))
+
+### Dependencies
+
+- Bump Android SDK from v8.22.0 to v8.23.0 ([#996](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/996))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8230](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8230))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.22.0...8.23.0)
+
+## 6.0.0-alpha.4
+
+### Dependencies
+
+- Bump CLI from v2.55.0 to v2.56.0 ([#993](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/993))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2560](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2560))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.55.0...2.56.0)
+
+## 6.0.0-alpha.3
+
+### Dependencies
+
+- Bump Android SDK from v8.21.1 to v8.22.0 ([#988](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/988))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8220](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8220))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
+- Bump CLI from v2.54.0 to v2.55.0 ([#990](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/990))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2550](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2550))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.54.0...2.55.0)
+
+## 6.0.0-alpha.2
+
+### Fixes
+
+- Allow kotlin pre-releases in KotlinCompilerPlugin ([#972](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/972))
+
+### Dependencies
+
+- Bump CLI from v2.53.0 to v2.54.0 ([#987](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/987))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2540](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2540))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.53.0...2.54.0)
+
+## 6.0.0-alpha.1
+
+### Features
+
+- Add upload functionality for size analysis ([#915](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/915))
+- Add VCS info extension for build uploads with customizable version control metadata ([#969](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/969))
+- Include version in logs if auto install refuses to install a dependency ([#979](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/979))
+- Auto install Spring Boot 4 (`sentry-spring-boot-4`) and Spring 7 (`sentry-spring-7`) modules ([#980](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/980))
+
+### Fixes
+
+- Enable caching for BundleSourcesTask ([#894](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/894)
+- Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin ([#944](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/944))
+- Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 ([#980](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/980))
+- Allow lazily configured version details for ProGuard mappings ([#974](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/974))
+
+### Breaking Changes
+
+- Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. ([#911](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/911))
+- Minimum supported Kotlin language version is now 1.8 ([#935](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/935))
+
+### Internal
+
+- Add Google Truth for easier to debug assertions in tests ([#920](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/920))
+- Generate AGP/Gradle compatibility matrix dynamically ([#873](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/873))
+
+### Dependencies
+
+- Set build default Gradle Version to 8.14.2 ([#891](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/891))
+- Bump Android SDK from v8.14.0 to v8.21.1 ([#936](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/936), [#943](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/943), [#958](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/958), [#962](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/962), [#967](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/967), [#981](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/981))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8211](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8211))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.14.0...8.21.1)
+- Bump CLI from v2.46.0 to v2.53.0 ([#948](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/948), [#957](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/957), [#964](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/964), [#970](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/970))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2530](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/2530))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.46.0...2.53.0)
+
 ## 5.12.2
 
 ### Fixes
 -17,8 +207,8 
 ### Dependencies
 
 - Bump Android SDK from v8.21.1 to v8.22.0 ([#989](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/989))
-    - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8220](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8220))
-    - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8220](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8220))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
 
 ## 5.11.0
 
 -34,16 +224,16 
 ### Dependencies
 
 - Bump Android SDK from v8.20.0 to v8.21.1 ([#981](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/981))
-    - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8211](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8211))
-    - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.20.0...8.21.1)
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8211](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8211))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.20.0...8.21.1)
 
 ## 5.10.0
 
 ### Dependencies
 
 - Bump Android SDK from v8.19.0 to v8.20.0 ([#967](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/pull/967))
-    - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8200](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8200))
-    - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.19.0...8.20.0)
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8200](https://github-redirect.dependabot.com/getsentry/sentry-android-gradle-plugin/issues/8200))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.19.0...8.20.0)
 
 ## 5.9.0
 

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 26, 2026
@antonis antonis marked this pull request as draft January 26, 2026 16:28
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 26, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update Sentry Android Gradle Plugin to v6.0.0 by github-actions[bot] in #5580
  • chore(deps): update Bundler Plugins to v4.8.0 by github-actions in #5581
  • feat(tracing): Add sentry-span-attributes prop for custom span attributes by antonis in #5569
  • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by dependabot in #5576
  • chore(deps): bump github/codeql-action from 4.31.10 to 4.31.11 by dependabot in #5573
  • chore(deps): bump getsentry/craft from 2.19.0 to 2.20.0 by dependabot in #5575
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.19.0 to 2.20.0 by dependabot in #5574
  • ci(release): Fix changelog-preview permissions by BYK in #5571

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 26, 2026

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against 1d06122

Copy link
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Converting to draft and marking as blocked since the bump has been merged in v8 with #5578
Won't close the PR for since the automation will recreate it.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-android-gradle-plugin.sh branch from 8e26cdf to 5f21575 Compare January 27, 2026 10:34
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-android-gradle-plugin.sh branch from 5f21575 to 1d06122 Compare January 27, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Blocked dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants