6.4.0
pcf-platform-automation
released this
08 Oct 13:13
·
319 commits
to main
since this release
Features
- When using
stage-product
, the--product-version
can use the placeholderlatest
.
This finds the highest semvered available product (of--product-name
) version to stage. - When using
stage-product
the config file provided can be any config file,
just as long as it hasproduct-version
andproduct-name
.
Bug Fixes
-
tl;dr: Collections are hard.
We are reverting code for handling collections when updating their values.
As of recently, we tried to make collection property updating for products more idempotent.
This required logic to associate collections in a config file with their potential GUID in the already configured product.
This logic introduced edge cases, which we missed.
We tried to fix them, but kept running into them.
We've made the decision to revert the logic to its original state.
Please see the original issue #207 for more information.