Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into pydantic-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fangchenli committed Nov 13, 2023
2 parents 33fde03 + 49b4d17 commit ec07870
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/_nebari/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,20 @@ def _version_specific_upgrade(
return config


class Upgrade_2023_11_1(UpgradeStep):
version = "2023.11.1"

def _version_specific_upgrade(
self, config, start_version, config_filename: Path, *args, **kwargs
):
rich.print("\n ⚠️ Deprecation Warning ⚠️")
rich.print(
f"-> ClearML, Prefect and kbatch are no longer supported in Nebari version [green]{self.version}[/green] and will be uninstalled."
)

return config


__rounded_version__ = str(rounded_ver_parse(__version__))

# Manually-added upgrade steps must go above this line
Expand Down

0 comments on commit ec07870

Please sign in to comment.