mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
13 Commits
v4.1.21
...
ab77/patch
Author | SHA1 | Date | |
---|---|---|---|
6762a485b9 | |||
20a88db22a | |||
bb78665e39 | |||
7924ee920a | |||
ff6c7b5a75 | |||
b1c0bafec7 | |||
b3c8709b24 | |||
81749928ee | |||
3d5b0fb071 | |||
24ff058819 | |||
e396706d4d | |||
e077e8811d | |||
2a0edead1d |
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -881,6 +881,8 @@ jobs:
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile /dev/null
|
||||
ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
|
||||
# QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3
|
||||
LogLevel ${{ vars.SSH_VERBOSE || 'ERROR' }}
|
||||
EOF
|
||||
|
||||
# docs/getting-started.md
|
||||
|
@ -1,3 +1,55 @@
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-s3 Docker tag to v2.28.48
|
||||
hash: 7924ee920abca8caa0a499cd9a3af7efc6f06342
|
||||
body: |
|
||||
Update balena/open-balena-s3 from 2.28.47 to 2.28.48
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.25
|
||||
title: ""
|
||||
date: 2024-07-09T16:57:27.685Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v25.1.29
|
||||
hash: b3c8709b247dede72f9809d3109a80b82b207c84
|
||||
body: |
|
||||
Update balena/open-balena-api from 25.1.27 to 25.1.29
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.24
|
||||
title: ""
|
||||
date: 2024-07-09T16:17:45.722Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.30.23
|
||||
hash: 24ff05881929ed860a004f83fa3d65299db59361
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.30.22 to 11.30.23
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.23
|
||||
title: ""
|
||||
date: 2024-07-08T20:04:49.447Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v25.1.27
|
||||
hash: 2a0edead1d2c5d41e98ed344efbb145dca8ec659
|
||||
body: |
|
||||
Update balena/open-balena-api from 25.1.24 to 25.1.27
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.22
|
||||
title: ""
|
||||
date: 2024-07-08T16:37:30.112Z
|
||||
- commits:
|
||||
- subject: Make tests more reliable
|
||||
hash: b0f79a0d84742b0a96aaec934a2ad6ec72bb3d6e
|
||||
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -4,6 +4,26 @@ 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.25
|
||||
## (2024-07-09)
|
||||
|
||||
* Update balena/open-balena-s3 Docker tag to v2.28.48 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.24
|
||||
## (2024-07-09)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v25.1.29 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.23
|
||||
## (2024-07-08)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.30.23 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.22
|
||||
## (2024-07-08)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v25.1.27 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.21
|
||||
## (2024-07-08)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.1.21
|
||||
version: 4.1.25
|
||||
|
@ -79,7 +79,7 @@ services:
|
||||
*with-default-privileges,
|
||||
*with-default-volumes,
|
||||
]
|
||||
image: balena/open-balena-api:v25.1.24
|
||||
image: balena/open-balena-api:v25.1.29
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
@ -146,7 +146,7 @@ services:
|
||||
*with-network-privileges,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-vpn:v11.30.22
|
||||
image: balena/open-balena-vpn:v11.30.23
|
||||
depends_on:
|
||||
- api
|
||||
environment:
|
||||
@ -175,7 +175,7 @@ services:
|
||||
*with-default-healthcheck,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-s3:v2.28.47
|
||||
image: balena/open-balena-s3:v2.28.48
|
||||
volumes:
|
||||
- s3-data:/export
|
||||
- certs-data:/certs
|
||||
|
Reference in New Issue
Block a user