Skip to content

Releases: DataDog/test-visibility-github-action

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 09:38
v3.0.0
d6d648d

Migrating from v2 to v3

v3 replaces runtime latest library resolution with exact default versions pinned by each action release. No input names or required configuration changed.

Update the action reference in your workflow:

- uses: datadog/test-visibility-github-action@v2
+ uses: datadog/test-visibility-github-action@v3

Explicit library-version inputs continue to override the action defaults. Without explicit inputs, the first v3 run uses the pinned defaults listed in the README.

Use @v3 to receive future compatible v3 updates automatically, or use @v3.0.0 or a full commit SHA to keep the action and its default library versions fixed until you update the reference.

For details, read the v2-to-v3 migration guide and action versioning options.

What's Changed

Full Changelog: v2.10.0...v3.0.0

v2.10.0

Choose a tag to compare

@github-actions github-actions released this 22 May 10:23
4e7afb0

What's Changed

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 12 May 10:44
a06d552

What's Changed

v2.8.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 13:10
ef8406b

What's Changed

Upgrade the action to installer v13 by @daniel-mohedano in #63

Full Changelog: v2.7.0...v2.8.0

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 10:37
v2.7.0
5729789
Release v2.7.0

v2.6.0

Choose a tag to compare

@daniel-mohedano daniel-mohedano released this 26 Feb 15:51
v2.6.0
f76512a

What's Changed

Map job check run id from default context variables to environment variable by @calvinbayer in #57

Full Changelog: v2.5.0...v2.6.0

v2.5.0

Choose a tag to compare

@nikita-tkachenko-datadog nikita-tkachenko-datadog released this 28 Oct 08:51
f4b026b

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

Choose a tag to compare

@nikita-tkachenko-datadog nikita-tkachenko-datadog released this 30 Jul 12:45
4d09028

What's Changed

  • Fix checksum command to strictly follow the required format + remove quiet option not supported in BusyBox implementation by @nikita-tkachenko-datadog in #46

Full Changelog: v2.4.0...v2.4.1

v2.4.0

Choose a tag to compare

@nikita-tkachenko-datadog nikita-tkachenko-datadog released this 11 Jun 09:01
007b7f7

What's Changed

  • Add option to disable printing to job summary by @stevk in #45

New Contributors

  • @stevk made their first contribution in #45

Full Changelog: v2.3.6...v2.4.0

v2.3.6

Choose a tag to compare

@nikita-tkachenko-datadog nikita-tkachenko-datadog released this 20 May 15:58
a683154
Release v2.3.6 - Enable Go caching