Régis Behmo 2022-03-24 08:12:36 +01:00 committed by Régis Behmo
parent c6009abbcf
commit 8779bbd8b6
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Fix "TypeError: upgrade() got an unexpected keyword argument 'non_interactive'" during `local upgrade`.
## v13.1.7 (2022-03-17)
- [Bugfix] Fix dockerize on arm64 by switching to the [powerman/dockerize](https://github.com/powerman/dockerize) fork (#591).

View File

@ -80,7 +80,6 @@ Are you sure you want to continue?"""
context.invoke(
upgrade,
from_release=run_upgrade_from_release,
non_interactive=non_interactive,
)
click.echo(fmt.title("Interactive platform configuration"))