Compare commits

..

1 Commits

Author SHA1 Message Date
939a765a77 patch: security test
test
2025-06-19 11:43:05 +02:00
8 changed files with 7 additions and 60 deletions

View File

@ -102,10 +102,10 @@ jobs:
# https://github.com/balena-io-examples/setup-balena-action # https://github.com/balena-io-examples/setup-balena-action
- name: Setup balena CLI - name: Setup balena CLI
uses: balena-io-examples/setup-balena-action@a3dc55eb5a1efe3368778f19b9b8a2ac41ddf44c # v0.0.20 uses: balena-io-examples/setup-balena-action@8fe29facc3de51291740a74baae8d67ec1cd0d11 # v0.0.19
env: env:
# renovate: datasource=github-releases depName=balena-io/balena-cli # renovate: datasource=github-releases depName=balena-io/balena-cli
BALENA_CLI_VERSION: v22.1.1 BALENA_CLI_VERSION: v22.1.0
with: with:
cli-version: ${{ env.BALENA_CLI_VERSION }} cli-version: ${{ env.BALENA_CLI_VERSION }}

View File

@ -1,42 +1,3 @@
- commits:
- subject: Update dependency balena-io/balena-cli to v22.1.1
hash: 2fde02ac366d03e64fb4052b71f4a0c379e4f721
body: |
Update balena-io/balena-cli from 22.1.0 to 22.1.1
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: 4.1.450
title: ""
date: 2025-06-20T17:05:07.633Z
- commits:
- subject: Update balena/open-balena-api Docker tag to v37.3.2
hash: 864cf98b1149383e5a80db9825a969953e5a72bc
body: |
Update balena/open-balena-api from 37.3.0 to 37.3.2
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: 4.1.449
title: ""
date: 2025-06-20T15:47:09.727Z
- commits:
- subject: Update balena-io-examples/setup-balena-action action to v0.0.20
hash: decf3c1c6724270266a9b6e81deffdb26ad46e61
body: |
Update balena-io-examples/setup-balena-action from 0.0.19 to 0.0.20
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: 4.1.448
title: ""
date: 2025-06-20T01:17:30.792Z
- commits: - commits:
- subject: Update balena/open-balena-api Docker tag to v37.3.0 - subject: Update balena/open-balena-api Docker tag to v37.3.0
hash: 1d627f8ebba0ef9138b2132eb78eca46a7532098 hash: 1d627f8ebba0ef9138b2132eb78eca46a7532098

View File

@ -4,21 +4,6 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v4.1.450
## (2025-06-20)
* Update dependency balena-io/balena-cli to v22.1.1 [balena-renovate[bot]]
# v4.1.449
## (2025-06-20)
* Update balena/open-balena-api Docker tag to v37.3.2 [balena-renovate[bot]]
# v4.1.448
## (2025-06-20)
* Update balena-io-examples/setup-balena-action action to v0.0.20 [balena-renovate[bot]]
# v4.1.447 # v4.1.447
## (2025-06-19) ## (2025-06-19)

View File

@ -1 +1 @@
4.1.450 4.1.447

View File

@ -23,4 +23,4 @@ data:
- generic-amd64 - generic-amd64
- genericx86-64-ext - genericx86-64-ext
- intel-nuc - intel-nuc
version: 4.1.450 version: 4.1.447

View File

@ -79,7 +79,7 @@ services:
*with-default-privileges, *with-default-privileges,
*with-default-volumes, *with-default-volumes,
] ]
image: balena/open-balena-api:37.3.2 image: balena/open-balena-api:37.3.0
depends_on: depends_on:
- db - db
- redis - redis

View File

@ -1,7 +1,7 @@
FROM ubuntu:24.04 FROM ubuntu:24.04
# renovate: datasource=github-releases depName=balena-io/balena-cli # renovate: datasource=github-releases depName=balena-io/balena-cli
ARG BALENA_CLI_VERSION=v22.1.1 ARG BALENA_CLI_VERSION=v22.1.0
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
bash \ bash \

View File

@ -1,5 +1,6 @@
# https://coderwall.com/p/--eiqg/exponential-backoff-in-bash # https://coderwall.com/p/--eiqg/exponential-backoff-in-bash
function with_backoff() { function with_backoff() {
echo "Edwin was here"
local max_attempts=${ATTEMPTS-5} local max_attempts=${ATTEMPTS-5}
local timeout=${TIMEOUT-1} local timeout=${TIMEOUT-1}
local attempt=0 local attempt=0