mirror of
https://github.com/balena-io/open-balena.git
synced 2025-04-19 16:20:55 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d2427bc650 | ||
|
1ef4791d73 | ||
|
001975e72a | ||
|
820eb0feb8 | ||
|
9937ec44c0 | ||
|
47f6fccc74 |
@ -1,3 +1,29 @@
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v35
|
||||
hash: 001975e72ab0d294acafe1f2c8e69eae7b85c8f5
|
||||
body: |
|
||||
Update balena/open-balena-api from 34.10.3 to 35.0.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.390
|
||||
title: ""
|
||||
date: 2025-03-20T21:59:19.061Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.32.6
|
||||
hash: 47f6fccc74f6ac74bfc42b5ff7ba61616ce29385
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.32.5 to 11.32.6
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.389
|
||||
title: ""
|
||||
date: 2025-03-20T20:33:31.259Z
|
||||
- commits:
|
||||
- subject: "patch: Add missing session token to use ephemeral AWS creds."
|
||||
hash: 025e120ac809f656fd2c959553d95919830a1e54
|
||||
|
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.390
|
||||
## (2025-03-20)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v35 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.389
|
||||
## (2025-03-20)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.32.6 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.388
|
||||
## (2025-03-20)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.1.388
|
||||
version: 4.1.390
|
||||
|
@ -79,7 +79,7 @@ services:
|
||||
*with-default-privileges,
|
||||
*with-default-volumes,
|
||||
]
|
||||
image: balena/open-balena-api:34.10.3
|
||||
image: balena/open-balena-api:35.0.0
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
@ -146,7 +146,7 @@ services:
|
||||
*with-network-privileges,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-vpn:v11.32.5
|
||||
image: balena/open-balena-vpn:11.32.6
|
||||
depends_on:
|
||||
- api
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user