Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 29 updates (from version 28 refs) #659

Merged
merged 3 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ You can then deploy your Galasa tests to a Maven repository and set up a test st

To upgrade the Galasa Ecosystem to use a newer version of Galasa, for example version 0.29.0, run the following command:


On Mac or Unix:

```
Expand Down
6 changes: 3 additions & 3 deletions src/markdown-pages/docs/ecosystem/ecosystem-installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ The ecosystem needs to know the hostname or IP address of the VM on which the Do
```
hostname: 192.168.1.87
galasaRegistry: icr.io/galasadev
version: 0.28.0
version: 0.29.0
engineController:
controllerVersion: 0.28.0
engineVersion: 0.28.0
controllerVersion: 0.29.0
engineVersion: 0.29.0
simplatform:
version: 0.15.0
```
Expand Down