From b744fce6690f8888d40c232ab4090b0bde437ec9 Mon Sep 17 00:00:00 2001 From: nebari-sensei Date: Fri, 6 Jun 2025 11:58:06 +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 | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/docs/references/RELEASE.md b/docs/docs/references/RELEASE.md index 56dab35b..f86129d7 100644 --- a/docs/docs/references/RELEASE.md +++ b/docs/docs/references/RELEASE.md @@ -9,12 +9,23 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> --- +## Release 2025.6.1 - June 06, 2025 + +### What's Changed +- Enable resource monitoring for cirun runners by @aktech in https://github.com/nebari-dev/nebari/pull/3047 +- Add filesystem scan in Trivy GHA workflow to scan Python dependencies by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3045 +- Pin click to avoid incompatibility issues with Typer by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3051 +- improve node taint regex by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/3027 +- Change JupyterLab default windowing mode to defer by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3055 +- Upgrade JupyterHub Helm Chart to use 5.3.0 by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3052 + +**Full Changelog**: https://github.com/nebari-dev/nebari/compare/2025.4.2...2025.6.1 + ## Release 2025.4.2 - April 25, 2025 -> NOTE: You may notice messages like groups: cannot find name for group ID xx when using the terminal. These warnings are harmless and do not affect system functionality or permissions. We're aware of the issue and it will be resolved in the next version. +> NOTE: You may notice messages like groups: cannot find name for group ID when using the terminal. These warnings are harmless and do not affect system functionality or permissions. We're aware of the issue and it will be resolved in the next version. ### What's Changed - - Upgrade verify-changed-files action by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3037 - Monkeypatch version validator to avoid failing tests by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3039 - Upgrade azure-identity by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3038 @@ -24,7 +35,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ## Release 2025.4.1 - April 11, 2025 ### What's Changed - - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/nebari-dev/nebari/pull/2969 - Add extra services checks to kuberhealthy by @viniciusdc in https://github.com/nebari-dev/nebari/pull/2978 - Add workflow to run conda-store user journey tests by @soapy1 in https://github.com/nebari-dev/nebari/pull/2895 @@ -48,7 +58,6 @@ 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 @@ -70,7 +79,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- @@ -94,7 +102,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> - @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 +/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 @@ -104,7 +112,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 @@ -145,7 +152,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 0a30b3097fda58f277dfebf60b5ac67bbaabf5cf Mon Sep 17 00:00:00 2001 From: Marcelo Villa <36754005+marcelovilla@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:33:36 +0200 Subject: [PATCH 2/3] Run formatter --- docs/docs/references/RELEASE.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/docs/references/RELEASE.md b/docs/docs/references/RELEASE.md index f86129d7..536a0f81 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.6.1 - June 06, 2025 ### What's Changed + - Enable resource monitoring for cirun runners by @aktech in https://github.com/nebari-dev/nebari/pull/3047 - Add filesystem scan in Trivy GHA workflow to scan Python dependencies by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3045 - Pin click to avoid incompatibility issues with Typer by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3051 @@ -26,6 +27,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> > NOTE: You may notice messages like groups: cannot find name for group ID when using the terminal. These warnings are harmless and do not affect system functionality or permissions. We're aware of the issue and it will be resolved in the next version. ### What's Changed + - Upgrade verify-changed-files action by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3037 - Monkeypatch version validator to avoid failing tests by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3039 - Upgrade azure-identity by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3038 @@ -35,6 +37,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ## Release 2025.4.1 - April 11, 2025 ### What's Changed + - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/nebari-dev/nebari/pull/2969 - Add extra services checks to kuberhealthy by @viniciusdc in https://github.com/nebari-dev/nebari/pull/2978 - Add workflow to run conda-store user journey tests by @soapy1 in https://github.com/nebari-dev/nebari/pull/2895 @@ -58,6 +61,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 @@ -79,6 +83,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- @@ -102,7 +107,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> - @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 + /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 @@ -112,6 +117,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 @@ -152,6 +158,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 From ec65ecdcf039a7c58fb3ff46931074b4b64da1aa Mon Sep 17 00:00:00 2001 From: Marcelo Villa <36754005+marcelovilla@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:37:55 +0200 Subject: [PATCH 3/3] Avoid using special characters in notes --- docs/docs/references/RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/references/RELEASE.md b/docs/docs/references/RELEASE.md index 536a0f81..5e702168 100644 --- a/docs/docs/references/RELEASE.md +++ b/docs/docs/references/RELEASE.md @@ -24,7 +24,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ## Release 2025.4.2 - April 25, 2025 -> NOTE: You may notice messages like groups: cannot find name for group ID when using the terminal. These warnings are harmless and do not affect system functionality or permissions. We're aware of the issue and it will be resolved in the next version. +> NOTE: You may notice messages like groups: cannot find name for group ID xx when using the terminal. These warnings are harmless and do not affect system functionality or permissions. We're aware of the issue and it will be resolved in the next version. ### What's Changed