Skip to content

Releases: sclorg/testing-farm-as-github-action

Release v3.1.2

10 Sep 08:00
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Pass tmt_plan_filter to TF even when tmt_hardware input 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

27 Aug 07:48
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v3.1.0...v3.1.1

Release v3.1.0

16 Aug 08:13
c10d1c7
Compare
Choose a tag to compare

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 :octocat: (#212) @jamacku
  • fix: don't fail when pull_request context in unavailable (#207) @jamacku
  • Fix link in case of private (#205) @phracek

Documentation

  • Remove debug input - no longer supported (outdated documentation) (#213) @jamacku
  • doc: fix and update create_github_summary documentation (#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

18 Jul 13:53
Compare
Choose a tag to compare

What's Changed

Breaking

  • feat: update default value of git_ref 🧷 (#190) @jamacku

Bug Fixes

Dependency Updates

Full Changelog: v2.3.0...v3.0.0

Release v2.3.0

02 Jul 11:13
cd4ffa0
Compare
Choose a tag to compare

What's Changed

New

Bug Fixes

Documentation

Automation and CI changes

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

23 May 12:35
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix: limit size of status description to 140 character (#187) @jamacku

Full Changelog: v2.2.0...v2.2.1

Release v2.2.0

09 May 11:08
Compare
Choose a tag to compare

What's Changed

New

Bug Fixes

  • fix: correctly parse tmt inputs that contain = (e.g. BASE64 encoded strings) (#179) @jamacku

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

Release v2.1.1

05 Apr 06:32
cd1f435
Compare
Choose a tag to compare

What's Changed

  • fix: parsing of tmt context input by @jamacku in #137
  • other small fixes

Full Changelog: v2.1.0...v2.1.1

Release v2.1.0

12 Mar 12:02
Compare
Choose a tag to compare

What's Changed

  • cancel Running TF Test Requests when action was canceled 🚥 by @jamacku in #121
  • doc: add concurrency to example workflows by @jamacku in #120
  • provide better access to test logs by @zmiklank in #132
  • small non-breaking internal changes and dependency bumps

Full Changelog: v2.0.1...v2.1.0

Release v2.0.1

14 Feb 12:11
82d1bb9
Compare
Choose a tag to compare

What's Changed

Fixes

  • Do not set test.fmf.name attribute if null by @thrix in #117