Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

v0.6.0-alpha.2: installation controller: also migrate CanOverride

Compare
Choose a tag to compare
@parhamdoustdar parhamdoustdar released this 17 Sep 09:03
This was an oversight on my part in #114: by default, CanOverride will
always be false, but that's not always what's supposed to happen: if
we're migrating an InstallationTarget that belongs to a contender
release, CanOverride needs to be set to true.

This reintroduces some code that was removed in #114, but it can be
safely removed in the next version of shipper, as all objects would've
been migrated.