balena-cli/lib/utils/device
Felipe Lalanne cd19845b6b 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
2023-05-03 15:08:19 -04:00
..
api.ts push: Await and retry supervisor API requests to a local device 2021-09-10 01:44:26 +01:00
deploy.ts Use valid release uuid for local releases 2023-05-03 15:08:19 -04:00
errors.ts Livepush: Extend CTRL-C availability (don't ignore CTRL-C during image build) 2020-12-09 22:49:47 +00:00
live.ts Process livepush build logs inline 2023-01-03 12:29:54 -03:00
logs.ts push: Await and retry supervisor API requests to a local device 2021-09-10 01:44:26 +01:00
ssh.ts ssh: Allow ssh to service with IP address and production balenaOS image 2022-02-28 21:39:49 +00:00