Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Releases: galasa-dev-archives/cli

v0.40.0

12 Mar 20:59
2863109

Choose a tag to compare

What's Changed

  • Uplift development version to 0.40.0 by @jadecarino in #326
  • mcobbett user role settable by @techcobweb in #327
  • better handling of 'galasactl users set' failures. by @techcobweb in #333
  • login-id flag is now mandatory where it needs to be. by @techcobweb in #334
  • embedded file paths must always use forward-slash separator, even on windows. by @techcobweb in #338
  • json test structure didn't contain group information. May be making intermittent failures by @techcobweb in #339
  • Reauthenticate when encountering unauthorized errors during command execution by @eamansour in #340
  • Runs submit command now accepts multiple override files by @aashir21 in #343
  • Find lost runs in the RAS before marking them as lost by @eamansour in #346
  • submission id used to detect lost runs by @techcobweb in #347
  • galasactl can launch tests on old service without a submission id being set. by @techcobweb in #348
  • galasactl should not set submission id - it should come from the server or remain blank by @techcobweb in #349

Full Changelog: v0.39.0...v0.40.0

v0.39.0

16 Jan 20:11
ab2af78

Choose a tag to compare

What's Changed

  • 0.39.0 version bump following 0.38.0 release by @jadecarino in #315
  • Remove a deprecated call usage for ioutil by @techcobweb in #316
  • Change secret names used in GitHub Actions workflows to non-Galasa specific so easier to set up to contribute for forks by @jadecarino in #317
  • Log messages may have CRLF or LF or CR characters. All converted to \n prior to logging to console by @techcobweb in #319
  • Use Platform provided versions for CLI dependencies by @jadecarino in #318
  • Add http status codes and causes to errors related to API server comms by @eamansour in #322
  • Add flags to allow commands to be retried if rate-limit-related errors occur by @eamansour in #323
  • Minimal Admin/Non-admin RBAC #2071 by @techcobweb in #324
  • Unit tests failing due to concurrent access of the mock file system. Make it more reliable by @techcobweb in #320
  • CLI displays user roles when users are shown by @techcobweb in #325
  • CLI now returns and filter test on group name by @aashir21 in #321

Full Changelog: v0.38.0...v0.39.0

v0.38.0

06 Dec 11:32
6646319

Choose a tag to compare

What's Changed

Full Changelog: v0.37.0...v0.38.0

v0.37.0

18 Sep 14:01
1ca684f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.36.0...v0.37.0

v0.36.0

13 Aug 12:38
dc28bea

Choose a tag to compare

What's Changed

  • Use galasactl auth tokens delete to revoke a given access token from the Galasa server by @Akyiaa and @eamansour in #244
  • Switched call for remote launcher to get streams from new Galasa API server endpoints by @KirbyKatcher in #258
  • Added documentation to generated cps.properties and bootstrap.properties files to set the size of Gherkin terminals by @techcobweb in #264
  • Added documentation to customise test run prefix in bootstrap.properties by @techcobweb in #260
  • Fixed missing validation defect for null and empty JSON objects when calling out to the /resources API endpoint by @KirbyKatcher in #261
  • Added extra property to the generated cps.properties (commented-out) which turns on/off CPS property caching by @techcobweb in #263
  • Added -v shorthand for --value in properties set command by @eamansour in #257
  • Improved error message logging for properties set by @KirbyKatcher in #265
  • Updated Gradle file templates for test projects created with project create --gradle to support Gradle 8 by @KirbyKatcher in #268

Full Changelog: v0.35.0...v0.36.0

v0.35.0

27 Jun 10:17
44eec07

Choose a tag to compare

What's Changed

This version of the CLI pulls in the Galasa OBR at version 0.35.0.

Full Changelog: v0.34.1...v0.35.0

v0.34.1

12 Jun 11:06
b5d5b9d

Choose a tag to compare

What's Changed

This version of the CLI pulls in the Galasa OBR at version 0.34.1.

Full Changelog: v0.34.0...v0.34.1

v0.34.0

11 Jun 07:23
2d26605

Choose a tag to compare

What's Changed

  • Use galasactl auth tokens get to list all access tokens generated in an ecosystem.
  • Creating new tokens now calls the /auth/tokens route instead of /auth.
  • JWT caching added to the Authenticator to support use of a remote CPS in local tests.
  • Upgraded the Galasa Maven plug-in to version 0.34.0.
  • Upgraded version of galasa-boot to remove a vulnerability.

Full Changelog: v0.33.0...v0.34.0

v0.33.0

02 May 15:56
5d58ee5

Choose a tag to compare

What's Changed

  • Displaying tests for runs in json and junit reports
  • Running local test creates excessive image rendering
  • remove the need for the framework test.streams cps property
  • generated project builds test catalogs
  • gradle templates should publish test catalog to maven repo
  • Remove temporary code and return an error instead of trying to send unauthenticated requests
  • CLI supplies a JWT to a local launched test if framework.config.store bootstrap value starts with galasacps

Full Changelog: v0.32.0...v0.33.0

0.32.0

13 Mar 15:26
8c3830a

Choose a tag to compare

See release notes for the 0.32.0 galasa release on https://galasa.dev

What's Changed

  • Galasa runs cancel command - Cancel a particular test run
  • Galasa runs reset command - Restart a particular test run
  • Galasa runs submit local --gherkin command - Run a gherkin feature file locally
  • Authentication - galasactl can authenticate against an ecosystem

Full Changelog: v0.31.0...v0.32.0