Skip to content

Commit

Permalink
docs: update rel. notes for v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Oct 11, 2024
1 parent 75e27a7 commit 04cea6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/release-notes/release-1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ To view what files were changed from the defaults, run `git diff`.

2. After making sure the configurations are stored safely in another folder, reset the Yoda folder using `git stash` or when you want to delete all changes made: `git reset --hard`.

3. Check out tag `v1.10.0-rc.0` of the Yoda Git repository.
3. Check out tag `v1.10.0` of the Yoda Git repository.
```bash
git checkout v1.10.0-rc.0
git checkout v1.10.0
```

4. Set the Yoda version to `v1.10.0-rc.0` in the configuration.
4. Set the Yoda version to `v1.10.0` in the configuration.
```yaml
yoda_version: v1.10.0-rc.0
yoda_version: v1.10.0
```

5. Install all Ansible collections needed to deploy Yoda:
Expand Down

0 comments on commit 04cea6b

Please sign in to comment.