mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
bef86ceaf2 | |||
a0540831ba | |||
4985538309 | |||
65ddff7706 | |||
b3ac36c749 | |||
5b36a03d30 |
@ -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
|
||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -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)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.1.73
|
||||
version: 4.1.75
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Reference in New Issue
Block a user