Releases: DataDog/test-visibility-github-action
Release list
v3.0.0
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@v3Explicit 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
- feat: pin and automate library defaults for v3 by @juan-fernandez in #70
Full Changelog: v2.10.0...v3.0.0
v2.10.0
What's Changed
- Upgrade the action to installer v15 by @daniel-mohedano in #68
v2.9.0
What's Changed
- Upgrade the action to installer v14 by @daniel-mohedano in #65
v2.8.0
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
v2.6.0
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
What's Changed
- Pin the cache action to a specific commit by @dougwaldron in #49
New Contributors
- @dougwaldron made their first contribution in #49
Full Changelog: v2.4.1...v2.5.0
v2.4.1
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
v2.3.6
Release v2.3.6 - Enable Go caching