You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/documentation.yml
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ body:
28
28
options:
29
29
- label: "This issue is not a question, feature request, RFC, or anything other than a bug report. Please post those things in GitHub Discussions: https://github.com/nebari-dev/nebari/discussions"
30
30
required: true
31
+
31
32
- type: textarea
32
33
validations:
33
34
required: true
@@ -37,19 +38,6 @@ body:
37
38
What problem(s) did you run into that caused you to request a fix to the documentation or additional
38
39
documentation? What questions do you think we should answer?
39
40
40
-
- type: textarea
41
-
validations:
42
-
required: true
43
-
attributes:
44
-
label: Steps to Resolve this Issue
45
-
description: |
46
-
How can the problem be solved? Are there any additional steps required? Do any other pages need to be updated?
@@ -35,6 +48,8 @@ Each profile under `jupyterlab` is a named JupyterLab profile.
35
48
36
49
`description` is a description of the profile that will be displayed to users.
37
50
51
+
`profile_options` makes it possible to set various sub-options per profile. See the [Kubespawner docs](https://jupyterhub-kubespawner.readthedocs.io/en/latest/spawner.html#kubespawner.KubeSpawner.profile_list) for more info.
52
+
38
53
`kubespawner_override` field to define behavior as per the [KubeSpawner](https://jupyterhub-kubespawner.readthedocs.io/en/latest/spawner.html) API.
39
54
40
55
It is possible to control which users have access to which JupyterLab profiles. Each profile has a field named `access` which can be set to `all` (default if omitted), `yaml`, or
> 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.
28
+
29
+
### What's Changed
30
+
31
+
- Upgrade verify-changed-files action by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3037
32
+
- Monkeypatch version validator to avoid failing tests by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3039
33
+
- Upgrade azure-identity by @marcelovilla in https://github.com/nebari-dev/nebari/pull/3038
> NOTE: In this release, we have updated our maximum supported Kubernetes version from
79
+
> 1.29 to 1.31. we strongly recommend updating the Kubernetes version
80
+
> specified in your nebari-config YAML file and redeploying to apply the changes.
81
+
>
82
+
> Remember that Kubernetes minor versions must be upgraded incrementally (1.29 → 1.30 →
83
+
> 1.31).
84
+
85
+
### What's Changed
86
+
87
+
- fix bug to allow --import-plugin to work by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2864
88
+
- Add azure kubernetes policy add-on by @viniciusdc in https://github.com/nebari-dev-nebari/pull/2888
89
+
- Yaml config sets by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/287-
90
+
- Add ability to list user installed plugins from the CLI by @soapy1 in https://githu-.com/nebari-dev/nebari/pull/2891
91
+
-[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
92
+
- add authorized ip range variable for azure by @dcmcand in https://github.com/nebari-dev/nebari/pull/2880
93
+
- Upgrade conda-store to 2024.11.2 by @marcelovilla in https://github.com/nebari-dev/-ebari/pull/2815
94
+
- Handle default value for azure addon policy by @viniciusdc in https://github.com/ne-ari-dev/nebari/pull/2905
95
+
- Update conda-store-ui tests for updated page by @soapy1 in https://github.com/nebar--dev/nebari/pull/2911
96
+
- Remove unintended character at the end of the TF_LOG variable by @marcelovilla in h-tps://github.com/nebari-dev/nebari/pull/2912
97
+
- Update k8s max version by @dcmcand in https://github.com/nebari-dev/nebari/pull/290-
98
+
-[ENH] - Use GitHub secrets instead of Vault by @smokestacklightnin in https://github.com/nebari-d-v/nebari/pull/2889
99
+
- adds info command text display & change the order of command display by @kernel-loophole in https-//github.com/nebari-dev/nebari/pull/2916
100
+
-`2025.1.1` Upgrade step and version bump by @viniciusdc in https://github.com/nebari-dev/nebari/p-ll/2924
101
+
- Retrieve all conda-store environments by @soapy1 in https://github.com/nebari-dev/nebari/pull/291-
102
+
-[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
103
+
- Fix Playwright CI errors & update local instructions by @viniciusdc in https://github.com/nebari-dev/nebari/pull/294-
104
+
- Update conda-store-server image + use public auth_schema module for AuthenticationToken by @soapy1 in https://github.com/nebari-dev/nebari/pull/2931-
105
+
106
+
### New Contributors
107
+
108
+
-@soapy1 made their first contribution in https://github.com/nebari-dev/nebari/pull2891
109
+
-@smokestacklightnin made their first contribution in https://github.com/nebari-dev
110
+
/nebari/pull/2839
111
+
-@kernel-loophole made their first contribution in https://github.com/nebari-dev/nebari/pull/2916
> 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 +167,7 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. -->
64
167
65
168
> 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.
66
169
67
-
## What's Changed
170
+
###What's Changed
68
171
69
172
- fix `CHECK_URL` in kuberhealthy checks to respect namespaces by @dcmcand in https://github.com/nebari-dev/nebari/pull/2779
70
173
- 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
@@ -458,8 +561,8 @@ command and follow the instructions
458
561
- CI: Add test coverage by @fangchenli in https://github.com/nebari-dev/nebari/pull/1959
459
562
- nebari cli environment variable handling, support, keycloak, dev tests by @sblair-metrostar in https://github.com/nebari-dev/nebari/pull/1968
460
563
- CI: remove empty notebook to fix pre-commit json check by @fangchenli in https://github.com/nebari-dev/nebari/pull/1976
461
-
-TYP: fix typing error in plugins by @fangchenli in https://github.com/nebari-dev/nebari/pull/1973
462
-
-TYP: fix return class type in hookimpl by @fangchenli in https://github.com/nebari-dev/nebari/pull/1975
564
+
-TYPO: fix typing error in plugins by @fangchenli in https://github.com/nebari-dev/nebari/pull/1973
565
+
-TYPO: fix return class type in hookimpl by @fangchenli in https://github.com/nebari-dev/nebari/pull/1975
463
566
- Allow users to specify Azure tags by @iameskild in https://github.com/nebari-dev/nebari/pull/1967
464
567
-[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/nebari-dev/nebari/pull/1979
465
568
- Do not try and add argo envs when disabled by @iameskild in https://github.com/nebari-dev/nebari/pull/1926
@@ -487,8 +590,8 @@ command and follow the instructions
487
590
-[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/nebari-dev/nebari/pull/2047
488
591
- fix typo in guided init for Digital Ocean by @dcmcand in https://github.com/nebari-dev/nebari/pull/2059
489
592
- CI: add do integration by @fangchenli in https://github.com/nebari-dev/nebari/pull/2060
490
-
-TYP: make all subfolders under kubernetes_services/template non-module by @fangchenli in https://github.com/nebari-dev/nebari/pull/2043
491
-
-TYP: fix most typing errors in provider by @fangchenli in https://github.com/nebari-dev/nebari/pull/2038
593
+
-TYPO: make all subfolders under kubernetes_services/template non-module by @fangchenli in https://github.com/nebari-dev/nebari/pull/2043
594
+
-TYPO: fix most typing errors in provider by @fangchenli in https://github.com/nebari-dev/nebari/pull/2038
492
595
- Fix link to documentation on Nebari Deployment home page by @aktech in https://github.com/nebari-dev/nebari/pull/2063
493
596
- TST: enable timeout config in playwright notebook test by @fangchenli in https://github.com/nebari-dev/nebari/pull/1996
494
597
- DEPS: sync supported python version by @fangchenli in https://github.com/nebari-dev/nebari/pull/2065
0 commit comments