mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-21 06:33:28 +00:00
cd19845b6b
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 |
||
---|---|---|
.. | ||
auth | ||
commands | ||
framework | ||
hooks | ||
utils | ||
app.ts | ||
command.ts | ||
config.ts | ||
deprecation.ts | ||
errors.ts | ||
events.ts | ||
fast-boot.ts | ||
global.d.ts | ||
help.ts | ||
preparser.ts |