Skip to content

Commit

Permalink
Update upgrade instructions for 2023.11.1 (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild authored Nov 15, 2023
1 parent f28436a commit 30f1cda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_nebari/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,10 @@ class Upgrade_2023_11_1(UpgradeStep):
def _version_specific_upgrade(
self, config, start_version, config_filename: Path, *args, **kwargs
):
rich.print("\n ⚠️ Warning ⚠️")
rich.print(
"-> Please run the [green]rm -rf stages[/green] so that we can regenerate an updated set of Terraform scripts for your deployment."
)
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."
Expand Down

0 comments on commit 30f1cda

Please sign in to comment.