diff --git a/.secrets.baseline b/.secrets.baseline index ebb096d6c..dd68eddad 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -229,7 +229,7 @@ "hashed_secret": "c303df00cd0a72b21c62900b758b06fc541664ce", "is_secret": false, "is_verified": false, - "line_number": 249, + "line_number": 250, "type": "Secret Keyword", "verified_result": null } diff --git a/README.md b/README.md index 1272c3f96..72e4e61fe 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The `set-version.sh` script allows you to set the version of the Galasa througho Use the `--help` flag to see what options are supported. -Basic usage: `set-version.sh --version 1.1.0` +Basic usage: `set-version.sh --version 1.1.1` ## Using vscode diff --git a/build.properties b/build.properties index bde3ea7ef..f09b970a8 100644 --- a/build.properties +++ b/build.properties @@ -1,3 +1,3 @@ # This file is used to source the version of artifacts created by the github build workflows. # It gets maintained by the set-version.sh script, so don't change it manually without using that script. -GALASA_VERSION=1.1.0 \ No newline at end of file +GALASA_VERSION=1.1.1 \ No newline at end of file diff --git a/docs/build.gradle b/docs/build.gradle index 807a06780..ef833f39c 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -9,7 +9,7 @@ plugins { // into the code, so the code knows what versions of galasa it should be // dealing with. Do not mess with the `def {variableName}` part of the following // lines, only change the versions we rely upon. -version="1.1.0" +version="1.1.1" repositories { gradlePluginPortal() diff --git a/docs/content/docs/cli-command-reference/installing-cli-tool.md b/docs/content/docs/cli-command-reference/installing-cli-tool.md index a8f825860..5f553349f 100644 --- a/docs/content/docs/cli-command-reference/installing-cli-tool.md +++ b/docs/content/docs/cli-command-reference/installing-cli-tool.md @@ -40,9 +40,9 @@ Choose your installation method: brew install galasactl ``` - Or install a specific version (e.g., 1.1.0): + Or install a specific version (e.g., 1.1.1): ```bash - brew install galasactl@1.1.0` + brew install galasactl@1.1.1` ``` 3. Check available versions: @@ -96,7 +96,7 @@ Choose your installation method: 4. Install a specific version: ```powershell - scoop install galasactl@1.1.0` + scoop install galasactl@1.1.1` ``` 5. Verify the installation: diff --git a/docs/content/docs/cli-command-reference/setting-up-galasa-project.md b/docs/content/docs/cli-command-reference/setting-up-galasa-project.md index f5e0864e1..24656be54 100644 --- a/docs/content/docs/cli-command-reference/setting-up-galasa-project.md +++ b/docs/content/docs/cli-command-reference/setting-up-galasa-project.md @@ -137,7 +137,7 @@ Gradle projects have a different structure than Maven projects: plugins { id 'java' id 'maven-publish' - id 'dev.galasa.tests' version '1.1.0' + id 'dev.galasa.tests' version '1.1.1' id 'biz.aQute.bnd.builder' version '6.4.0' } @@ -150,7 +150,7 @@ Gradle projects have a different structure than Maven projects: version = '0.0.1-SNAPSHOT' dependencies { - implementation platform('dev.galasa:galasa-bom:1.1.0') + implementation platform('dev.galasa:galasa-bom:1.1.1') implementation 'dev.galasa:dev.galasa' implementation 'dev.galasa:dev.galasa.framework' @@ -199,8 +199,8 @@ Gradle projects have a different structure than Maven projects: plugins { id 'base' id 'maven-publish' - id 'dev.galasa.obr' version '1.1.0' - id 'dev.galasa.testcatalog' version '1.1.0' + id 'dev.galasa.obr' version '1.1.1' + id 'dev.galasa.testcatalog' version '1.1.1' } group = 'dev.galasa.example.banking' diff --git a/docs/content/docs/ecosystem/ecosystem-installing-k8s.md b/docs/content/docs/ecosystem/ecosystem-installing-k8s.md index 31df5b92a..16a0a1101 100644 --- a/docs/content/docs/ecosystem/ecosystem-installing-k8s.md +++ b/docs/content/docs/ecosystem/ecosystem-installing-k8s.md @@ -100,6 +100,7 @@ The following table shows the minimum and maximum Kubernetes versions supported | **Galasa Version** | **Minimum Kubernetes Version** | **Maximum Kubernetes Version** | |--------|------|------| +| 1.1.1 | 1.28 | 1.36 | | 1.1.0 | 1.28 | 1.36 | | 1.0.1 | 1.28 | 1.36 | | 1.0.0 | 1.28 | 1.36 | diff --git a/docs/content/docs/running-simbank-tests/running-simbank-tests-cli.md b/docs/content/docs/running-simbank-tests/running-simbank-tests-cli.md index e58812fa4..3970c836a 100644 --- a/docs/content/docs/running-simbank-tests/running-simbank-tests-cli.md +++ b/docs/content/docs/running-simbank-tests/running-simbank-tests-cli.md @@ -50,7 +50,7 @@ In order to run the Galasa SimBanks tests you need to add some configuration inf The SimBank tests are held in the [Galasa simplatform repository](https://github.com/galasa-dev/simplatform){target="_blank"} in GitHub. To start running the tests you need to clone the repository, if you have not already done so. To find out how to clone the cli repository, follow the instruction in the [Launching the SimBank application](../running-simbank-tests/simbank-cli.md) documentation. -After cloning the repository, complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `1.1.0` and Galasa uber OBR version `1.1.0`. +After cloning the repository, complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `1.1.1` and Galasa uber OBR version `1.1.1`. You can find the version of the `dev.galasa.simbank.obr` that you are using by looking in the `pom.xml` file in the `dev.galasa.simbank.obr` folder. The `dev.galasa.uber.obr` is the OBR that contains all the bundles that are needed for Galasa to work including Managers, any required dependencies, the framework, etc. The version of the `dev.galasa.uber.obr` depends on which version of Galasa you have installed. @@ -87,7 +87,7 @@ Remember to initialise your local environment by running the `galasactl local in ```shell galasactl runs submit local --log - \ - --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.0/obr \ + --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.1/obr \ --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT ``` @@ -95,7 +95,7 @@ Remember to initialise your local environment by running the `galasactl local in ```powershell galasactl runs submit local --log - ` - --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.0/obr ` + --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.1/obr ` --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT ``` @@ -115,7 +115,7 @@ To run other SimBank tests, for example `BasicAccountCreditTest`, replace the te ```shell galasactl runs submit local --log - \ - --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.0/obr \ + --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.1/obr \ --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest ``` @@ -123,7 +123,7 @@ To run other SimBank tests, for example `BasicAccountCreditTest`, replace the te ```powershell galasactl runs submit local --log - ` - --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.0/obr ` + --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.1/obr ` --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest ``` diff --git a/docs/content/docs/running-simbank-tests/simbank-cli.md b/docs/content/docs/running-simbank-tests/simbank-cli.md index 9ed99228b..9b109834b 100644 --- a/docs/content/docs/running-simbank-tests/simbank-cli.md +++ b/docs/content/docs/running-simbank-tests/simbank-cli.md @@ -7,7 +7,7 @@ To start exploring the Galasa Simbank application and to run the sample SimBank 1. Clone the Galasa `simplatform` repository on your machine by running the following command in a terminal in the directory on your local machine in which you want to clone the repository files: ``` - git clone https://github.com/galasa-dev/simplatform.git --branch v1.1.0 --single-branch + git clone https://github.com/galasa-dev/simplatform.git --branch v1.1.1 --single-branch ``` 1. Run the `./build-locally.sh` script to build the code. 1. Run the `./run-locally.sh --server` script to start the simbank server inside a local JVM. diff --git a/docs/content/docs/running-simbank-tests/web-app-integration-test.md b/docs/content/docs/running-simbank-tests/web-app-integration-test.md index dee8b2f85..b4735c1d3 100644 --- a/docs/content/docs/running-simbank-tests/web-app-integration-test.md +++ b/docs/content/docs/running-simbank-tests/web-app-integration-test.md @@ -71,7 +71,7 @@ Complete the following steps to build a Docker image called `simbank-webapp` to 1. If you have not done so already, clone the Galasa `simplatform` repository on your machine by running the following command in the directory on your local machine in which you want to clone the repository files: ``` - git clone https://github.com/galasa-dev/simplatform.git --branch v1.1.0 --single-branch + git clone https://github.com/galasa-dev/simplatform.git --branch v1.1.1 --single-branch ``` 2. Build the image and test that the container is working correctly by running the following commands. For the commands to work, the terminal must be running in the same directory as the one that contains the Dockerfile. The Dockerfile is located in the [galasa-simplatform-webapp directory](https://github.com/galasa-dev/simplatform/tree/main/galasa-simplatform-application/galasa-simplatform-webapp) in the Galasa `simplatform` repository. ``` diff --git a/docs/content/docs/using-galasa-offline/running-simbank-tests-cli-offline.md b/docs/content/docs/using-galasa-offline/running-simbank-tests-cli-offline.md index d833613d5..be834b1e1 100644 --- a/docs/content/docs/using-galasa-offline/running-simbank-tests-cli-offline.md +++ b/docs/content/docs/using-galasa-offline/running-simbank-tests-cli-offline.md @@ -50,7 +50,7 @@ In order to run the Galasa SimBanks tests you need to add some configuration inf ## Running the SimBank IVT test class by using the CLI -The SimBank tests are located in the `maven` directory of the `isolated.zip` downloadable file. Complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `1.1.0`. +The SimBank tests are located in the `maven` directory of the `isolated.zip` downloadable file. Complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `1.1.1`. Remember to initialise your local environment by running the `galasactl local init` command and to start the SimPlatform server by running the `run-simplatform.sh` script, as described in the [Launching the SimBank application offline](./simbank-cli-offline.md) documentation. @@ -62,7 +62,7 @@ You are now ready to run a local Galasa test offline with just the contents of t ```shell galasactl runs submit local --log - \ - --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.0/obr \ + --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.1/obr \ --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT \ --localMaven file:////Users/youruserid/Downloads/isolated/maven ``` @@ -71,7 +71,7 @@ You are now ready to run a local Galasa test offline with just the contents of t ```powershell galasactl runs submit local --log - ` - --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.0/obr ` + --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.1/obr ` --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT ` --localMaven file:////Users/youruserid/Downloads/isolated/maven ``` @@ -87,7 +87,7 @@ To run other SimBank tests, for example `BasicAccountCreditTest`, replace the te ```shell galasactl runs submit local --log - \ - --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.0/obr \ + --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.1/obr \ --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest \ --localMaven file:////Users/youruserid/Downloads/isolated/maven ``` @@ -96,7 +96,7 @@ To run other SimBank tests, for example `BasicAccountCreditTest`, replace the te ```powershell galasactl runs submit local --log - ` - --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.0/obr ` + --obr mvn:dev.galasa/dev.galasa.simbank.obr/1.1.1/obr ` --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest ` --localMaven file:////Users/youruserid/Downloads/isolated/maven ``` diff --git a/docs/content/index.md b/docs/content/index.md index 3bb993370..76b0674a0 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -14,7 +14,7 @@ Allowing you to test applications at scale regardless of platform — including [Get started](./docs/index.md){ .md-button .md-button--primary } [Learn more](./about/index.md){ .md-button } -[1.1.0 highlights](./releases/posts/v1.1.0.md){ .md-button } +[1.1.1 highlights](./releases/posts/v1.1.1.md){ .md-button } diff --git a/modules/buildutils/openapi2beans/JavaChecker/pom.xml b/modules/buildutils/openapi2beans/JavaChecker/pom.xml index 8072c42a2..3efb6fd11 100644 --- a/modules/buildutils/openapi2beans/JavaChecker/pom.xml +++ b/modules/buildutils/openapi2beans/JavaChecker/pom.xml @@ -24,7 +24,7 @@ dev.galasa dev.galasa.platform - 1.1.0 + 1.1.1 pom import diff --git a/modules/buildutils/pkg/cmd/root.go b/modules/buildutils/pkg/cmd/root.go index c0ecab1cc..7d09f4dd3 100644 --- a/modules/buildutils/pkg/cmd/root.go +++ b/modules/buildutils/pkg/cmd/root.go @@ -17,7 +17,7 @@ var rootCmd = &cobra.Command{ Use: "galasabld", Short: "Build utilities for Galasa", Long: "", - Version: "1.1.0", + Version: "1.1.1", } func Execute() { diff --git a/modules/cli/VERSION b/modules/cli/VERSION index 9084fa2f7..524cb5524 100644 --- a/modules/cli/VERSION +++ b/modules/cli/VERSION @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/modules/cli/build.gradle b/modules/cli/build.gradle index e4fdfbe2f..d984fc2cc 100644 --- a/modules/cli/build.gradle +++ b/modules/cli/build.gradle @@ -21,7 +21,7 @@ plugins { // dealing with. Do not mess with the `def {variableName}` part of the following // lines, only change the versions we rely upon. -def galasaVersion = '1.1.0' +def galasaVersion = '1.1.1' repositories { gradlePluginPortal() @@ -36,7 +36,7 @@ def group = "dev.galasa" dependencies { // Use dev.galasa.platform to obtain the versions - implementation platform('dev.galasa:dev.galasa.platform:1.1.0') + implementation platform('dev.galasa:dev.galasa.platform:1.1.1') // We need the galasa-boot jar so we can launch tests in a local JVM implementation 'dev.galasa:galasa-boot' // We need the openapi generator to turn a yaml file into go client stubs, diff --git a/modules/cli/docs/generated/galasactl_runs_cleanup_local.md b/modules/cli/docs/generated/galasactl_runs_cleanup_local.md index 435d70c87..14ebd1e10 100644 --- a/modules/cli/docs/generated/galasactl_runs_cleanup_local.md +++ b/modules/cli/docs/generated/galasactl_runs_cleanup_local.md @@ -24,7 +24,7 @@ galasactl runs cleanup local [flags] '*' (wildcard) Matches zero or more characters. '?' matches exactly one character For example, the pattern '*MyResourceCleanupClass' will match any provider that ends with 'MyResourceCleanupClass' such as 'my.company.resources.MyResourceCleanupClass' and so that provider will not be loaded. - --galasaVersion string the version of galasa you want to use. This should match the version of the galasa obr you built your resource cleanup providers against. (default "1.1.0") + --galasaVersion string the version of galasa you want to use. This should match the version of the galasa obr you built your resource cleanup providers against. (default "1.1.1") -h, --help Displays the options for the 'runs cleanup local' command. --includes-pattern strings The glob pattern(s) representing the resource cleanup providers that should be loaded. Supported glob patterns include the following special characters: '*' (wildcard) Matches zero or more characters. diff --git a/modules/cli/docs/generated/galasactl_runs_prepare_local.md b/modules/cli/docs/generated/galasactl_runs_prepare_local.md index 706e69ed6..d806fb072 100644 --- a/modules/cli/docs/generated/galasactl_runs_prepare_local.md +++ b/modules/cli/docs/generated/galasactl_runs_prepare_local.md @@ -13,7 +13,7 @@ galasactl runs prepare local [flags] ### Options ``` - --galasaVersion string the version of galasa you want to use to prepare dependencies. This should match the version of the galasa obr you built your test bundles against. (default "1.1.0") + --galasaVersion string the version of galasa you want to use to prepare dependencies. This should match the version of the galasa obr you built your test bundles against. (default "1.1.1") -h, --help Displays the options for the 'runs prepare local' command. --localMaven string The url of a local maven repository where galasa bundles will be cached on your local file system. Defaults to your home .m2/repository file. Please note that this should be in a URL form e.g. 'file:///Users/myuserid/.m2/repository', or 'file://C:/Users/myuserid/.m2/repository' --obr strings The maven coordinates of the obr bundle(s) whose dependencies should be downloaded. The format of this parameter is 'mvn:${TEST_OBR_GROUP_ID}/${TEST_OBR_ARTIFACT_ID}/${TEST_OBR_VERSION}/obr' Multiple instances of this flag can be used to describe multiple obr bundles. diff --git a/modules/cli/docs/generated/galasactl_runs_submit_local.md b/modules/cli/docs/generated/galasactl_runs_submit_local.md index 2aef4c43e..74add2270 100644 --- a/modules/cli/docs/generated/galasactl_runs_submit_local.md +++ b/modules/cli/docs/generated/galasactl_runs_submit_local.md @@ -17,7 +17,7 @@ galasactl runs submit local [flags] --debug When set (or true) the debugger pauses on startup and tries to connect to a Java debugger. The connection is established using the --debugMode and --debugPort values. --debugMode string The mode to use when the --debug option causes the testcase to connect to a Java debugger. Valid values are 'listen' or 'attach'. 'listen' means the testcase JVM will pause on startup, waiting for the Java debugger to connect to the debug port (see the --debugPort option). 'attach' means the testcase JVM will pause on startup, trying to attach to a java debugger which is listening on the debug port. The default value is 'listen' but can be overridden by the 'galasactl.jvm.local.launch.debug.mode' property in the bootstrap file, which in turn can be overridden by this explicit parameter on the galasactl command. --debugPort uint32 The port to use when the --debug option causes the testcase to connect to a java debugger. The default value used is 2970 which can be overridden by the 'galasactl.jvm.local.launch.debug.port' property in the bootstrap file, which in turn can be overridden by this explicit parameter on the galasactl command. - --galasaVersion string the version of galasa you want to use to run your tests. This should match the version of the galasa obr you built your test bundles against. (default "1.1.0") + --galasaVersion string the version of galasa you want to use to run your tests. This should match the version of the galasa obr you built your test bundles against. (default "1.1.1") --gherkin strings Gherkin feature file URL. Should start with 'file://'. -h, --help Displays the options for the 'runs submit local' command. --localMaven string The url of a local maven repository are where galasa bundles can be loaded from on your local file system. Defaults to your home .m2/repository file. Please note that this should be in a URL form e.g. 'file:///Users/myuserid/.m2/repository', or 'file://C:/Users/myuserid/.m2/repository' diff --git a/modules/extensions/galasa-extensions-parent/build.gradle b/modules/extensions/galasa-extensions-parent/build.gradle index a1d33d88a..14ce60d97 100644 --- a/modules/extensions/galasa-extensions-parent/build.gradle +++ b/modules/extensions/galasa-extensions-parent/build.gradle @@ -1,13 +1,13 @@ plugins { id 'biz.aQute.bnd.builder' version '7.1.0' apply false - id 'dev.galasa.githash' version '1.1.0' apply false + id 'dev.galasa.githash' version '1.1.1' apply false id 'maven-publish' id 'signing' } allprojects { group = 'dev.galasa' - version = '1.1.0' + version = '1.1.1' } //--------------------------------------------------------------- @@ -170,7 +170,7 @@ publishing { name = "Manifest for extensions bundle versions" artifactId = "dev.galasa.extensions.manifest" groupId = 'dev.galasa' - version = '1.1.0' + version = '1.1.1' description = "Conveys bundle version information to OBR builds." licenses { license { diff --git a/modules/extensions/galasa-extensions-parent/dev.galasa.ras.couchdb/build.gradle b/modules/extensions/galasa-extensions-parent/dev.galasa.ras.couchdb/build.gradle index 41e593352..4eafb9423 100644 --- a/modules/extensions/galasa-extensions-parent/dev.galasa.ras.couchdb/build.gradle +++ b/modules/extensions/galasa-extensions-parent/dev.galasa.ras.couchdb/build.gradle @@ -5,7 +5,7 @@ plugins { description = 'Galasa RAS - CouchDB' -version = '1.1.0' +version = '1.1.1' configurations { implementation.transitive = false diff --git a/modules/extensions/release.yaml b/modules/extensions/release.yaml index 51411869f..82e4e7434 100644 --- a/modules/extensions/release.yaml +++ b/modules/extensions/release.yaml @@ -23,7 +23,7 @@ framework: - artifact: dev.galasa.auth.couchdb - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -32,7 +32,7 @@ framework: codecoverage: true - artifact: dev.galasa.cps.etcd - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -41,7 +41,7 @@ framework: codecoverage: true - artifact: dev.galasa.cps.rest - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -50,7 +50,7 @@ framework: codecoverage: true - artifact: dev.galasa.creds.os - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -59,7 +59,7 @@ framework: codecoverage: true - artifact: dev.galasa.events.kafka - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -68,7 +68,7 @@ framework: codecoverage: true - artifact: dev.galasa.extensions.common - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -77,7 +77,7 @@ framework: codecoverage: true - artifact: dev.galasa.extensions.common.couchdb - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -86,7 +86,7 @@ framework: codecoverage: true - artifact: dev.galasa.ras.couchdb - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false diff --git a/modules/framework/galasa-parent/build.gradle b/modules/framework/galasa-parent/build.gradle index fdf81b02e..66fc39dd9 100644 --- a/modules/framework/galasa-parent/build.gradle +++ b/modules/framework/galasa-parent/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'biz.aQute.bnd.builder' version '7.1.0' apply false - id 'dev.galasa.githash' version '1.1.0' apply false + id 'dev.galasa.githash' version '1.1.1' apply false id 'jacoco' id 'maven-publish' id 'signing' @@ -9,11 +9,11 @@ plugins { // Note: The following line is changed by the set-version.sh script. // It is also read by other build scrips as required. -version = "1.1.0" +version = "1.1.1" allprojects { group = 'dev.galasa' - version = "1.1.0" + version = "1.1.1" } signing { @@ -310,7 +310,7 @@ publishing { name = "Manifest for framework bundle versions" artifactId = "dev.galasa.framework.manifest" groupId = 'dev.galasa' - version = "1.1.0" + version = "1.1.1" description = "Conveys bundle version information to OBR builds." licenses { license { diff --git a/modules/framework/galasa-parent/dev.galasa.framework.api.openapi/src/main/resources/openapi.yaml b/modules/framework/galasa-parent/dev.galasa.framework.api.openapi/src/main/resources/openapi.yaml index 3efd9aada..f33252112 100644 --- a/modules/framework/galasa-parent/dev.galasa.framework.api.openapi/src/main/resources/openapi.yaml +++ b/modules/framework/galasa-parent/dev.galasa.framework.api.openapi/src/main/resources/openapi.yaml @@ -6,7 +6,7 @@ openapi: 3.0.3 info: title: Galasa Ecosystem API - version : "1.1.0" + version : "1.1.1" description: The Galasa Ecosystem REST API allows you to interact with a Galasa Ecosystem. contact: url: https://galasa.dev/support diff --git a/modules/framework/release.yaml b/modules/framework/release.yaml index fd5cb8617..62f0d23c4 100644 --- a/modules/framework/release.yaml +++ b/modules/framework/release.yaml @@ -23,7 +23,7 @@ framework: bundles: - artifact: dev.galasa - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -32,7 +32,7 @@ framework: codecoverage: true - artifact: dev.galasa.framework - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -41,7 +41,7 @@ framework: codecoverage: true - artifact: dev.galasa.framework.auth.spi - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -50,7 +50,7 @@ framework: codecoverage: true - artifact: dev.galasa.framework.k8s.controller - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -59,7 +59,7 @@ framework: codecoverage: true - artifact: dev.galasa.framework.log4j2.bridge - version: 1.1.0 + version: 1.1.1 obr: false mvp: false bom: false @@ -68,7 +68,7 @@ framework: codecoverage: false - artifact: dev.galasa.framework.maven.repository - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -77,7 +77,7 @@ framework: codecoverage: true - artifact: dev.galasa.framework.maven.repository.spi - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -86,7 +86,7 @@ framework: codecoverage: true - artifact: dev.galasa.framework.metrics - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -95,7 +95,7 @@ framework: codecoverage: true - artifact: dev.galasa.framework.resource.management - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -104,7 +104,7 @@ framework: codecoverage: true - artifact: galasa-boot - version: 1.1.0 + version: 1.1.1 obr: false mvp: true bom: false @@ -113,7 +113,7 @@ framework: codecoverage: true - artifact: galasa-testharness - version: 1.1.0 + version: 1.1.1 obr: false mvp: false bom: false @@ -126,7 +126,7 @@ api: bundles: - artifact: dev.galasa.framework.api - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -135,7 +135,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.authentication - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -144,7 +144,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.beans - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -153,7 +153,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.bootstrap - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -162,7 +162,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.common - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -171,7 +171,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.cps - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -180,7 +180,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.health - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -189,7 +189,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.launcher - version: 1.1.0 + version: 1.1.1 obr: false mvp: false bom: false @@ -198,7 +198,7 @@ api: codecoverage: false - artifact: dev.galasa.framework.api.monitors - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -207,7 +207,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.openapi - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -216,7 +216,7 @@ api: codecoverage: false - artifact: dev.galasa.framework.api.openapi.servlet - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -225,7 +225,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.ras - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -234,7 +234,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.rbac - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -243,7 +243,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.resources - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -252,7 +252,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.runs - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -261,7 +261,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.secrets - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -270,7 +270,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.streams - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -279,7 +279,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.tags - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -288,7 +288,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.testcatalog - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -297,7 +297,7 @@ api: codecoverage: true - artifact: dev.galasa.framework.api.users - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false diff --git a/modules/gradle/README.md b/modules/gradle/README.md index 163986f7a..537083cbc 100644 --- a/modules/gradle/README.md +++ b/modules/gradle/README.md @@ -13,7 +13,7 @@ To use the Gradle OBR plugin in a Gradle test project: ... id 'java' id 'maven-publish' - id 'dev.galasa.tests' version '1.1.0' + id 'dev.galasa.tests' version '1.1.1' ... } ``` @@ -26,8 +26,8 @@ To use the Gradle OBR plugin in a Gradle test project: ```groovy plugins { ... - id 'dev.galasa.obr' version '1.1.0' - id 'dev.galasa.testcatalog' version '1.1.0' + id 'dev.galasa.obr' version '1.1.1' + id 'dev.galasa.testcatalog' version '1.1.1' ... } diff --git a/modules/gradle/build.gradle b/modules/gradle/build.gradle index 29b4210b9..ac48085cc 100644 --- a/modules/gradle/build.gradle +++ b/modules/gradle/build.gradle @@ -9,11 +9,11 @@ group = "dev.galasa" // Note: The following line is changed by the set-version.sh script. // It is also read by other build scrips as required. -version = "1.1.0" +version = "1.1.1" allprojects { group = 'dev.galasa' - version = "1.1.0" + version = "1.1.1" } signing { diff --git a/modules/ivts/README.md b/modules/ivts/README.md index af35fc473..c59bd4710 100644 --- a/modules/ivts/README.md +++ b/modules/ivts/README.md @@ -47,7 +47,7 @@ To find out how to initialise your local environment, see [Initialising your loc As an example, to run the `CoreManagerIVT` locally, run the following command: ``` galasactl runs submit local \ ---obr mvn:dev.galasa/dev.galasa.ivts.obr/1.1.0/obr \ +--obr mvn:dev.galasa/dev.galasa.ivts.obr/1.1.1/obr \ --class dev.galasa.ivts/dev.galasa.ivts.core.CoreManagerIVT \ --log - ``` diff --git a/modules/ivts/galasa-ivts-parent/build.gradle b/modules/ivts/galasa-ivts-parent/build.gradle index cf0824ece..59b4071e9 100644 --- a/modules/ivts/galasa-ivts-parent/build.gradle +++ b/modules/ivts/galasa-ivts-parent/build.gradle @@ -1,4 +1,4 @@ allprojects { group = 'dev.galasa' - version = '1.1.0' + version = '1.1.1' } \ No newline at end of file diff --git a/modules/ivts/galasa-ivts-parent/buildSrc/build.gradle b/modules/ivts/galasa-ivts-parent/buildSrc/build.gradle index 336056614..077516f38 100644 --- a/modules/ivts/galasa-ivts-parent/buildSrc/build.gradle +++ b/modules/ivts/galasa-ivts-parent/buildSrc/build.gradle @@ -2,7 +2,7 @@ plugins { id 'groovy-gradle-plugin' } -version = '1.1.0' +version = '1.1.1' // Allow external plugins to be resolved in the dependencies section // and used without specifying versions diff --git a/modules/managers/galasa-managers-parent/build.gradle b/modules/managers/galasa-managers-parent/build.gradle index b560fd116..6cdb63512 100644 --- a/modules/managers/galasa-managers-parent/build.gradle +++ b/modules/managers/galasa-managers-parent/build.gradle @@ -9,11 +9,11 @@ plugins { // It is used as the version number of the managers bundle, which contains a yaml // file which is in a release.yaml, but published to maven, so that the OBR build // can pick it up later. -version = "1.1.0" +version = "1.1.1" allprojects { group = 'dev.galasa' - version = "1.1.0" + version = "1.1.1" } // A configuration to publish the merge exec into @@ -229,7 +229,7 @@ publishing { name = "Manifest for managers bundle versions" artifactId = "dev.galasa.managers.manifest" groupId = 'dev.galasa' - version = "1.1.0" + version = "1.1.1" description = "Conveys bundle version information to OBR builds." licenses { license { diff --git a/modules/managers/galasa-managers-parent/galasa-managers-cloud-parent/dev.galasa.kubernetes.manager.ivt/README.md b/modules/managers/galasa-managers-parent/galasa-managers-cloud-parent/dev.galasa.kubernetes.manager.ivt/README.md index 0321fcc47..6d6f5c26e 100644 --- a/modules/managers/galasa-managers-parent/galasa-managers-cloud-parent/dev.galasa.kubernetes.manager.ivt/README.md +++ b/modules/managers/galasa-managers-parent/galasa-managers-cloud-parent/dev.galasa.kubernetes.manager.ivt/README.md @@ -69,7 +69,7 @@ kubernetes.cluster.K8S.max.slots=2 ```bash galasactl runs submit local \ - --obr mvn:dev.galasa/dev.galasa.uber.obr/1.1.0/obr \ + --obr mvn:dev.galasa/dev.galasa.uber.obr/1.1.1/obr \ --class dev.galasa.kubernetes.manager.ivt/dev.galasa.kubernetes.manager.ivt.KubernetesManagerIVT \ --log - ``` @@ -128,7 +128,7 @@ secure.credentials.K8S.token= ```bash galasactl runs submit local \ - --obr mvn:dev.galasa/dev.galasa.uber.obr/1.1.0/obr \ + --obr mvn:dev.galasa/dev.galasa.uber.obr/1.1.1/obr \ --class dev.galasa.kubernetes.manager.ivt/dev.galasa.kubernetes.manager.ivt.KubernetesManagerIVT \ --log - ``` @@ -236,7 +236,7 @@ unable to find valid certification path to requested target Add to your test run command: ```bash galasactl runs submit local \ - --obr mvn:dev.galasa/dev.galasa.uber.obr/1.1.0/obr \ + --obr mvn:dev.galasa/dev.galasa.uber.obr/1.1.1/obr \ --class dev.galasa.kubernetes.manager.ivt/dev.galasa.kubernetes.manager.ivt.KubernetesManagerIVT \ --log - \ --jvm "-Djavax.net.ssl.trustStore=./k8s-truststore.jks -Djavax.net.ssl.trustStorePassword=changeit" diff --git a/modules/managers/release.yaml b/modules/managers/release.yaml index 7a5536244..c1cedfc6f 100644 --- a/modules/managers/release.yaml +++ b/modules/managers/release.yaml @@ -25,7 +25,7 @@ managers: - artifact: dev.galasa.cicsts.ceci.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -34,7 +34,7 @@ managers: codecoverage: true - artifact: dev.galasa.cicsts.ceci.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -43,7 +43,7 @@ managers: codecoverage: false - artifact: dev.galasa.cicsts.ceda.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -52,7 +52,7 @@ managers: codecoverage: true - artifact: dev.galasa.cicsts.ceda.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -61,7 +61,7 @@ managers: codecoverage: false - artifact: dev.galasa.cicsts.cemt.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -70,7 +70,7 @@ managers: codecoverage: true - artifact: dev.galasa.cicsts.cemt.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -79,7 +79,7 @@ managers: codecoverage: false - artifact: dev.galasa.cicsts.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -88,7 +88,7 @@ managers: codecoverage: true - artifact: dev.galasa.cicsts.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -97,7 +97,7 @@ managers: codecoverage: false - artifact: dev.galasa.cicsts.resource.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -106,7 +106,7 @@ managers: codecoverage: true - artifact: dev.galasa.docker.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -115,7 +115,7 @@ managers: codecoverage: true - artifact: dev.galasa.docker.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -124,7 +124,7 @@ managers: codecoverage: false - artifact: dev.galasa.kubernetes.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -133,7 +133,7 @@ managers: codecoverage: true - artifact: dev.galasa.kubernetes.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -142,7 +142,7 @@ managers: codecoverage: false - artifact: dev.galasa.openstack.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -151,7 +151,7 @@ managers: codecoverage: true - artifact: dev.galasa.common - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -160,7 +160,7 @@ managers: codecoverage: false - artifact: dev.galasa.http.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -169,7 +169,7 @@ managers: codecoverage: true - artifact: dev.galasa.http.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -178,7 +178,7 @@ managers: codecoverage: false - artifact: dev.galasa.ipnetwork.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -187,7 +187,7 @@ managers: codecoverage: true - artifact: dev.galasa.mq.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -196,7 +196,7 @@ managers: codecoverage: true - artifact: dev.galasa.mq.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -205,7 +205,7 @@ managers: codecoverage: false - artifact: dev.galasa.artifact.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -214,7 +214,7 @@ managers: codecoverage: true - artifact: dev.galasa.artifact.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -223,7 +223,7 @@ managers: codecoverage: false - artifact: dev.galasa.core.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -232,7 +232,7 @@ managers: codecoverage: true - artifact: dev.galasa.core.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -241,7 +241,7 @@ managers: codecoverage: false - artifact: dev.galasa.textscan.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -250,7 +250,7 @@ managers: codecoverage: true - artifact: dev.galasa.db2.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -259,7 +259,7 @@ managers: codecoverage: false - artifact: dev.galasa.db2.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -268,7 +268,7 @@ managers: codecoverage: false - artifact: dev.galasa.imstm.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -277,7 +277,7 @@ managers: codecoverage: true - artifact: dev.galasa.imstm.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -286,7 +286,7 @@ managers: codecoverage: false - artifact: dev.galasa.java.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -295,7 +295,7 @@ managers: codecoverage: true - artifact: dev.galasa.java.ubuntu.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -304,7 +304,7 @@ managers: codecoverage: true - artifact: dev.galasa.java.windows.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -313,7 +313,7 @@ managers: codecoverage: true - artifact: dev.galasa.elasticlog.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -322,7 +322,7 @@ managers: codecoverage: true - artifact: dev.galasa.elasticlog.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -331,7 +331,7 @@ managers: codecoverage: false - artifact: dev.galasa.galasaecosystem.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -340,7 +340,7 @@ managers: codecoverage: true - artifact: dev.galasa.galasaecosystem.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -349,7 +349,7 @@ managers: codecoverage: false - artifact: dev.galasa.jmeter.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -358,7 +358,7 @@ managers: codecoverage: false - artifact: dev.galasa.jmeter.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -367,7 +367,7 @@ managers: codecoverage: false - artifact: dev.galasa.sdv.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -376,7 +376,7 @@ managers: codecoverage: true - artifact: dev.galasa.sdv.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -385,7 +385,7 @@ managers: codecoverage: false - artifact: dev.galasa.selenium.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -394,7 +394,7 @@ managers: codecoverage: true - artifact: dev.galasa.selenium.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -403,7 +403,7 @@ managers: codecoverage: false - artifact: dev.galasa.linux.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -412,7 +412,7 @@ managers: codecoverage: true - artifact: dev.galasa.linux.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: false @@ -421,7 +421,7 @@ managers: codecoverage: false - artifact: dev.galasa.windows.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -430,7 +430,7 @@ managers: codecoverage: false - artifact: dev.galasa.githubissue.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -439,7 +439,7 @@ managers: codecoverage: false - artifact: dev.galasa.zos.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -448,7 +448,7 @@ managers: codecoverage: true - artifact: dev.galasa.zos.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -457,7 +457,7 @@ managers: codecoverage: false - artifact: dev.galasa.zos3270.common - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -466,7 +466,7 @@ managers: codecoverage: false - artifact: dev.galasa.zos3270.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -475,7 +475,7 @@ managers: codecoverage: true - artifact: dev.galasa.zos3270.manager.ivt - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: false @@ -484,7 +484,7 @@ managers: codecoverage: false - artifact: dev.galasa.zosbatch.rseapi.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -493,7 +493,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosbatch.zosmf.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -502,7 +502,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosconsole.oeconsol.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -511,7 +511,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosconsole.zosmf.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -520,7 +520,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosfile.rseapi.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -529,7 +529,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosfile.zosmf.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -538,7 +538,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosliberty.angel.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: false bom: true @@ -547,7 +547,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosliberty.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -556,7 +556,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosmf.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -565,7 +565,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosprogram.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -574,7 +574,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosrseapi.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -583,7 +583,7 @@ managers: codecoverage: true - artifact: dev.galasa.zostsocommand.ssh.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true @@ -592,7 +592,7 @@ managers: codecoverage: true - artifact: dev.galasa.zosunixcommand.ssh.manager - version: 1.1.0 + version: 1.1.1 obr: true mvp: true bom: true diff --git a/modules/maven/galasa-maven-plugin/pom.xml b/modules/maven/galasa-maven-plugin/pom.xml index cbd41b985..a8dd7d631 100644 --- a/modules/maven/galasa-maven-plugin/pom.xml +++ b/modules/maven/galasa-maven-plugin/pom.xml @@ -7,7 +7,7 @@ dev.galasa galasa-maven-plugin maven-plugin - 1.1.0 + 1.1.1 Galasa Maven Plugin Maven plugin for build Galasa artifacts such as the OBR, Test Catalog @@ -62,7 +62,7 @@ dev.galasa dev.galasa.platform - 1.1.0 + 1.1.1 pom import diff --git a/modules/obr/dependency-download/build.gradle b/modules/obr/dependency-download/build.gradle index 6197546a4..f9a63acb5 100644 --- a/modules/obr/dependency-download/build.gradle +++ b/modules/obr/dependency-download/build.gradle @@ -7,7 +7,7 @@ plugins { // It is used as the version number of the managers bundle, which contains a yaml // file which is in a release.yaml, but published to maven, so that the OBR build // can pick it up later. -version = "1.1.0" +version = "1.1.1" repositories { mavenLocal() diff --git a/modules/obr/release.yaml b/modules/obr/release.yaml index 0ea105aa2..714114c7c 100644 --- a/modules/obr/release.yaml +++ b/modules/obr/release.yaml @@ -12,7 +12,7 @@ metadata: release: - version: 1.1.0 + version: 1.1.1 # Dependencies with bom: true need their versions stated explicitly # As the galasa-bom is a component consumed by users, its too risky @@ -117,7 +117,7 @@ external: isolated: false # Only used for Authentication - not needed. - artifact: dev.galasa.wrapping.httpclient5 - version: 1.1.0 + version: 1.1.1 obr: true bom: true mvp: true diff --git a/modules/platform/dev.galasa.platform/build.gradle b/modules/platform/dev.galasa.platform/build.gradle index b54dc74a7..c8333db65 100644 --- a/modules/platform/dev.galasa.platform/build.gradle +++ b/modules/platform/dev.galasa.platform/build.gradle @@ -4,7 +4,7 @@ plugins { id 'signing' } -version = "1.1.0" +version = "1.1.1" javaPlatform { allowDependencies() @@ -249,7 +249,7 @@ publishing { name = 'Gradle Java Platform for Galasa bundles' groupId = 'dev.galasa' artifactId = 'dev.galasa.platform' - version = "1.1.0" + version = "1.1.1" description = 'Provides versions to dependencies' licenses { license { diff --git a/modules/wrapping/dev.galasa.wrapping.com.auth0.jwt/pom.xml b/modules/wrapping/dev.galasa.wrapping.com.auth0.jwt/pom.xml index cb88ca5e6..11d02735e 100644 --- a/modules/wrapping/dev.galasa.wrapping.com.auth0.jwt/pom.xml +++ b/modules/wrapping/dev.galasa.wrapping.com.auth0.jwt/pom.xml @@ -6,11 +6,11 @@ dev.galasa dev.galasa.wrapping.parent - 1.1.0 + 1.1.1 dev.galasa.wrapping.com.auth0.jwt - 1.1.0 + 1.1.1 bundle Galasa wrapped version of auth0 JWT diff --git a/modules/wrapping/dev.galasa.wrapping.httpclient5/pom.xml b/modules/wrapping/dev.galasa.wrapping.httpclient5/pom.xml index e3639448f..3faa95287 100644 --- a/modules/wrapping/dev.galasa.wrapping.httpclient5/pom.xml +++ b/modules/wrapping/dev.galasa.wrapping.httpclient5/pom.xml @@ -6,11 +6,11 @@ dev.galasa dev.galasa.wrapping.parent - 1.1.0 + 1.1.1 dev.galasa.wrapping.httpclient5 - 1.1.0 + 1.1.1 bundle Galasa wrapped version of org.apache.httpcomponents.client5:httpclient5 diff --git a/modules/wrapping/dev.galasa.wrapping.io.grpc.java/pom.xml b/modules/wrapping/dev.galasa.wrapping.io.grpc.java/pom.xml index 9a73ac006..0e763f714 100644 --- a/modules/wrapping/dev.galasa.wrapping.io.grpc.java/pom.xml +++ b/modules/wrapping/dev.galasa.wrapping.io.grpc.java/pom.xml @@ -6,11 +6,11 @@ dev.galasa dev.galasa.wrapping.parent - 1.1.0 + 1.1.1 dev.galasa.wrapping.io.grpc.java - 1.1.0 + 1.1.1 bundle Galasa wrapped version of the io.grpc packages required for grpc-java diff --git a/modules/wrapping/dev.galasa.wrapping.io.kubernetes.client-java/pom.xml b/modules/wrapping/dev.galasa.wrapping.io.kubernetes.client-java/pom.xml index a5c54208a..ca166e6ca 100644 --- a/modules/wrapping/dev.galasa.wrapping.io.kubernetes.client-java/pom.xml +++ b/modules/wrapping/dev.galasa.wrapping.io.kubernetes.client-java/pom.xml @@ -6,11 +6,11 @@ dev.galasa dev.galasa.wrapping.parent - 1.1.0 + 1.1.1 dev.galasa.wrapping.io.kubernetes.client-java - 1.1.0 + 1.1.1 bundle Galasa wrapped version of io.kubernetes client-java diff --git a/modules/wrapping/dev.galasa.wrapping.jetcd-core/pom.xml b/modules/wrapping/dev.galasa.wrapping.jetcd-core/pom.xml index 8fe66263f..5caf6cb3e 100644 --- a/modules/wrapping/dev.galasa.wrapping.jetcd-core/pom.xml +++ b/modules/wrapping/dev.galasa.wrapping.jetcd-core/pom.xml @@ -6,11 +6,11 @@ dev.galasa dev.galasa.wrapping.parent - 1.1.0 + 1.1.1 dev.galasa.wrapping.jetcd-core - 1.1.0 + 1.1.1 bundle Galasa wrapped version of jetcd-core diff --git a/modules/wrapping/dev.galasa.wrapping.kafka.clients/pom.xml b/modules/wrapping/dev.galasa.wrapping.kafka.clients/pom.xml index 1bc222465..e79fb3cc0 100644 --- a/modules/wrapping/dev.galasa.wrapping.kafka.clients/pom.xml +++ b/modules/wrapping/dev.galasa.wrapping.kafka.clients/pom.xml @@ -6,11 +6,11 @@ dev.galasa dev.galasa.wrapping.parent - 1.1.0 + 1.1.1 dev.galasa.wrapping.kafka.clients - 1.1.0 + 1.1.1 bundle Galasa wrapped version of the kafka-client package diff --git a/modules/wrapping/dev.galasa.wrapping.selenium-java/pom.xml b/modules/wrapping/dev.galasa.wrapping.selenium-java/pom.xml index fe7ada1ff..4de9807b7 100644 --- a/modules/wrapping/dev.galasa.wrapping.selenium-java/pom.xml +++ b/modules/wrapping/dev.galasa.wrapping.selenium-java/pom.xml @@ -6,11 +6,11 @@ dev.galasa dev.galasa.wrapping.parent - 1.1.0 + 1.1.1 dev.galasa.wrapping.selenium-java - 1.1.0 + 1.1.1 bundle Galasa wrapped version of selenium-java diff --git a/modules/wrapping/dev.galasa.wrapping.velocity-engine-core/pom.xml b/modules/wrapping/dev.galasa.wrapping.velocity-engine-core/pom.xml index e8ee6e5fb..0c3145bc0 100644 --- a/modules/wrapping/dev.galasa.wrapping.velocity-engine-core/pom.xml +++ b/modules/wrapping/dev.galasa.wrapping.velocity-engine-core/pom.xml @@ -6,11 +6,11 @@ dev.galasa dev.galasa.wrapping.parent - 1.1.0 + 1.1.1 dev.galasa.wrapping.velocity-engine-core - 1.1.0 + 1.1.1 bundle