mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 10:18:15 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
db0e6315ea | |||
dea3d8a244 | |||
1ea77d38ca | |||
992dc8fea6 | |||
da5f3a4a2d | |||
1c3b8dd38f |
@ -1,3 +1,29 @@
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.30.22
|
||||
hash: 1ea77d38cac6d4de8cee20888c68d0657dc1d9af
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.30.9 to 11.30.22
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.8
|
||||
title: ""
|
||||
date: 2024-05-29T05:57:12.761Z
|
||||
- commits:
|
||||
- subject: Update qemux/qemu-docker Docker tag to v4.28
|
||||
hash: 1c3b8dd38fadbf111ebe850d77bdca4f8cd0bb2d
|
||||
body: |
|
||||
Update qemux/qemu-docker from 4.24 to 4.28
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.7
|
||||
title: ""
|
||||
date: 2024-05-29T04:57:24.252Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-s3 Docker tag to v2.28.43
|
||||
hash: 9d3b6ccc3f8fe7adb6034dbc6d0e9aaecddb7653
|
||||
|
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.0.8
|
||||
## (2024-05-29)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.30.22 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.7
|
||||
## (2024-05-29)
|
||||
|
||||
* Update qemux/qemu-docker Docker tag to v4.28 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.6
|
||||
## (2024-05-29)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.0.6
|
||||
version: 4.0.8
|
||||
|
@ -146,7 +146,7 @@ services:
|
||||
*with-network-privileges,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-vpn:v11.30.9
|
||||
image: balena/open-balena-vpn:v11.30.22
|
||||
depends_on:
|
||||
- api
|
||||
environment:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# https://hub.docker.com/r/qemux/qemu-docker
|
||||
# https://github.com/qemus/qemu-docker
|
||||
FROM qemux/qemu-docker:4.24
|
||||
FROM qemux/qemu-docker:4.28
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
minicom \
|
||||
|
Reference in New Issue
Block a user