Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-server/pull/866
@ahgittin we do support and respond to:
* `force-remove-bundles: *` - it means ignore from persisted state (i.e.
don't rebind) all older versions of this bundle.
* `force-remove-legacy-items: *` - it means find all items in this bundle,
and ignore from persisted `/catalog` (i.e. don't rebind) all older versions of
those items.
There is still the missing next piece of the `upgrade-types`, to remember
what was removed and what the new version for those bundles/items should be, so
we can use those new things when someone tries to reference the old one.
---