From 8aac90201d860d4f622bea9de87178271df47966 Mon Sep 17 00:00:00 2001 From: Marcelo Villa Date: Tue, 29 Oct 2024 19:05:15 +0100 Subject: [PATCH] Fix URLs and character --- docs/docs/references/RELEASE.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/docs/references/RELEASE.md b/docs/docs/references/RELEASE.md index 82282173e..7ddea04d4 100644 --- a/docs/docs/references/RELEASE.md +++ b/docs/docs/references/RELEASE.md @@ -140,16 +140,16 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ### What's Changed -- make userscheduler run on general node group by @Adam-D-Lewis in -- Upgrade to Pydantic V2 by @Adam-D-Lewis in -- Pydantic2 PR fix by @Adam-D-Lewis in -- remove redundant pydantic class, fix bug by @Adam-D-Lewis in -- Update `python-keycloak` version pins constraints by @viniciusdc in -- add HERA_TOKEN env var to user pods by @Adam-D-Lewis in -- fix docs link by @Adam-D-Lewis in -- Update allowed admin groups by @aktech in +- make userscheduler run on general node group by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2415 +- Upgrade to Pydantic V2 by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2348 +- Pydantic2 PR fix by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2421 +- remove redundant pydantic class, fix bug by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2426 +- Update `python-keycloak` version pins constraints by @viniciusdc in https://github.com/nebari-dev/nebari/pull/2435 +- add HERA_TOKEN env var to user pods by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2438 +- fix docs link by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2443 +- Update allowed admin groups by @aktech in https://github.com/nebari-dev/nebari/pull/2429 -**Full Changelog**: +**Full Changelog**: https://github.com/nebari-dev/nebari/compare/2024.4.1...2024.5.1 ## Release 2024.4.1 - April 20, 2024 @@ -524,7 +524,7 @@ This is a hot-fix release that resolves an issue whereby users in the `analyst` - improve CLI tests by @pmeier in https://github.com/nebari-dev/nebari/pull/1710 - Fix Existing dashboards by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/1723 - Fix dashboards by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/1727 -- Typo in the conda-store <-> conda_store key by @costrouc in https://github.com/nebari-dev/nebari/pull/1740 +- Typo in the conda-store - conda_store key by @costrouc in https://github.com/nebari-dev/nebari/pull/1740 - use -V (upper case) for --version short form by @pmeier in https://github.com/nebari-dev/nebari/pull/1720 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/nebari-dev/nebari/pull/1692 - improve pytest configuration by @pmeier in https://github.com/nebari-dev/nebari/pull/1700