From 803178fa9ae4c396b14731fc8dbca227c0985a2a Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof Date: Fri, 6 Sep 2024 10:11:36 +0200 Subject: [PATCH] Docs: update release notes for v1.10.0 --- docs/release-notes/release-1.10.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/release-1.10.md b/docs/release-notes/release-1.10.md index 7c3c6957c..1b41d081e 100644 --- a/docs/release-notes/release-1.10.md +++ b/docs/release-notes/release-1.10.md @@ -14,6 +14,7 @@ Released: TBA - Added new Data Transfer page, with ready to use configurations for data transfers - Removed RADIUS fallback option - Removed `Secured` status from research space +- Improved copy to vault with irsync - Improved support for [vault archiving](../design/overview/vault-archive.md) workflow - Improved performance in portal - Upgrade python-irodsclient to v2.1.0 @@ -38,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. Checkout tag `v1.10.0-beta.0` of the Yoda Git repository. +3. Checkout tag `v1.10.0-beta.1` of the Yoda Git repository. ```bash -git checkout v1.10.0-beta.0 +git checkout v1.10.0-beta.1 ``` -4. Set the Yoda version to `v1.10.0-beta.0` in the configuration. +4. Set the Yoda version to `v1.10.0-beta.1` in the configuration. ```yaml -yoda_version: v1.10.0-beta.0 +yoda_version: v1.10.0-beta.1 ``` 5. Install all Ansible collections needed to deploy Yoda: