-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge develop into main for 2024.3.3 release (#2364)
Co-authored-by: Sumit Jha <[email protected]> Co-authored-by: Tyler Graff <[email protected]> Co-authored-by: Chuck McAndrew <[email protected]> Co-authored-by: Adam Lewis <[email protected]> Co-authored-by: Amit Kumar <[email protected]> Co-authored-by: Michał Krassowski <[email protected]> Co-authored-by: Scott Blair <[email protected]> Co-authored-by: kenafoster <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
10f7f4e
commit 6bb7626
Showing
32 changed files
with
224 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ jobs: | |
shell: bash -l {0} | ||
steps: | ||
- name: Checkout repository 🔔 | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4.1.1 | ||
|
||
- name: Run terraform pre-commit ⚡️ | ||
uses: pre-commit/[email protected].0 | ||
uses: pre-commit/[email protected].1 | ||
with: | ||
extra_args: --all-files terraform_fmt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
fail-fast: false | ||
steps: | ||
- name: "Checkout Infrastructure" | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Checkout the branch from the PR that triggered the job | ||
if: ${{ github.event_name == 'issue_comment' }} | ||
|
@@ -65,9 +65,9 @@ jobs: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.8 | ||
python-version: "3.11" | ||
|
||
- name: Retrieve secret from Vault | ||
uses: hashicorp/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
We support only the latest version, and we use [CalVer](https://calver.org/) for versioning. | ||
|
||
You should feel comfortable upgrading if you're using our documented public APIs and pay attention to `DeprecationWarnings`. Whenever there is a need to break compatibility, it is announced in the [Changelog](https://www.nebari.dev/docs/references/RELEASE) and will raise a `DeprecationWarning` before it's finally really broken. | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you think you found a vulnerability, please report it at [nebari/security](https://github.com/nebari-dev/nebari/security/new). Please do not report security vulnerabilities on our public issue tracker. Exposing vulnerabilities publicly without giving maintainers a chance to release a fix puts users at risk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ name = "nebari" | |
dynamic = ["version"] | ||
description = "A Jupyter and Dask-powered open source data science platform." | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.10" | ||
license = "BSD-3-Clause" | ||
authors = [ | ||
{ name = "Nebari development team", email = "[email protected]" }, | ||
|
@@ -42,8 +42,6 @@ classifiers = [ | |
"Intended Audience :: Developers", | ||
"Topic :: Software Development :: Build Tools", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Intended Audience :: Developers", | ||
|
@@ -55,23 +53,23 @@ classifiers = [ | |
] | ||
|
||
dependencies = [ | ||
"auth0-python==4.4.2", | ||
"auth0-python==4.7.1", | ||
"azure-identity==1.12.0", | ||
"azure-mgmt-containerservice==26.0.0", | ||
"azure-mgmt-resource==23.0.1", | ||
"bcrypt==4.0.1", | ||
"boto3==1.28.40", | ||
"boto3==1.34.63", | ||
"cloudflare==2.11.7", | ||
"kubernetes==27.2.0", | ||
"pluggy==1.3.0", | ||
"prompt-toolkit==3.0.36", | ||
"pydantic==1.10.12", | ||
"pynacl==1.5.0", | ||
"python-keycloak==3.3.0", | ||
"python-keycloak>=3.9.0", | ||
"questionary==2.0.0", | ||
"requests-toolbelt==1.0.0", | ||
"rich==13.5.1", | ||
"ruamel.yaml==0.17.32", | ||
"ruamel.yaml==0.18.6", | ||
"typer==0.9.0", | ||
"packaging==23.2", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.