@@ -9,10 +9,32 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. -->
9
9
10
10
---
11
11
12
- ## Release 2025.3 .1 - March 14 , 2025
12
+ ## Release 2025.4 .1 - April 11 , 2025
13
13
14
14
### 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
15
36
37
+ ### What's Changed
16
38
- fix buffer full deadlock by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2929
17
39
- support KubeSpawner profile_options by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2937
18
40
- 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. -->
34
56
> 1.31).
35
57
36
58
### What's Changed
37
-
38
59
- fix bug to allow --import-plugin to work by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2864
39
60
- Add azure kubernetes policy add-on by @viniciusdc in https://github.com/nebari-dev-nebari/pull/2888
40
61
- 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. -->
57
78
### New Contributors
58
79
59
80
- @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
61
83
- @kernel-loophole made their first contribution in https://github.com/nebari-dev/nebari/pull/2916
62
84
63
85
** 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. -->
67
89
> 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.
68
90
69
91
### What's Changed
70
-
71
92
- Precommit typos by @blakerosenthal in https://github.com/nebari-dev/nebari/pull/2731
72
93
- fix typo in KubernetesCredentials by @blakerosenthal in https://github.com/nebari-dev/nebari/pull/2729
73
94
- 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. -->
108
129
- update gcp instance validation by @dcmcand in https://github.com/nebari-dev/nebari/pull/2875
109
130
110
131
### New Contributors
111
-
112
132
- @jcbolling made their first contribution in https://github.com/nebari-dev/nebari/pull/2850
113
133
114
134
** Full Changelog** : https://github.com/nebari-dev/nebari/compare/2024.11.1...2024.12.1
@@ -511,8 +531,8 @@ command and follow the instructions
511
531
- CI: Add test coverage by @fangchenli in https://github.com/nebari-dev/nebari/pull/1959
512
532
- nebari cli environment variable handling, support, keycloak, dev tests by @sblair-metrostar in https://github.com/nebari-dev/nebari/pull/1968
513
533
- 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
516
536
- Allow users to specify Azure tags by @iameskild in https://github.com/nebari-dev/nebari/pull/1967
517
537
- [ pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/nebari-dev/nebari/pull/1979
518
538
- 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
540
560
- [ pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/nebari-dev/nebari/pull/2047
541
561
- fix typo in guided init for Digital Ocean by @dcmcand in https://github.com/nebari-dev/nebari/pull/2059
542
562
- 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
545
565
- Fix link to documentation on Nebari Deployment home page by @aktech in https://github.com/nebari-dev/nebari/pull/2063
546
566
- TST: enable timeout config in playwright notebook test by @fangchenli in https://github.com/nebari-dev/nebari/pull/1996
547
567
- DEPS: sync supported python version by @fangchenli in https://github.com/nebari-dev/nebari/pull/2065
0 commit comments