This commit is contained in:
3wc
2025-09-02 13:59:30 -04:00
parent 232c7faf03
commit 32f817be75
3 changed files with 53 additions and 54 deletions

View File

@ -234,7 +234,6 @@ beforehand. See "abra app backup" for more.`),
log.Fatal(err)
}
if showReleaseNotes {
fmt.Print(upgradeReleaseNotes)
return

View File

@ -13,8 +13,8 @@ import (
"coopcloud.tech/abra/pkg/log"
"coopcloud.tech/abra/pkg/secret"
"github.com/docker/docker/api/types/swarm"
composetypes "github.com/docker/cli/cli/compose/types"
"github.com/docker/docker/api/types/swarm"
dockerClient "github.com/docker/docker/client"
)