Skip to content

Releases: gradle/wrapper-validation-action

v3.3.2

25 Apr 20:53
216d1ad
Compare
Choose a tag to compare

Important

As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.3.2

v3.3.1

18 Apr 19:56
5188e9b
Compare
Choose a tag to compare

Important

As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.3.1

v3.3.0

12 Apr 21:16
460a3ca
Compare
Choose a tag to compare

This is the first release of gradle/wrapper-validation-action available with the v3 version tag.

Important

As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

Changes from wrapper-validation-acion@v2

There are no functional changes in this release. The jump directly to v3 (and v3.3.0) serves 2 purposes:

  • Ensure that users explicitly switch to the new delegating action implementation
    • This upgrade also provides an opportunity for users to switch directly to gradle/actions/wrapper-validation
  • Allows us to have consistent version numbering between gradle/wrapper-validation-action and gradle/actions/wrapper-validation

See #198

Full Changelog: v2.1.3...v3.3.0

v2.1.3

09 Apr 22:34
b5418f5
Compare
Choose a tag to compare

What's Changed

  • Update various NPM dependencies
  • Update wrapper checksums to include Gradle 8.7

Full Changelog: v2.1.2...v2.1.3

v2.1.2

22 Mar 03:25
Compare
Choose a tag to compare

What's Changed

  • Update various NPM dependencies
  • Update wrapper checksums

Full Changelog: v2.1.1...v2.1.2

v2.1.1

10 Feb 17:02
699bb18
Compare
Choose a tag to compare

Changelog

  • [FIX] Add hardcoded checksum for Gradle 7.6.4

Full Changelog: v2...v2.1.1

v2.1.0

07 Feb 15:45
85cde3f
Compare
Choose a tag to compare

This release should vastly reduce the number of network requests made by the wrapper-validation-action, by hardcoding the checksums of all known Gradle wrapper jars at time of release. With this improvement, a number of long-standing issues should be addressed (#164, #162, #57).

The action should now only make network requests to validate the checksums of an unknown gradle-wrapper.jar. This can happen if:

  • The Gradle version was published after this action was released
  • The gradle-wrapper.jar is truly invalid

Changelog

  • [NEW] Hardcode list of known checksums to avoid network requests in most cases (#161)

Huge thanks to @Marcono1234 for contributing this long-awaited improvement.

v2.0.1

06 Feb 15:28
a494d93
Compare
Choose a tag to compare

This patch release fixes error reporting when failing to retrieve the checksums from services.gradle.org

  • [FIX] After migration from v1 to v2 silently fails (#174)

v2.0.0

01 Feb 17:43
27152f6
Compare
Choose a tag to compare

What's Changed

The version of the Node.js runtime was updated to 20, and the majority of dependencies were updated to the latest versions.
From now on, the wrapper-validation-action will require a Node.js 20 runtime environment.

There are no functional changes in this release.
This release is tagged with the v2 version label.

  • [NEW] Update Node.js runtime to version 20 (#170)

v2.0.0-rc.1

29 Jan 20:54
27152f6
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

This is a release candidate for v2.0.0. It is also available under the v2 version label.

What's Changed

The version of the Node.js runtime was updated to 20, and the majority of dependencies were updated to the latest versions.
From now on, the wrapper-validation-action will require a Node.js 20 runtime environment.

There are no functional changes in this release.

  • [NEW] Update Node.js runtime to version 20 (#170)