Releases: sclorg/testing-farm-as-github-action
Releases · sclorg/testing-farm-as-github-action
Release v4.2.0
What's Changed
New
- feat: use TF API to detect TF scope from API key (#329) @jamacku
- feat: allow to pass undocumented tmt_context inputs (#328) @jamacku
Dependency Updates
10 changes
- deps: update dependencies (#327) @jamacku
- build(deps): bump @octokit/types from 15.0.0 to 16.0.0 (#322) @dependabot[bot]
- build(deps-dev): bump @types/node from 24.6.1 to 24.9.2 (#321) @dependabot[bot]
- build(deps): bump actions/upload-artifact from 4 to 5 (#319) @dependabot[bot]
- build(deps): bump github/codeql-action from 3 to 4 (#318) @dependabot[bot]
- build(deps): bump actions/setup-node from 5 to 6 (#317) @dependabot[bot]
- deps: update yarn and dependencies (#314) @jamacku
- build(deps): bump actions/setup-node from 4 to 5 (#308) @dependabot[bot]
- build(deps): bump actions/checkout from 4 to 5 (#307) @dependabot[bot]
- Update dependencies (#304) @jamacku
Full Changelog: v4.1.0...v4.2.0
Release v4.1.0
What's Changed
New
Documentation
Other changes
Dependency Updates
11 changes
- deps: update yarn and dependencies (#299) @jamacku
- build(deps-dev): bump @types/node from 22.14.0 to 24.0.8 (#297) @dependabot[bot]
- build(deps): bump @octokit/core from 6.1.5 to 7.0.2 (#293) @dependabot[bot]
- build(deps): bump @octokit/rest from 21.1.1 to 22.0.0 (#290) @dependabot[bot]
- build(deps-dev): bump vitest from 3.1.2 to 3.2.4 (#296) @dependabot[bot]
- build(deps): bump @actions/github from 6.0.0 to 6.0.1 (#292) @dependabot[bot]
- build(deps): bump @octokit/types from 13.10.0 to 14.0.0 (#286) @dependabot[bot]
- build(deps): bump @octokit/core from 6.1.4 to 6.1.5 (#283) @dependabot[bot]
- build(deps): bump testing-farm from 1.10.0 to 1.10.1 (#284) @dependabot[bot]
- build(deps-dev): bump vitest from 3.1.1 to 3.1.2 (#285) @dependabot[bot]
- build(deps-dev): bump typescript from 5.8.2 to 5.8.3 (#287) @dependabot[bot]
Full Changelog: v4.0.0...v4.1.0
Release v4.0.0
What's Changed
Breaking
New
- feat: add started time information to summary (#235) @jamacku
- feat: access TF using Authorization header (#232) @jamacku
Documentation
- Prepare for release of new major version -
v4(#281) @jamacku - Small documentation improvements (#236) @jamacku
- doc: update examples from
v2tov3(#233) @jamacku
Other changes
Automation and CI changes
Dependency Updates
20 changes
- Update yarn to 4.8.1 & update dependencies to latest version (#280) @jamacku
- build: update dependencies (#274) @jamacku
- deps: update yarn and dependencies (#268) @jamacku
- Update dependencies (#261) @jamacku
- build(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 (#253) @dependabot[bot]
- build(deps): bump @octokit/plugin-throttling from 9.3.1 to 9.3.2 (#252) @dependabot[bot]
- build(deps): bump @actions/core from 1.10.1 to 1.11.1 (#251) @dependabot[bot]
- build(deps-dev): bump typescript from 5.6.3 to 5.7.2 (#254) @dependabot[bot]
- build(deps-dev): bump @vitest/coverage-v8 from 2.1.4 to 2.1.6 (#250) @dependabot[bot]
- build(deps): bump codecov/codecov-action from 4 to 5 (#249) @dependabot[bot]
- build(deps-dev): bump vitest from 2.1.1 to 2.1.4 (#247) @dependabot[bot]
- build(deps): bump @octokit/types from 13.6.0 to 13.6.1 (#248) @dependabot[bot]
- build(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.4 (#246) @dependabot[bot]
- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#245) @dependabot[bot]
- build(deps-dev): bump @types/node from 22.5.2 to 22.8.6 (#244) @dependabot[bot]
- build(deps-dev): bump @vitest/coverage-v8 from 2.0.5 to 2.1.1 (#240) @dependabot[bot]
- build(deps-dev): bump @vercel/ncc from 0.38.1 to 0.38.2 (#237) @dependabot[bot]
- build(deps-dev): bump @total-typescript/ts-reset from 0.6.0 to 0.6.1 (#239) @dependabot[bot]
- build(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#241) @dependabot[bot]
- build(deps): bump @octokit/types from 13.5.0 to 13.6.0 (#238) @dependabot[bot]
Full Changelog: v3.1.2...v4.0.0
Release v3.1.2
What's Changed
Bug Fixes
- Pass
tmt_plan_filterto TF even whentmt_hardwareinput is undefined (#231) @jamacku - fix(post): lower the limit for the post cancellations (#226) @jamacku
Dependency Updates
- build(deps): bump @octokit/rest from 21.0.1 to 21.0.2 (#229) @dependabot
- build(deps-dev): bump @total-typescript/ts-reset from 0.5.1 to 0.6.0 (#228) @dependabot
- build(deps-dev): bump @types/node from 22.0.2 to 22.5.2 (#227) @dependabot
Full Changelog: v3.1.1...v3.1.2
Release v3.1.1
Release v3.1.0
What's Changed
New
- This issue adds plan-filter into TFaGA (#223) @phracek
- feat: allow to provide context for non-PR events (#220) @jamacku
Bug Fixes
- Don't cancel TF request when GHA Runner cancel the job
(#212) @jamacku - fix: don't fail when pull_request context in unavailable (#207) @jamacku
- Fix link in case of private (#205) @phracek
Documentation
- Remove
debuginput - no longer supported (outdated documentation) (#213) @jamacku - doc: fix and update
create_github_summarydocumentation (#210) @jamacku
Dependency Updates
7 changes
- build(deps): bump @octokit/plugin-throttling from 9.3.0 to 9.3.1 (#221) @dependabot
- build(deps-dev): bump @vitest/coverage-v8 from 1.6.0 to 2.0.5 (#216) @dependabot
- build(deps-dev): bump vitest from 1.6.0 to 2.0.5 (#217) @dependabot
- build(deps-dev): bump typescript from 5.5.2 to 5.5.4 (#218) @dependabot
- build(deps-dev): bump @types/node from 20.14.9 to 22.0.2 (#219) @dependabot
- build(deps): bump @octokit/rest from 21.0.0 to 21.0.1 (#215) @dependabot
- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 (#214) @dependabot
Full Changelog: v3.0.0...v3.1.0
Release v3.0.0
What's Changed
Breaking
Bug Fixes
Dependency Updates
- build(deps): bump @octokit/rest from 20.1.1 to 21.0.0 (#200) @dependabot
- build(deps-dev): bump vitest from 1.5.3 to 1.6.0 (#201) @dependabot
Full Changelog: v2.3.0...v3.0.0
Release v2.3.0
What's Changed
New
Bug Fixes
Documentation
Automation and CI changes
- Fix timeout test ⏲️ (#197) @jamacku
- Add test for Testing Farm timeout (#181) @phracek
- Remove
github_summary_testworkflow (#191) @jamacku
Dependency Updates
- build(deps-dev): bump @types/node from 20.12.8 to 20.14.0 (#196) @dependabot
- build(deps-dev): bump @vitest/coverage-v8 from 1.5.3 to 1.6.0 (#193) @dependabot
- build(deps): bump @octokit/rest from 20.1.0 to 20.1.1 (#195) @dependabot
Full Changelog: v2.2.1...v2.3.0
Release v2.2.1
Release v2.2.0
What's Changed
New
- Add multihost testing (#169) @engelmi
- Fix coverage and add more verbose output (#153) @phracek
- Add support path in tmt repository with metadata. (#147) @phracek
- Add support for user specific hardware and disk (#146) @phracek
Bug Fixes
Documentation
Automation and CI changes
Dependency Updates
10 changes
- build: update dependencies (#180) @jamacku
- build(deps): bump @octokit/plugin-throttling from 8.1.3 to 9.3.0 (#176) @dependabot
- build(deps): bump @octokit/core from 5.0.1 to 6.1.2 (#171) @dependabot
- build(deps): bump @octokit/types from 13.4.1 to 13.5.0 (#174) @dependabot
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.8.0 (#170) @dependabot
- build(deps-dev): bump @types/node from 20.9.0 to 20.12.7 (#163) @dependabot
- build(deps-dev): bump typescript from 5.3.3 to 5.4.5 (#160) @dependabot
- build(deps): bump @octokit/types from 12.4.0 to 13.4.1 (#167) @dependabot
- build(deps): bump @octokit/rest from 20.0.2 to 20.1.0 (#161) @dependabot
- build(deps-dev): bump @typescript-eslint/parser from 7.1.1 to 7.5.0 (#149) @dependabot
Full Changelog: v2.1.1...v2.2.0