M. Casqueira
M. Casqueira
caused identified: https://github.com/balena-io/balena-cli/issues/2448#issuecomment-1014988912 I experienced the same issue on an Arch linux machine running the following versions: ``` mig@ghost ~/Projects/balena-cli$ ./bin/balena -v -------------------------------------------------------------------------------- [Warn] Node.js version "14.18.3" does not satisfy...
Allows controlling how frequently a device reports its current state Change-type: minor Connects-to: https://github.com/balena-os/balena-supervisor/pull/1910 Signed-off-by: 20k-ultra
Per https://www.raspberrypi.org/documentation/computers/configuration.html#setting-a-specific-hdmi-mode a user should be able to target a specific hdmi output with configs like: `hdmi_force_hotplug:1=1` but the API rejects keys with a colon in them stating "Environment variables...
There is a legacy device configuration called `SUPERVISOR_UPDATE_STRATEGY` and `SUPERVISOR_HANDOVER_TIMEOUT` which are prefixed with `RESIN_` or now `BALENA_` however it only works with `RESIN_`. This is because of https://github.com/balena-io/open-balena-api/blob/17f79c6b01bf9d58a8531c471ac0b8de590d0f9d/src/features/device-state/routes/state.ts#L200-L205 specifically...
The following request produces a 500: ``` curl 'https://api.balena-cloud.com/v6/device?$filter=uuid%20eq%20%%27' -X PATCH \ -H 'authorization: Bearer ' \ -H 'content-type: application/json' \ --data-raw '{"should_be_managed_by__supervisor_release":null}' ```
I can see the number of containers running on a device with `balena scan` which is great. However, if I want to list these containers so I can then SSH...
### Bug report info ```plain text act version: 0.2.33-12-ga108f10 GOOS: linux GOARCH: amd64 NumCPU: 16 Docker host: DOCKER_HOST environment variable is unset/empty. Sockets found: /var/run/docker.sock Config files: /home/mig/.actrc: -P ubuntu-latest=catthehacker/ubuntu:act-latest...
I'm trying to get the use of this action to fail instead of pass when no hosts were updated. This can happen for various reasons but I don't want my...
## What is the problem your feature solves, or the need it fulfills? I am interested to use Pingora but without digging through source code I am unsure if it...
We can improve the CLI authentication by having the CLI start a server on localhost and the dashboard can POST to it with the token instead of requiring the user...