Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use valid release uuid for local releases
On local push, the CLI uses `localrelease` as the `commit` property for the development application. This is not a valid uuid and will not be read properly by the supervisor, as seen in https://github.com/balena-os/balena-supervisor/blob/master/src/compose/service.ts#L652 While this is not a problem right now, the commit is becoming the main way to identify a service release (replacing `releaseId` and `imageId`), and the invalid release uuid could cause update issues when pushing a local release on when using some API endpoints. Change-type: patch Relates-to: balena-os/balena-supervisor#2136
- Loading branch information