Hi, just wanted to flag that some users might start seeing breaking changes on the app after the latest release
This can affect projects which:
-
Are using github sync OR CLI deploy v1
-
Are using the latest CLI version (which means all github syncs)
-
Are deploying to an older version of lightning
The problem is that a couple of new keys have been added to the project.yaml in the latest lightning (2.16.0). The latest CLI (1.31.0) supports these keys, but older CLIs and older lightning build do not.
So users migrating or syncing projects from the hosted app to another, older deployment - or users self-hosting with custom deploy scripts - might start seeing errors on deploy.
For anyone hitting these problems, the workarounds are:
-
Update the target instance to
>=v2.16.0 -
OR pin the CLI version to v1.30.0