Skip to content

Releases: mablhq/github-run-tests-action

Release v1.13.0

21 Oct 01:04
Compare
Choose a tag to compare

This release adds addresses a dependency CVE and pulls in the latest GitHub Actions libraries.

Release v1.12

20 Jul 16:33
Compare
Choose a tag to compare

This release adds developer experience enhancements, and addresses dependency CVEs.

Changes include:

  • Update moment to address GHSA-wc69-rhjr-hc9g
  • Add helpful documentation about the mabl API key type to use
  • Add helpful error messages when the wrong API key type is used
  • Provide more helpful humanization of error messages

Release v1.11

12 Apr 20:08
Compare
Choose a tag to compare

This release adds enhancements for API calling resiliency and addresses dependency CVEs.
Changes include:

  • Add more robust API call timeouts to address #48
  • Update moment to address CVE-2022-24785
  • Update all other libraries and use pinned versions
  • Upgrade Action runtime from Node.js 12 (End of Life) to Node.js 16
  • Fix code typo in for APP/API URL overrides environment variable names (used in unit testing)

Release v1.10.1

09 Aug 11:56
Compare
Choose a tag to compare

This release only updates build time test dependencies

Release v1.10

12 May 13:39
Compare
Choose a tag to compare
  • Added mabl-branch support
  • Added http-headers support
  • Added plan-labels support
  • More helpful input validation messaging
  • Complete YAML example documented

Read more about the release here.

Release v1.9

11 May 14:56
Compare
Choose a tag to compare
  • Address CVE-2021-23337 for Lodash library by upgrading dependency
  • Minor dependency upgrades

Release v1.8

07 Jan 18:04
Compare
Choose a tag to compare

Release v1.7

07 Jan 15:39
0b85570
Compare
Choose a tag to compare
  • For pull_request triggered actions, get the commit hash to test against from the head of the branch being merged instead of using the GITHUB_SHA environment variable. Fixes #29.

Release v1.6

21 Oct 21:35
Compare
Choose a tag to compare
  • Update @actions/core to address set-env deprecation
  • Replace deprecated request with axios
  • Format Action output into "groups"
  • v1.6 published
  • v1 major version tag available (automatically get updates in your workflows using this version)
  • Polish code base, tests

Release v1.5

14 Nov 16:05
Compare
Choose a tag to compare

Fixes a number of issues and changes journey -> test in public documentation:

  • #15 Fixes bug in README example
  • #16 We were incorrectly showing the plan results under the test results output
  • Changes journey to test in public inputs and outputs