Skip to content

Commit 6dddf0c

Browse files
authored
Merge pull request #555 from nebari-dev/repo-sync/nebari/default
🔄 synced file(s) with nebari-dev/nebari
2 parents 6e27009 + bb9be51 commit 6dddf0c

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

.github/workflows/test-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "::set-output name=dir::$(yarn cache dir)"
2020

2121
- name: Cache dependencies 🧪
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
id: yarn-cache
2424
with:
2525
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

docs/docs/references/RELEASE.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,44 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. -->
99

1010
---
1111

12+
## Release 2025.2.1 - February 7, 2025
13+
14+
> NOTE: In this release, we have updated our maximum supported Kubernetes version from
15+
> 1.29 to 1.31. we strongly recommend updating the Kubernetes version
16+
> specified in your nebari-config YAML file and redeploying to apply the changes.
17+
>
18+
> Remember that Kubernetes minor versions must be upgraded incrementally (1.29 → 1.30 →
19+
> 1.31).
20+
21+
### What's Changed
22+
23+
- fix bug to allow --import-plugin to work by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2864
24+
- Add azure kubernetes policy add-on by @viniciusdc in https://github.com/nebari-dev-nebari/pull/2888
25+
- Yaml config sets by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/287-
26+
- Add ability to list user installed plugins from the CLI by @soapy1 in https://githu-.com/nebari-dev/nebari/pull/2891
27+
- [ENH] - Include "--attempt-fixes" flag from Nebari upgrade CLI in upgrade steps log-c by @smokestacklightnin in https://github.com/nebari-dev/nebari/pull/2839
28+
- add authorized ip range variable for azure by @dcmcand in https://github.com/nebari-dev/nebari/pull/2880
29+
- Upgrade conda-store to 2024.11.2 by @marcelovilla in https://github.com/nebari-dev/-ebari/pull/2815
30+
- Handle default value for azure addon policy by @viniciusdc in https://github.com/ne-ari-dev/nebari/pull/2905
31+
- Update conda-store-ui tests for updated page by @soapy1 in https://github.com/nebar--dev/nebari/pull/2911
32+
- Remove unintended character at the end of the TF_LOG variable by @marcelovilla in h-tps://github.com/nebari-dev/nebari/pull/2912
33+
- Update k8s max version by @dcmcand in https://github.com/nebari-dev/nebari/pull/290-
34+
- [ENH] - Use GitHub secrets instead of Vault by @smokestacklightnin in https://github.com/nebari-d-v/nebari/pull/2889
35+
- adds info command text display & change the order of command display by @kernel-loophole in https-//github.com/nebari-dev/nebari/pull/2916
36+
- `2025.1.1` Upgrade step and version bump by @viniciusdc in https://github.com/nebari-dev/nebari/p-ll/2924
37+
- Retrieve all conda-store environments by @soapy1 in https://github.com/nebari-dev/nebari/pull/291-
38+
- [BUG] - Make sure to get envs when the number of envs is less than page limit by @soapy1 in https://github.com/nebar--dev/nebari/pull/2939
39+
- Fix Playwright CI errors & update local instructions by @viniciusdc in https://github.com/nebari-dev/nebari/pull/294-
40+
- Update conda-store-server image + use public auth_schema module for AuthenticationToken by @soapy1 in https://github.com/nebari-dev/nebari/pull/2931-
41+
42+
### New Contributors
43+
44+
- @soapy1 made their first contribution in https://github.com/nebari-dev/nebari/pull2891
45+
- @smokestacklightnin made their first contribution in https://github.com/nebari-dev/nebari/pull/2839
46+
- @kernel-loophole made their first contribution in https://github.com/nebari-dev/nebari/pull/2916
47+
48+
**Full Changelog**: https://github.com/nebari-dev/nebari/compare/2024.12.1...2025.2.1
49+
1250
## Release 2024.12.1 - December 13, 2024
1351

1452
> 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.
@@ -64,7 +102,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. -->
64102

65103
> NOTE: This hotfix addresses several major bugs identified in the 2024.9.1 release. For a detailed overview, please refer to the related discussion at #2798. Users should upgrade directly from 2024.7.1 to 2024.11.1.
66104
67-
## What's Changed
105+
### What's Changed
68106

69107
- fix `CHECK_URL` in kuberhealthy checks to respect namespaces by @dcmcand in https://github.com/nebari-dev/nebari/pull/2779
70108
- fix bug where `check_immutable_fields` throws error with old version of Nebari by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2796

0 commit comments

Comments
 (0)