Skip to content

Commit

Permalink
updates Current Release to 2024.1.1 (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand authored Jan 30, 2024
1 parent cac52ef commit 02d0b97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_nebari/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CURRENT_RELEASE = "2023.12.1"
CURRENT_RELEASE = "2024.1.1"

# NOTE: Terraform cannot be upgraded further due to Hashicorp licensing changes
# implemented in August 2023.
Expand All @@ -13,9 +13,9 @@

DEFAULT_NEBARI_DASK_VERSION = CURRENT_RELEASE
DEFAULT_NEBARI_IMAGE_TAG = CURRENT_RELEASE
DEFAULT_NEBARI_WORKFLOW_CONTROLLER_IMAGE_TAG = "2024.1.1rc3"
DEFAULT_NEBARI_WORKFLOW_CONTROLLER_IMAGE_TAG = "2024.1.1"

DEFAULT_CONDA_STORE_IMAGE_TAG = "2024.1.1-rc1"
DEFAULT_CONDA_STORE_IMAGE_TAG = "2024.1.1"

LATEST_SUPPORTED_PYTHON_VERSION = "3.10"

Expand Down

0 comments on commit 02d0b97

Please sign in to comment.