From bf8c4ad0e0e97b44fbc175455f27962e9a0bf712 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 5 Dec 2024 16:04:25 +0000 Subject: [PATCH] Update docs for 0.38.0 release Signed-off-by: James Taylor --- .../installing-cli-tool.md | 4 ++-- .../ecosystem/ecosystem-installing-k8s.md | 6 ++--- .../docs/managers/galasa-ecosystem-manager.md | 2 +- src/markdown-pages/highlights.md | 22 ++++++++++++++++++- src/pages/index.js | 2 +- 5 files changed, 28 insertions(+), 8 deletions(-) diff --git a/src/markdown-pages/docs/cli-command-reference/installing-cli-tool.md b/src/markdown-pages/docs/cli-command-reference/installing-cli-tool.md index eb468dd3..e3178915 100644 --- a/src/markdown-pages/docs/cli-command-reference/installing-cli-tool.md +++ b/src/markdown-pages/docs/cli-command-reference/installing-cli-tool.md @@ -32,8 +32,8 @@ On Mac: 3. Then you have a choice. Either install the latest version fo the `galasactl` tool, or install a specific version. 1. To install the latest version of `galasactl`: `brew install --no-quarantine galasactl` - 2. To install a specific version of `galasactl` (version 0.37.0 for example): - `brew install --no-quarantine galasactl@0.37.0` + 2. To install a specific version of `galasactl` (version 0.38.0 for example): + `brew install --no-quarantine galasactl@0.38.0` Note: You can check to see what versions are available using this: `brew tap-info galasa-dev/tap --json` and look in the `"cask_tokens"` part of the json file. diff --git a/src/markdown-pages/docs/ecosystem/ecosystem-installing-k8s.md b/src/markdown-pages/docs/ecosystem/ecosystem-installing-k8s.md index 9a56be11..ff0c3fe2 100644 --- a/src/markdown-pages/docs/ecosystem/ecosystem-installing-k8s.md +++ b/src/markdown-pages/docs/ecosystem/ecosystem-installing-k8s.md @@ -214,14 +214,14 @@ Once you have successfully installed the Ecosystem, you can then deploy your Gal ## Upgrading the Galasa Ecosystem -Get the latest version of the Ecosystem chart and upgrade the Galasa Ecosystem to use the newer version of Galasa - for example version 0.37.0 - by running the following command: +Get the latest version of the Ecosystem chart and upgrade the Galasa Ecosystem to use the newer version of Galasa - for example version 0.38.0 - by running the following command: On Mac or Unix: ```console helm repo update \ helm upgrade galasa/ecosystem --reuse-values \ ---set galasaVersion=0.37.0 --wait +--set galasaVersion=0.38.0 --wait ``` On Windows (Powershell): @@ -229,7 +229,7 @@ On Windows (Powershell): ```console helm repo update ` helm upgrade galasa/ecosystem --reuse-values ` ---set galasaVersion=0.37.0 --wait +--set galasaVersion=0.38.0 --wait ``` where:
diff --git a/src/markdown-pages/docs/managers/galasa-ecosystem-manager.md b/src/markdown-pages/docs/managers/galasa-ecosystem-manager.md index 0a0ec365..5a3b03ec 100644 --- a/src/markdown-pages/docs/managers/galasa-ecosystem-manager.md +++ b/src/markdown-pages/docs/managers/galasa-ecosystem-manager.md @@ -154,7 +154,7 @@ The following are properties used to configure the Galasa Ecosystem Manager. | Required: | No | | Default value: | None | | Valid values: | Valid URL | -| Examples: | galasaecosystem.isolated.mvp.zip=https://github.com/galasa-dev/isolated/releases/download/v0.37.0/galasa-isolated-mvp-0.37.0.zip | +| Examples: | galasaecosystem.isolated.mvp.zip=https://github.com/galasa-dev/isolated/releases/download/v0.38.0/galasa-isolated-mvp-0.38.0.zip | diff --git a/src/markdown-pages/highlights.md b/src/markdown-pages/highlights.md index 24cd9395..55b01bc4 100644 --- a/src/markdown-pages/highlights.md +++ b/src/markdown-pages/highlights.md @@ -18,11 +18,31 @@ We have the following available Slack channels: Access the Galasa source code in [GitHub](https://github.com/galasa-dev) and open issues in the [project management repository](https://github.com/galasa-dev/projectmanagement). -## 0.37.0 - Release Highlights +## 0.38.0 - Release Highlights + +- CLI updates: + + - You can get, set and delete secrets from the credentials store using the `galasactl secrets` command. Secrets support base64 encoding to handle special characters. + + - [Managing Ecosystem encryption keys](./docs/ecosystem/ecosystem-managing-encryption-keys.md) describes how to use `galasactl secrets get` and `galasactl resources apply` to replace the encryption key being used to encrypt credentials in the Galasa Ecosystem's credentials store. + + - Users can now be deleted with the `galasactl users delete` command. + +- Web UI updates: + + - A new settings page has been added to the web UI to manage access tokens. + + - Recent login activity is now available on the profile page. + +- This release also includes bug fixes, security updates, and other dependency updates. + +
+0.37.0 - Release Highlights - Galasa now supports Java 17. - You can delete a test run by using the `galasactl runs delete` command. Deleting a test run removes all information about the test run along with any associated artifacts from an ecosystem's RAS. +
diff --git a/src/pages/index.js b/src/pages/index.js index 9986ea41..815be073 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -126,7 +126,7 @@ const IndexPage = () => ( Learn more