3.21.0
Changes:
- The
update_admin_profile
task now accepts theapi_names
option to target extra Profiles, even when using a custompackage.xml
. - The
github_automerge_main
task can now be used on source branches other than the default branch to merge them into branches starting with thebranch_prefix
option, as long as the source branch does not also start withbranch_prefix
. - Added preflight check tasks to validate org settings (
check_org_settings_value
) and to check that Chatter is enabled (check_chatter_enabled
). These are intended for use with MetaDeploy install plans. - Updated to Snowfakery 1.2.
Issues closed:
- Fixed an issue in the
load_dataset
task which left out non-Person-Account Contacts if the dataset was extracted using the REST API.