Skip to content

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

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

Release v2.0.0

06 Feb 08:38
Compare
Choose a tag to compare

What's Changed

The testing-farm-as-github-action has been internally rewritten to typescript and the test coverage has increased a lot.
This release brings changes in user defined inputs, as mentioned below.

Breaking changes

  • set default value of status input to false by @zmiklank in #78
  • remove pr_head_sha input, as it is no longer needed by @zmiklank

Significant non-breaking changes

  • Rewrite whole action to typescript by @jamacku

Fixes

  • Poll for job status even for non-PR usecases by @zmiklank in #82

Big thanks to @jamacku for the effort he put into changes in this release!

Full Changelog: v1.3.1...v2.0.0

Release v1.3.1

01 Feb 12:45
e29131b
Compare
Choose a tag to compare

What's Changed

  • Bump embedded composite actions
  • Add differential pylint
  • Improve logging by using ::error:: by @jamacku in #79

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

10 Jan 14:36
Compare
Choose a tag to compare

What has Changed

  • adding smoke tests, which should be ran on Pull Requests (triggered by [test] comment)
  • remove deprecated set-output, use $GITHUB_OUTPUT instead
  • fix default compose - now it is Fedora-latest
  • use composite GitHub Action for updating release tags
  • add USAGE.md for easier onboarding
  • exit the TFaGA run with error if any test fails
  • print github summary - enabled by default.

and other minor changes.

Full Changelog: v1.2.13...v1.3.0

Release v1.2.13

08 Sep 14:23
70144f4
Compare
Choose a tag to compare

Release v1.2.12

08 Sep 14:01
0021d13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.2.12