Changes
- We added a new Metadata ETL task,
[](add-page-layout-fields), that allows adding fields to
existing layouts. (2766)
- We added a task to enable an Einstein prediction:
[](enable-einstein-prediction) (thanks, \erikperkins!)
(2778)
- We added standard flows for releasing unlocked packages:
[](release-unlocked-beta)] and [](release-unlocked-production) (2768)
- We added
[documentation](https://cumulusci.readthedocs.io/en/stable/packaging.html)
for using CumulusCI to build managed 2GP packages, unlocked
packages, and extending NPSP and EDA with 2GP packages. (2768)
- Contributions to CCI now require verification by isort, which
ensures consistency in the order that imports are used. (2770)
- CumulusCI now supports deploying unmanaged dependencies in SFDX
source format. (2735)
- The [](create-package-version)] task now handles
dependencies that use a `zip_url`. (2735)
- Updates to Github Actions configuration documentation. Thanks
\Julian88Tex (2773)
- CumulusCI now automatically recognizes services and orgs configured
via environment variables. See the
[docs](https://cumulusci.readthedocs.io/en/stable/headless.html) for
more details. (2676 and 2776)
- We've updated the Push Upgrade tasks ([](push-list),
[](push-sandbox), etc) task option `start_time` to accept ISO-8601
formatted datetimes. (2769)
- You can now specify "sandbox": true on a `CUMULUSCI_ORG_*`
variable in headless environments to indicate that the org you want
to connect to is a sandbox. when connecting sandbox orgs in a
headless environment. (2753)
Issues Closed
- Fixed an issue where scratch orgs failed to be deleted in CI
environments. (2676)
- Fixed an issue where deleting an org failed to mark the org as
deleted on CumulusCI's keychain. (2676)
- Fixed an issue where CumulusCI would fail on Linux distributions
that were incompatible with the `keyring` package.
(2676)
- We fixed an issue causing the [](release-2gp-production)
flow to fail with a dependency parsing error. (2767)
- Fixed a couple issues with connecting CumulusCI to sandboxes using
enhanced domains. (2753 and 2765)
- Fixed a bug where the github_release task was not marking the "This
is a pre-release" checkbox for beta releases. (2788)