mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 10:18:15 +00:00
Compare commits
9 Commits
aethernet-
...
master
Author | SHA1 | Date | |
---|---|---|---|
c3523ba9e1 | |||
e3c9096057 | |||
2fde02ac36 | |||
6259d38955 | |||
8a6ce027d1 | |||
864cf98b11 | |||
7a4677a6ee | |||
35d22cdcf9 | |||
decf3c1c67 |
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -102,10 +102,10 @@ jobs:
|
||||
|
||||
# https://github.com/balena-io-examples/setup-balena-action
|
||||
- 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:
|
||||
# renovate: datasource=github-releases depName=balena-io/balena-cli
|
||||
BALENA_CLI_VERSION: v22.1.0
|
||||
BALENA_CLI_VERSION: v22.1.1
|
||||
with:
|
||||
cli-version: ${{ env.BALENA_CLI_VERSION }}
|
||||
|
||||
|
@ -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:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.3.0
|
||||
hash: 1d627f8ebba0ef9138b2132eb78eca46a7532098
|
||||
|
15
CHANGELOG.md
15
CHANGELOG.md
@ -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!
|
||||
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
|
||||
## (2025-06-19)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.1.447
|
||||
version: 4.1.450
|
||||
|
@ -79,7 +79,7 @@ services:
|
||||
*with-default-privileges,
|
||||
*with-default-volumes,
|
||||
]
|
||||
image: balena/open-balena-api:37.3.0
|
||||
image: balena/open-balena-api:37.3.2
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
# 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 \
|
||||
bash \
|
||||
|
Reference in New Issue
Block a user