Compare commits

...

9 Commits

Author SHA1 Message Date
c3523ba9e1 v4.1.450 2025-06-20 17:05:10 +00:00
e3c9096057 Merge pull request #737 from balena-io/renovate/balena-io-balena-cli-22.1.x
Update dependency balena-io/balena-cli to v22.1.1
2025-06-20 17:04:17 +00:00
2fde02ac36 Update dependency balena-io/balena-cli to v22.1.1
Update balena-io/balena-cli from 22.1.0 to 22.1.1

Change-type: patch
2025-06-20 16:01:16 +00:00
6259d38955 v4.1.449 2025-06-20 15:47:12 +00:00
8a6ce027d1 Merge pull request #739 from balena-io/renovate/balena-open-balena-api-37.3.x
Update balena/open-balena-api Docker tag to v37.3.2
2025-06-20 15:46:29 +00:00
864cf98b11 Update balena/open-balena-api Docker tag to v37.3.2
Update balena/open-balena-api from 37.3.0 to 37.3.2

Change-type: patch
2025-06-20 15:06:34 +00:00
7a4677a6ee v4.1.448 2025-06-20 01:17:33 +00:00
35d22cdcf9 Merge pull request #738 from balena-io/renovate/balena-io-examples-setup-balena-action-0.0.x
Update balena-io-examples/setup-balena-action action to v0.0.20
2025-06-20 01:16:51 +00:00
decf3c1c67 Update balena-io-examples/setup-balena-action action to v0.0.20
Update balena-io-examples/setup-balena-action from 0.0.19 to 0.0.20

Change-type: patch
2025-06-19 11:05:14 +00:00
7 changed files with 60 additions and 6 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@8fe29facc3de51291740a74baae8d67ec1cd0d11 # v0.0.19 uses: balena-io-examples/setup-balena-action@a3dc55eb5a1efe3368778f19b9b8a2ac41ddf44c # v0.0.20
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.0 BALENA_CLI_VERSION: v22.1.1
with: with:
cli-version: ${{ env.BALENA_CLI_VERSION }} cli-version: ${{ env.BALENA_CLI_VERSION }}

View File

@ -1,3 +1,42 @@
- 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,6 +4,21 @@ 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.447 4.1.450

View File

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

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.0 image: balena/open-balena-api:37.3.2
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.0 ARG BALENA_CLI_VERSION=v22.1.1
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
bash \ bash \