@@ -9,10 +9,32 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. -->
99
1010---
1111
12- ## Release 2025.3 .1 - March 14 , 2025
12+ ## Release 2025.4 .1 - April 11 , 2025
1313
1414### What's Changed
15+ - [ pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/nebari-dev/nebari/pull/2969
16+ - Add extra services checks to kuberhealthy by @viniciusdc in https://github.com/nebari-dev/nebari/pull/2978
17+ - Add workflow to run conda-store user journey tests by @soapy1 in https://github.com/nebari-dev/nebari/pull/2895
18+ - Add support for generating ssl certs via DNS challenge (via Cloudflare) by @aktech in https://github.com/nebari-dev/nebari/pull/2957
19+ - Skip ingress check when using DNS certs by @aktech in https://github.com/nebari-dev/nebari/pull/3002
20+ - update deprecated pydantic function by @dcmcand in https://github.com/nebari-dev/nebari/pull/3010
21+ - Add taint to user and worker nodes by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2605
22+ - add node taint upgrade step by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/3009
23+ - Include documentation requirement for new ENH under PR template by @viniciusdc in https://github.com/nebari-dev/nebari/pull/3018
24+ - refactor keycloak cli command code by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2968
25+ - [ AUTO] Update CLI doc by @nebari-sensei in https://github.com/nebari-dev/nebari/pull/2999
26+ - Pin conda-lock < 3.0.0 to fix conda-store user journey test failures by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3020
27+ - Update usage of ` create_user ` within pytest fixture call by @viniciusdc in https://github.com/nebari-dev/nebari/pull/3023
28+ - Revert aks cluster argument to auto_scaling_enabled by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3022
29+ - ensure default node group taints are used in deployment tests by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/3028
30+ - Use ubuntu-latest instead of 20.04 in the Code Scanning (Trivy) GHA workflow by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3030
31+ - Run nebari destroy using conda in local integration tests by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3031
32+
33+ ** Full Changelog** : https://github.com/nebari-dev/nebari/compare/2025.3.1...2025.4.1
34+
35+ ## Release 2025.3.1 - March 14, 2025
1536
37+ ### What's Changed
1638- fix buffer full deadlock by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2929
1739- support KubeSpawner profile_options by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2937
1840- fix ansi color reset bug by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2970
@@ -34,7 +56,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. -->
3456> 1.31).
3557
3658### What's Changed
37-
3859- fix bug to allow --import-plugin to work by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2864
3960- Add azure kubernetes policy add-on by @viniciusdc in https://github.com/nebari-dev-nebari/pull/2888
4061- Yaml config sets by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/287-
@@ -57,7 +78,8 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. -->
5778### New Contributors
5879
5980- @soapy1 made their first contribution in https://github.com/nebari-dev/nebari/pull2891
60- - @smokestacklightnin made their first contribution in https://github.com/nebari-dev/nebari/pull/2839
81+ - @smokestacklightnin made their first contribution in https://github.com/nebari-dev
82+ /nebari/pull/2839
6183- @kernel-loophole made their first contribution in https://github.com/nebari-dev/nebari/pull/2916
6284
6385** Full Changelog** : https://github.com/nebari-dev/nebari/compare/2024.12.1...2025.2.1
@@ -67,7 +89,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. -->
6789> 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.
6890
6991### What's Changed
70-
7192- Precommit typos by @blakerosenthal in https://github.com/nebari-dev/nebari/pull/2731
7293- fix typo in KubernetesCredentials by @blakerosenthal in https://github.com/nebari-dev/nebari/pull/2729
7394- handle branch rename from develop to main in github actions by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2748
@@ -108,7 +129,6 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. -->
108129- update gcp instance validation by @dcmcand in https://github.com/nebari-dev/nebari/pull/2875
109130
110131### New Contributors
111-
112132- @jcbolling made their first contribution in https://github.com/nebari-dev/nebari/pull/2850
113133
114134** Full Changelog** : https://github.com/nebari-dev/nebari/compare/2024.11.1...2024.12.1
@@ -511,8 +531,8 @@ command and follow the instructions
511531- CI: Add test coverage by @fangchenli in https://github.com/nebari-dev/nebari/pull/1959
512532- nebari cli environment variable handling, support, keycloak, dev tests by @sblair-metrostar in https://github.com/nebari-dev/nebari/pull/1968
513533- CI: remove empty notebook to fix pre-commit json check by @fangchenli in https://github.com/nebari-dev/nebari/pull/1976
514- - TYP : fix typing error in plugins by @fangchenli in https://github.com/nebari-dev/nebari/pull/1973
515- - TYP : fix return class type in hookimpl by @fangchenli in https://github.com/nebari-dev/nebari/pull/1975
534+ - TYPO : fix typing error in plugins by @fangchenli in https://github.com/nebari-dev/nebari/pull/1973
535+ - TYPO : fix return class type in hookimpl by @fangchenli in https://github.com/nebari-dev/nebari/pull/1975
516536- Allow users to specify Azure tags by @iameskild in https://github.com/nebari-dev/nebari/pull/1967
517537- [ pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/nebari-dev/nebari/pull/1979
518538- Do not try and add argo envs when disabled by @iameskild in https://github.com/nebari-dev/nebari/pull/1926
@@ -540,8 +560,8 @@ command and follow the instructions
540560- [ pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/nebari-dev/nebari/pull/2047
541561- fix typo in guided init for Digital Ocean by @dcmcand in https://github.com/nebari-dev/nebari/pull/2059
542562- CI: add do integration by @fangchenli in https://github.com/nebari-dev/nebari/pull/2060
543- - TYP : make all subfolders under kubernetes_services/template non-module by @fangchenli in https://github.com/nebari-dev/nebari/pull/2043
544- - TYP : fix most typing errors in provider by @fangchenli in https://github.com/nebari-dev/nebari/pull/2038
563+ - TYPO : make all subfolders under kubernetes_services/template non-module by @fangchenli in https://github.com/nebari-dev/nebari/pull/2043
564+ - TYPO : fix most typing errors in provider by @fangchenli in https://github.com/nebari-dev/nebari/pull/2038
545565- Fix link to documentation on Nebari Deployment home page by @aktech in https://github.com/nebari-dev/nebari/pull/2063
546566- TST: enable timeout config in playwright notebook test by @fangchenli in https://github.com/nebari-dev/nebari/pull/1996
547567- DEPS: sync supported python version by @fangchenli in https://github.com/nebari-dev/nebari/pull/2065
0 commit comments