This repository was archived by the owner on May 15, 2025. It is now read-only.
Releases: galasa-dev-archives/cli
Releases · galasa-dev-archives/cli
v0.40.0
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
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
What's Changed
- Bump CLI to 0.38.0 by @eamansour in #290
- CLI now supports access tokens by loginId by @aashir21 in #292
- Unit test and fix for the trailing % character when we do galasactl users get --id me by @techcobweb in #293
- Iss1996 - Add report failed build job by @jadecarino in #294
- Use galasa-team for ghcr auth by @jadecarino in #295
- extra instructions for using credentials with 3270 gherkin by @techcobweb in #296
- build locally script on linux should not leave timestamp in detect secrets baseline file by @techcobweb in #297
- mcobbett exit immediately when all tests done by @techcobweb in #298
- generated code changed. Unit test needs to change also by @techcobweb in #303
- Add galasactl secrets delete command by @eamansour in #300
- Add galasactl secrets get command and formatters by @eamansour in #301
- Add galasactl secrets set command by @eamansour in #302
- Iss1828 - Adjusting workflows to support mono repo changes by @jadecarino in #299
- CLI now shows list of users on console by @aashir21 in #304
- Bump galasa-boot to 0.38.0 by @eamansour in #305
- CLI now supports users delete command by @aashir21 in #306
- Use httpd:alpine image in galasactl-executables dockerfile by @eamansour in #309
- set-version.sh should set version of boot jar also by @techcobweb in #308
- massive amounts of duplicates shown by formatter due to labels being duplicated by @techcobweb in #310
- add build badge to the readme by @techcobweb in #313
- Enhanced error handling while creating commands by @aashir21 in #312
- CPS property name now accepts @ symbol by @aashir21 in #314
Full Changelog: v0.37.0...v0.38.0
v0.37.0
What's Changed
- Bump CLI to 0.37.0 by @eamansour in #269
- Added new
users getcommand by @aashir21 in #271 - Improved performance of
runs getby @eamansour in #273 - JVM launching -D parameters should be passed before the -jar parameter to have any effect by @techcobweb in #275
- CLI should handle long and multi-line property values better. by @techcobweb in #274
- Added
runs deleteby @techcobweb and @eamansour in #277
New Contributors
Full Changelog: v0.36.0...v0.37.0
v0.36.0
What's Changed
- Use
galasactl auth tokens deleteto 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.propertiesandbootstrap.propertiesfiles to set the size of Gherkin terminals by @techcobweb in #264 - Added documentation to customise test run prefix in
bootstrap.propertiesby @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
-vshorthand for--valueinproperties setcommand by @eamansour in #257 - Improved error message logging for
properties setby @KirbyKatcher in #265 - Updated Gradle file templates for test projects created with
project create --gradleto support Gradle 8 by @KirbyKatcher in #268
Full Changelog: v0.35.0...v0.36.0
v0.35.0
What's Changed
This version of the CLI pulls in the Galasa OBR at version 0.35.0.
- Bump version to 0.35.0 by @jadecarino in #252
Full Changelog: v0.34.1...v0.35.0
v0.34.1
What's Changed
This version of the CLI pulls in the Galasa OBR at version 0.34.1.
- Bump version to 0.34.1 by @jadecarino in #251
Full Changelog: v0.34.0...v0.34.1
v0.34.0
What's Changed
- Use
galasactl auth tokens getto list all access tokens generated in an ecosystem. - Creating new tokens now calls the
/auth/tokensroute 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
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
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