Skip to content
Compare
Choose a tag to compare
@bigdaz bigdaz released this 30 Jan 18:15
· 1 commit to main since this release
94baf22

This release brings some significant improvements to cache-cleanup and dependency-submission:

  • Cleanup cache entries written by newly released Gradle versions (#436)
  • Use existing Gradle wrapper distribution for cache-cleanup where possible (#515)
  • Automatically save each dependency-graph that is submitted by dependency-submission (#519)
  • Fix deprecation warnings emitted by Gradle 8.12+ when:
    • Using build-scan-publish: true or Develocity injection (#543)
    • Using dependency-submission with an authenticated plugin repository with Gradle (#541)
  • Fix warning when using toolchain support with Gradle 7.x (#511)

What's Changed

  • Update known wrapper checksums by @github-actions in #493
  • Fix typo in cache-reporting.ts by @SimonMarquis in #492
  • Bump Gradle Wrappers by @github-actions in #499
  • Bump the github-actions group across 3 directories with 7 updates by @dependabot in #510
  • Bump the npm-dependencies group across 1 directory with 6 updates by @dependabot in #512
  • Clean-up missing imports for tests by @bigdaz in #513
  • Bump the npm-dependencies group in /sources with 3 updates by @dependabot in #521
  • Add npm build scans by @bigdaz in #517
  • Avoid env-var interpolation in toolchains.xml by @bigdaz in #518
  • Avoid saving build-results for cache cleanup by @bigdaz in #520
  • Save dependency graph as workflow artifact by @bigdaz in #522
  • Update to CCUDGP 2.1 by @bigdaz in #524
  • Bump references to Develocity Gradle plugin from 3.19 to 3.19.1 by @bot-githubaction in #527
  • Choose best Gradle version to use for cache cleanup by @bigdaz in #526
  • Uppercase cache-encryption-key by @Goooler in #528
  • Attempt to use gradle wrapper for cache cleanup by @bigdaz in #525
  • Document GRADLE_ACTIONS_SKIP_BUILD_RESULT_CAPTURE by @bigdaz in #529
  • Update known wrapper checksums by @github-actions in #509
  • Bump Gradle Wrappers by @github-actions in #535
  • Bump the github-actions group across 2 directories with 2 updates by @dependabot in #538
  • Update undici to resolve vulnerability by @bigdaz in #536
  • Bump the npm-dependencies group across 1 directory with 2 updates by @dependabot in #539
  • Update docs for dependency review by @bigdaz in #540
  • Fix space assignment deprecations in init-scripts by @bigdaz in #542

New Contributors

Full Changelog: v4.2.2...v4.3.0