Compare commits

...

13 Commits

Author SHA1 Message Date
6762a485b9 SSH (client) verbosity config
* help debug random failures during test execution

change-type: patch
2024-07-09 10:38:41 -07:00
20a88db22a v4.1.25 2024-07-09 16:57:31 +00:00
bb78665e39 Merge pull request #285 from balena-io/renovate/balena-open-balena-s3-2.28.x
Update balena/open-balena-s3 Docker tag to v2.28.48
2024-07-09 16:56:41 +00:00
7924ee920a Update balena/open-balena-s3 Docker tag to v2.28.48
Update balena/open-balena-s3 from 2.28.47 to 2.28.48

Change-type: patch
2024-07-09 16:35:12 +00:00
ff6c7b5a75 v4.1.24 2024-07-09 16:17:50 +00:00
b1c0bafec7 Merge pull request #283 from balena-io/renovate/balena-open-balena-api-25.1.x
Update balena/open-balena-api Docker tag to v25.1.29
2024-07-09 16:16:58 +00:00
b3c8709b24 Update balena/open-balena-api Docker tag to v25.1.29
Update balena/open-balena-api from 25.1.27 to 25.1.29

Change-type: patch
2024-07-09 14:54:04 +00:00
81749928ee v4.1.23 2024-07-08 20:04:53 +00:00
3d5b0fb071 Merge pull request #274 from balena-io/renovate/balena-open-balena-vpn-11.30.x
Update balena/open-balena-vpn Docker tag to v11.30.23
2024-07-08 20:03:53 +00:00
24ff058819 Update balena/open-balena-vpn Docker tag to v11.30.23
Update balena/open-balena-vpn from 11.30.22 to 11.30.23

Change-type: patch
2024-07-08 16:54:34 +00:00
e396706d4d v4.1.22 2024-07-08 16:37:33 +00:00
e077e8811d Merge pull request #281 from balena-io/renovate/balena-open-balena-api-25.1.x
Update balena/open-balena-api Docker tag to v25.1.27
2024-07-08 16:36:40 +00:00
2a0edead1d Update balena/open-balena-api Docker tag to v25.1.27
Update balena/open-balena-api from 25.1.24 to 25.1.27

Change-type: patch
2024-07-08 15:56:28 +00:00
6 changed files with 79 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
4.1.21
4.1.25

View File

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

View File

@ -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