From e1e360073fc250a6c61e25c07d85b62097f676c1 Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:29:52 -0500 Subject: [PATCH 1/4] update release notes --- RELEASE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 44dc102ea9..260a268ef2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,6 +12,37 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ## Upcoming Release +## Release 2023.12.1 - December 15, 2023 + +### Feature changes and enhancements + +* Upgrade conda-store to latest version 2023 .10.1 +* Minor improvements and bug fixes + +### Breaking Changes + +> WARNING: Prefect, ClearML and kbatch were removed in this release and upgrading to this version will result in all of them being uninstalled. + +### What's Changed +* BUG: fix incorrect config override #2086 by @fangchenli in /~https://github.com/nebari-dev/nebari/pull/2087 +* ENH: add AWS IAM permissions_boundary option #2078 by @fangchenli in /~https://github.com/nebari-dev/nebari/pull/2082 +* CI: cleanup local integration workflow by @fangchenli in /~https://github.com/nebari-dev/nebari/pull/2079 +* ENH: check missing GCP services by @fangchenli in /~https://github.com/nebari-dev/nebari/pull/2036 +* ENH: use packaging for version parsing, add unit tests by @fangchenli in /~https://github.com/nebari-dev/nebari/pull/2048 +* ENH: specify required field when retrieving available gcp regions by @fangchenli in /~https://github.com/nebari-dev/nebari/pull/2033 +* Upgrade conda-store to 2023.10.1 by @iameskild in /~https://github.com/nebari-dev/nebari/pull/2092 +* Add upgrade command for 2023.11.1 by @iameskild in /~https://github.com/nebari-dev/nebari/pull/2103 +* CLN: cleanup typing and typing import in init by @fangchenli in /~https://github.com/nebari-dev/nebari/pull/2107 +* Remove kbatch, prefect and clearml by @iameskild in /~https://github.com/nebari-dev/nebari/pull/2101 +* Fix integration tests, helm-validate script by @iameskild in /~https://github.com/nebari-dev/nebari/pull/2102 +* Re-enable AWS tags support by @iameskild in /~https://github.com/nebari-dev/nebari/pull/2096 +* Update upgrade instructions for 2023.11.1 by @iameskild in /~https://github.com/nebari-dev/nebari/pull/2112 +* Update nebari-git env pins by by @iameskild in /~https://github.com/nebari-dev/nebari/pull/2113 +* Update release notes for 2023.11.1 by @iameskild in /~https://github.com/nebari-dev/nebari/pull/2114 + + +**Full Changelog**: /~https://github.com/nebari-dev/nebari/compare/2023.10.1...2023.11.1 + ## Release 2023.11.1 - November 15, 2023 ### Feature changes and enhancements From 35281bd429302fc887e9f6154bb00b27d6097c68 Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:35:32 -0500 Subject: [PATCH 2/4] add 2024.1.1 release notes --- RELEASE.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 260a268ef2..c1dceb2bfb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,12 +11,40 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ## Upcoming Release +## Release 2024.1.1 - January 17, 2024 + +### Feature changes and enhancements + +* Upgrade conda-store to latest version 2024.1.1 +* Add Jhub-Apps +* Add Jupyterlab-pioneer +* Minor improvements and bug fixes + +### Breaking Changes + +> WARNING: jupyterlab-videochat, retrolab, jupyter-tensorboard, jupyterlab-conda-store and jupyter-nvdashboard are no longer supported in Nebari version and will be uninstalled.", + +### What's Changed + +* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2176 +* Fix logic for dns lookup. by @pt247 in #2166 +* Integrate JupyterHub App Launcher into Nebari by @aktech in #2185 +* Pass in permissions boundary to k8s module by @aktech in #2153 +* Add jupyterlab-pioneer by @aktech in #2127 +* JHub Apps: Filter conda envs by user by @aktech in #2187 +* update upgrade command by @dcmcand in #2198 +* Remove JupyterLab from services list by @aktech in #2189 +* Adding fields to ignore within keycloak_realm by @costrouc in #2200 +* Add Nebari menu item configuration. by @marcelovilla in #2196 +* Disable "Newer update available" popup as default setting by @viniciusdc in #2192 + + ## Release 2023.12.1 - December 15, 2023 ### Feature changes and enhancements -* Upgrade conda-store to latest version 2023 .10.1 +* Upgrade conda-store to latest version 2023.10.1 * Minor improvements and bug fixes ### Breaking Changes From 4ec5b6988ebf13e60e2b16b08ad799b83c5545f8 Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:10:57 -0500 Subject: [PATCH 3/4] update release notes --- RELEASE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index c1dceb2bfb..a789ad5645 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -26,7 +26,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ### What's Changed -* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2176 * Fix logic for dns lookup. by @pt247 in #2166 * Integrate JupyterHub App Launcher into Nebari by @aktech in #2185 * Pass in permissions boundary to k8s module by @aktech in #2153 @@ -37,6 +36,11 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> * Adding fields to ignore within keycloak_realm by @costrouc in #2200 * Add Nebari menu item configuration. by @marcelovilla in #2196 * Disable "Newer update available" popup as default setting by @viniciusdc in #2192 +* Block usage of pip inside jupyterlab by @viniciusdc in /~https://github.com/nebari-dev/nebari/pull/2191 +* Return all environments instead of just those under the user's namespace for jhub-apps by @marcelovilla in /~https://github.com/nebari-dev/nebari/pull/2206 +* Adding a temporary writable directory for conda-store server /home/conda by @costrouc in /~https://github.com/nebari-dev/nebari/pull/2209 +* Add demo repositories mechanism to populate user's space by @viniciusdc in /~https://github.com/nebari-dev/nebari/pull/2207 +* update nebari_workflow_controller and conda_store tags to test rc by @dcmcand in /~https://github.com/nebari-dev/nebari/pull/2210 From d58058ac0ce85ab2ec4ac68ea64679f08883513b Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Thu, 18 Jan 2024 18:16:12 -0500 Subject: [PATCH 4/4] fix 2024.12.1 changelog link --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index a789ad5645..b4a71e60a6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -22,7 +22,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ### Breaking Changes -> WARNING: jupyterlab-videochat, retrolab, jupyter-tensorboard, jupyterlab-conda-store and jupyter-nvdashboard are no longer supported in Nebari version and will be uninstalled.", +> WARNING: jupyterlab-videochat, retrolab, jupyter-tensorboard, jupyterlab-conda-store and jupyter-nvdashboard are no longer supported in Nebari version and will be uninstalled." ### What's Changed @@ -73,7 +73,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> * Update release notes for 2023.11.1 by @iameskild in /~https://github.com/nebari-dev/nebari/pull/2114 -**Full Changelog**: /~https://github.com/nebari-dev/nebari/compare/2023.10.1...2023.11.1 +**Full Changelog**: /~https://github.com/nebari-dev/nebari/compare/2023.11.1...2023.12.1 ## Release 2023.11.1 - November 15, 2023