Releases: galasa-dev/cli
Releases · galasa-dev/cli
v0.37.0
What's Changed
- Bump CLI to 0.37.0 by @eamansour in #269
- Added new
users get
command by @aashir21 in #271 - Improved performance of
runs get
by @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 delete
by @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 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
andbootstrap.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
inproperties 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
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 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
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
0.31.0
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
- Built on updated infrastructure
- Adds
galasactl properties
commands such asget
set
anddelete
to maintain CPS property values - Added
galasactl runs get --active
to show active test runs - Removed the
--requestor
on thegalasactl 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 theuname -m
output - Time fields in output are marked in UTC where they are UTC times
0.29.0
See release notes for the 0.29.0 galasa release on https://galasa-dev
What's Changed
- Extended testcase now writes a file to the artifacts root in RAS by @techcobweb in #112
- runs download ivt test by @AaronJhaj in #111
- Savvas requestor query by @KirbyKatcher in #113
- bump galasa maven plugin version by @techcobweb in #114
- fix download ivt test by @AaronJhaj in #116
- mcobbett versions from gradle file by @techcobweb in #117
- Iss1446 by @AaronJhaj in #115
Full Changelog: v0.28.0...v0.29.0