Compare commits

...

6 Commits

Author SHA1 Message Date
bef86ceaf2 v4.1.75 2024-08-23 00:13:34 +00:00
a0540831ba Merge pull request #332 from balena-io/renovate/balena-open-balena-api-26.3.x
Update balena/open-balena-api Docker tag to v26.3.3
2024-08-23 00:12:51 +00:00
4985538309 Update balena/open-balena-api Docker tag to v26.3.3
Update balena/open-balena-api from 26.3.1 to 26.3.3

Change-type: patch
2024-08-22 23:54:15 +00:00
65ddff7706 v4.1.74 2024-08-22 23:13:10 +00:00
b3ac36c749 Merge pull request #336 from balena-io/renovate/balena-io-balena-cli-19.x
Update dependency balena-io/balena-cli to v19
2024-08-22 16:12:18 -07:00
5b36a03d30 Update dependency balena-io/balena-cli to v19
Update balena-io/balena-cli from 18.2.34 to 19.0.0

Change-type: patch
2024-08-22 20:52:38 +00:00
6 changed files with 40 additions and 4 deletions

View File

@ -1,3 +1,29 @@
- commits:
- subject: Update balena/open-balena-api Docker tag to v26.3.3
hash: 4985538309bc12044f79e6e70f83f570921a9a2b
body: |
Update balena/open-balena-api from 26.3.1 to 26.3.3
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.75
title: ""
date: 2024-08-23T00:13:31.002Z
- commits:
- subject: Update dependency balena-io/balena-cli to v19
hash: 5b36a03d30f726390421ac035b5ddff6d4fba1ae
body: |
Update balena-io/balena-cli from 18.2.34 to 19.0.0
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.74
title: ""
date: 2024-08-22T23:13:07.355Z
- commits:
- subject: Update balena/open-balena-registry Docker tag to v2.41.3
hash: 301216fb629d70e5996395f6a820fe8a8e1b98f1

View File

@ -4,6 +4,16 @@ 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.75
## (2024-08-23)
* Update balena/open-balena-api Docker tag to v26.3.3 [Self-hosted Renovate Bot]
# v4.1.74
## (2024-08-22)
* Update dependency balena-io/balena-cli to v19 [Self-hosted Renovate Bot]
# v4.1.73
## (2024-08-22)

View File

@ -1 +1 @@
4.1.73
4.1.75

View File

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

View File

@ -79,7 +79,7 @@ services:
*with-default-privileges,
*with-default-volumes,
]
image: balena/open-balena-api:v26.3.1
image: balena/open-balena-api:v26.3.3
depends_on:
- db
- redis

View File

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