From e8927eac7dea2d4ca6294c9555f0f88e5a4e97ff Mon Sep 17 00:00:00 2001 From: nebari-sensei Date: Wed, 12 Mar 2025 17:58:40 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'docs/docs/?= =?UTF-8?q?references/RELEASE.md'=20with=20remote=20'RELEASE.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MAINT - Sync release notes :robot: --- docs/docs/references/RELEASE.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/docs/references/RELEASE.md b/docs/docs/references/RELEASE.md index f388476b..50efaa20 100644 --- a/docs/docs/references/RELEASE.md +++ b/docs/docs/references/RELEASE.md @@ -9,6 +9,19 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> --- +## Release 2025.3.1 - March 14, 2025 + +### What's Changed +- fix buffer full deadlock by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2929 +- support KubeSpawner profile_options by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2937 +- fix ansi color reset bug by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2970 +- allow eks_public_access_cidrs to be optionally set in nebari-config.yaml by @dcmcand in https://github.com/nebari-dev/nebari/pull/2963 +- Add option to customize keycloak themes by @viniciusdc in https://github.com/nebari-dev/nebari/pull/2469 +- support updated kubespawner by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2938 +- Filter environments by user access by @soapy1 in https://github.com/nebari-dev/nebari/pull/2940 +- loosen dependency requirement pins for nebari by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2984 + +**Full Changelog**: https://github.com/nebari-dev/nebari/compare/2025.2.1...2025.3.1 ## Release 2025.2.1 - February 7, 2025 > NOTE: In this release, we have updated our maximum supported Kubernetes version from @@ -19,7 +32,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> > 1.31). ### What's Changed - - fix bug to allow --import-plugin to work by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2864 - Add azure kubernetes policy add-on by @viniciusdc in https://github.com/nebari-dev-nebari/pull/2888 - Yaml config sets by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/287- @@ -42,7 +54,8 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ### New Contributors - @soapy1 made their first contribution in https://github.com/nebari-dev/nebari/pull2891 -- @smokestacklightnin made their first contribution in https://github.com/nebari-dev/nebari/pull/2839 +- @smokestacklightnin made their first contribution in https://github.com/nebari-dev +/nebari/pull/2839 - @kernel-loophole made their first contribution in https://github.com/nebari-dev/nebari/pull/2916 **Full Changelog**: https://github.com/nebari-dev/nebari/compare/2024.12.1...2025.2.1 @@ -52,7 +65,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> > NOTE: Support for DigitalOcean has been removed in this release. If you plan to deploy Nebari on DigitalOcean, you first need to independently create a Kubernetes cluster and then use the `existing` deployment option. ### What's Changed - - Precommit typos by @blakerosenthal in https://github.com/nebari-dev/nebari/pull/2731 - fix typo in KubernetesCredentials by @blakerosenthal in https://github.com/nebari-dev/nebari/pull/2729 - handle branch rename from develop to main in github actions by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2748 @@ -93,7 +105,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> - update gcp instance validation by @dcmcand in https://github.com/nebari-dev/nebari/pull/2875 ### New Contributors - - @jcbolling made their first contribution in https://github.com/nebari-dev/nebari/pull/2850 **Full Changelog**: https://github.com/nebari-dev/nebari/compare/2024.11.1...2024.12.1 From 0d648173f809fded81320461d6a56a82c348302e Mon Sep 17 00:00:00 2001 From: nebari-sensei Date: Mon, 17 Mar 2025 11:29:59 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'docs/docs/?= =?UTF-8?q?references/RELEASE.md'=20with=20remote=20'RELEASE.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MAINT - Sync release notes :robot: --- docs/docs/references/RELEASE.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/docs/references/RELEASE.md b/docs/docs/references/RELEASE.md index f388476b..50efaa20 100644 --- a/docs/docs/references/RELEASE.md +++ b/docs/docs/references/RELEASE.md @@ -9,6 +9,19 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> --- +## Release 2025.3.1 - March 14, 2025 + +### What's Changed +- fix buffer full deadlock by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2929 +- support KubeSpawner profile_options by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2937 +- fix ansi color reset bug by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2970 +- allow eks_public_access_cidrs to be optionally set in nebari-config.yaml by @dcmcand in https://github.com/nebari-dev/nebari/pull/2963 +- Add option to customize keycloak themes by @viniciusdc in https://github.com/nebari-dev/nebari/pull/2469 +- support updated kubespawner by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2938 +- Filter environments by user access by @soapy1 in https://github.com/nebari-dev/nebari/pull/2940 +- loosen dependency requirement pins for nebari by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2984 + +**Full Changelog**: https://github.com/nebari-dev/nebari/compare/2025.2.1...2025.3.1 ## Release 2025.2.1 - February 7, 2025 > NOTE: In this release, we have updated our maximum supported Kubernetes version from @@ -19,7 +32,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> > 1.31). ### What's Changed - - fix bug to allow --import-plugin to work by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2864 - Add azure kubernetes policy add-on by @viniciusdc in https://github.com/nebari-dev-nebari/pull/2888 - Yaml config sets by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/287- @@ -42,7 +54,8 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ### New Contributors - @soapy1 made their first contribution in https://github.com/nebari-dev/nebari/pull2891 -- @smokestacklightnin made their first contribution in https://github.com/nebari-dev/nebari/pull/2839 +- @smokestacklightnin made their first contribution in https://github.com/nebari-dev +/nebari/pull/2839 - @kernel-loophole made their first contribution in https://github.com/nebari-dev/nebari/pull/2916 **Full Changelog**: https://github.com/nebari-dev/nebari/compare/2024.12.1...2025.2.1 @@ -52,7 +65,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> > NOTE: Support for DigitalOcean has been removed in this release. If you plan to deploy Nebari on DigitalOcean, you first need to independently create a Kubernetes cluster and then use the `existing` deployment option. ### What's Changed - - Precommit typos by @blakerosenthal in https://github.com/nebari-dev/nebari/pull/2731 - fix typo in KubernetesCredentials by @blakerosenthal in https://github.com/nebari-dev/nebari/pull/2729 - handle branch rename from develop to main in github actions by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2748 @@ -93,7 +105,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> - update gcp instance validation by @dcmcand in https://github.com/nebari-dev/nebari/pull/2875 ### New Contributors - - @jcbolling made their first contribution in https://github.com/nebari-dev/nebari/pull/2850 **Full Changelog**: https://github.com/nebari-dev/nebari/compare/2024.11.1...2024.12.1 From 02340adf50bdea676ef047f9024a21bc7f4cf024 Mon Sep 17 00:00:00 2001 From: viniciusdc Date: Thu, 20 Mar 2025 14:23:28 -0300 Subject: [PATCH 3/3] run lint/format locally --- docs/docs/references/RELEASE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/docs/references/RELEASE.md b/docs/docs/references/RELEASE.md index 50efaa20..7ad2392f 100644 --- a/docs/docs/references/RELEASE.md +++ b/docs/docs/references/RELEASE.md @@ -12,6 +12,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ## Release 2025.3.1 - March 14, 2025 ### What's Changed + - fix buffer full deadlock by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2929 - support KubeSpawner profile_options by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2937 - fix ansi color reset bug by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2970 @@ -22,6 +23,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> - loosen dependency requirement pins for nebari by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2984 **Full Changelog**: https://github.com/nebari-dev/nebari/compare/2025.2.1...2025.3.1 + ## Release 2025.2.1 - February 7, 2025 > NOTE: In this release, we have updated our maximum supported Kubernetes version from @@ -32,6 +34,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> > 1.31). ### What's Changed + - fix bug to allow --import-plugin to work by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2864 - Add azure kubernetes policy add-on by @viniciusdc in https://github.com/nebari-dev-nebari/pull/2888 - Yaml config sets by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/287- @@ -54,8 +57,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ### New Contributors - @soapy1 made their first contribution in https://github.com/nebari-dev/nebari/pull2891 -- @smokestacklightnin made their first contribution in https://github.com/nebari-dev -/nebari/pull/2839 +- @smokestacklightnin made their first contribution in https://github.com/nebari-dev/nebari/pull/2839 - @kernel-loophole made their first contribution in https://github.com/nebari-dev/nebari/pull/2916 **Full Changelog**: https://github.com/nebari-dev/nebari/compare/2024.12.1...2025.2.1 @@ -65,6 +67,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> > NOTE: Support for DigitalOcean has been removed in this release. If you plan to deploy Nebari on DigitalOcean, you first need to independently create a Kubernetes cluster and then use the `existing` deployment option. ### What's Changed + - Precommit typos by @blakerosenthal in https://github.com/nebari-dev/nebari/pull/2731 - fix typo in KubernetesCredentials by @blakerosenthal in https://github.com/nebari-dev/nebari/pull/2729 - handle branch rename from develop to main in github actions by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2748 @@ -105,6 +108,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> - update gcp instance validation by @dcmcand in https://github.com/nebari-dev/nebari/pull/2875 ### New Contributors + - @jcbolling made their first contribution in https://github.com/nebari-dev/nebari/pull/2850 **Full Changelog**: https://github.com/nebari-dev/nebari/compare/2024.11.1...2024.12.1