Skip to content

Releases: gradle/wrapper-validation-action

v3.4.2

17 Jun 18:49
8842585
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.4.2

v3.4.1

15 Jun 03:37
9ba54b6
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.4.1

v3.4.0

13 Jun 21:13
26ffd68
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.4.0

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.