Skip to content

Commit

Permalink
New upgrade step for 2024.3.3 (nebari-dev#2356)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
viniciusdc and pre-commit-ci[bot] authored Mar 25, 2024
1 parent ac9ecbc commit 3e1dfde
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/_nebari/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,17 @@ def _version_specific_upgrade(
return config


class Upgrade_2024_3_3(UpgradeStep):
version = "2024.3.3"

def _version_specific_upgrade(
self, config, start_version, config_filename: Path, *args, **kwargs
):
rich.print("Ready to upgrade to Nebari version [green]2024.3.3[/green].")

return config


__rounded_version__ = str(rounded_ver_parse(__version__))

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

0 comments on commit 3e1dfde

Please sign in to comment.