Skip to content

Releases: galasa-dev/cli

v0.37.0

18 Sep 14:01
1ca684f
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

0.31.0

25 Jan 16:51
d8ac709
Compare
Choose a tag to compare

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

What's Changed

  • Updated --help text for commands
  • Galasa properties set command - Create/Update a property in the ecosystem
  • Galasa properties delete command - Delete a property from the ecosystem
  • Galasa resources command - Action a resources.yml file against the ecosystem's resources
  • Error message improvements
  • Authentication - galasactl can authenticate against an ecosystem

Full Changelog: v0.30.0...v0.31.0

0.30.0

19 Oct 12:45
6e7e3d1
Compare
Choose a tag to compare
  • Built on updated infrastructure
  • Adds galasactl properties commands such as get set and delete to maintain CPS property values
  • Added galasactl runs get --active to show active test runs
  • Removed the --requestor on the galasactl runs submit command
    • The requestor value is extracted from the authentication token (if there is one) or the userid of the caller
  • Cosmetic improvements to the output of the galasactl runs submit local command
  • Fixes to various bugs
  • Default location of bootstrap file on Windows is now set correctly
  • CLI now uses version 0.27.0 of the bootstrap jar
  • CLI binaries for intel/amd mac and linux renamed from *-amd64 to *-x86_64 to match the uname -m output
  • Time fields in output are marked in UTC where they are UTC times

0.29.0

05 Jul 09:18
ac4934e
Compare
Choose a tag to compare

See release notes for the 0.29.0 galasa release on https://galasa-dev

What's Changed

Full Changelog: v0.28.0...v0.29.0