Compare commits

...

30 Commits

Author SHA1 Message Date
5a5d8f4974 v4.1.35 2024-07-12 00:22:27 +00:00
71a6518db0 Merge pull request #295 from balena-io/renovate/balena-open-balena-vpn-11.30.x
Update balena/open-balena-vpn Docker tag to v11.30.26
2024-07-12 00:21:47 +00:00
d00a7c95df Update balena/open-balena-vpn Docker tag to v11.30.26
Update balena/open-balena-vpn from 11.30.23 to 11.30.26

Change-type: patch
2024-07-11 22:53:55 +00:00
c1a16744b2 v4.1.34 2024-07-11 22:32:22 +00:00
eeedce9219 Merge pull request #293 from balena-io/renovate/balena-open-balena-registry-2.39.x
Update balena/open-balena-registry Docker tag to v2.39.62
2024-07-11 22:31:36 +00:00
f32815c05d Update balena/open-balena-registry Docker tag to v2.39.62
Update balena/open-balena-registry from 2.39.61 to 2.39.62

Change-type: patch
2024-07-11 21:54:22 +00:00
154f2eeb6f v4.1.33 2024-07-11 20:56:39 +00:00
2f79c6e233 Merge pull request #287 from balena-io/renovate/aws-actions-configure-aws-credentials-digest
Update aws-actions/configure-aws-credentials digest to 96589f5
2024-07-11 20:56:00 +00:00
0d88815b20 Update aws-actions/configure-aws-credentials digest to 96589f5
Update aws-actions/configure-aws-credentials

Change-type: patch
2024-07-11 17:56:41 +00:00
2111c694a1 v4.1.32 2024-07-11 17:17:38 +00:00
db40007f15 Merge pull request #294 from balena-io/renovate/balena-open-balena-s3-2.28.x
Update balena/open-balena-s3 Docker tag to v2.28.49
2024-07-11 17:16:38 +00:00
b8e98e5246 Update balena/open-balena-s3 Docker tag to v2.28.49
Update balena/open-balena-s3 from 2.28.48 to 2.28.49

Change-type: patch
2024-07-11 16:55:08 +00:00
3655a59c29 v4.1.31 2024-07-11 16:22:24 +00:00
daec2b7709 Merge pull request #292 from balena-io/renovate/balena-open-balena-api-25.2.x
Update balena/open-balena-api Docker tag to v25.2.5
2024-07-11 16:21:37 +00:00
1c28d800cf Update balena/open-balena-api Docker tag to v25.2.5
Update balena/open-balena-api from 25.2.0 to 25.2.5

Change-type: patch
2024-07-11 15:56:47 +00:00
3f8ecb9b6e v4.1.30 2024-07-11 15:50:47 +00:00
d61ab65d60 Merge pull request #296 from balena-io/renovate/balena-io-balena-cli-18.2.x
Update dependency balena-io/balena-cli to v18.2.25
2024-07-11 15:49:58 +00:00
be6af919b1 Update dependency balena-io/balena-cli to v18.2.25
Update balena-io/balena-cli from 18.2.22 to 18.2.25

Change-type: patch
2024-07-11 14:56:37 +00:00
7aab53f4a1 v4.1.29 2024-07-10 18:20:29 +00:00
ad6f491e56 Merge pull request #288 from balena-io/renovate/balena-io-balena-cli-18.2.x
Update dependency balena-io/balena-cli to v18.2.22
2024-07-10 18:19:35 +00:00
7879d34af9 Update dependency balena-io/balena-cli to v18.2.22
Update balena-io/balena-cli from 18.2.20 to 18.2.22

Change-type: patch
2024-07-10 17:55:51 +00:00
1d12982256 v4.1.28 2024-07-09 21:13:47 +00:00
90c1f5fa8e Merge pull request #284 from balena-io/renovate/balena-open-balena-registry-2.39.x
Update balena/open-balena-registry Docker tag to v2.39.61
2024-07-09 21:12:59 +00:00
688f0a5e02 Update balena/open-balena-registry Docker tag to v2.39.61
Update balena/open-balena-registry from 2.39.60 to 2.39.61

Change-type: patch
2024-07-09 20:52:35 +00:00
6a4182b26e v4.1.27 2024-07-09 20:23:36 +00:00
124e28352c Merge pull request #289 from balena-io/renovate/balena-open-balena-api-25.x
Update balena/open-balena-api Docker tag to v25.2.0
2024-07-09 20:22:42 +00:00
06bd4b6561 Update balena/open-balena-api Docker tag to v25.2.0
Update balena/open-balena-api from 25.1.29 to 25.2.0

Change-type: patch
2024-07-09 19:54:42 +00:00
19b85a87bb v4.1.26 2024-07-09 19:15:11 +00:00
b488898517 Merge pull request #290 from balena-io/ab77/patch
Relax regex to match all Let's Encrypt CNs
2024-07-09 19:14:12 +00:00
44b6e5a4c1 Relax regex to match all Let's Encrypt CNs
change-type: patch
2024-07-09 09:59:39 -07:00
8 changed files with 187 additions and 9 deletions

View File

@ -79,7 +79,7 @@ jobs:
- name: Setup awscli
uses: unfor19/install-aws-cli-action@e8b481e524a99f37fbd39fdc1dcb3341ab091367 # v1
- uses: aws-actions/configure-aws-credentials@febab93d024649c3429d6b4609fe0a64bd9803f3
- uses: aws-actions/configure-aws-credentials@96589f5dfc2a132a761760e07b80ee57ce45b200
with:
aws-region: ${{ vars.AWS_REGION || 'us-east-1' }}
role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}

View File

@ -1,3 +1,131 @@
- commits:
- subject: Update balena/open-balena-vpn Docker tag to v11.30.26
hash: d00a7c95df84dfac2589067cee8bdcc8dd0cab8c
body: |
Update balena/open-balena-vpn from 11.30.23 to 11.30.26
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.35
title: ""
date: 2024-07-12T00:22:23.539Z
- commits:
- subject: Update balena/open-balena-registry Docker tag to v2.39.62
hash: f32815c05de34bd089cf43c30384fcf5602a97a9
body: |
Update balena/open-balena-registry from 2.39.61 to 2.39.62
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.34
title: ""
date: 2024-07-11T22:32:18.638Z
- commits:
- subject: Update aws-actions/configure-aws-credentials digest to 96589f5
hash: 0d88815b2099bf7cb894d07c23ae0a31c72c3803
body: |
Update aws-actions/configure-aws-credentials
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.33
title: ""
date: 2024-07-11T20:56:36.530Z
- commits:
- subject: Update balena/open-balena-s3 Docker tag to v2.28.49
hash: b8e98e52463c4ab455b1b2fcb7b3e7a9047c6553
body: |
Update balena/open-balena-s3 from 2.28.48 to 2.28.49
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.32
title: ""
date: 2024-07-11T17:17:34.659Z
- commits:
- subject: Update balena/open-balena-api Docker tag to v25.2.5
hash: 1c28d800cfb9005b29b6ee70373309b243ac4a5d
body: |
Update balena/open-balena-api from 25.2.0 to 25.2.5
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.31
title: ""
date: 2024-07-11T16:22:22.102Z
- commits:
- subject: Update dependency balena-io/balena-cli to v18.2.25
hash: be6af919b1ed89ec4cb57a9b506d32383948e500
body: |
Update balena-io/balena-cli from 18.2.22 to 18.2.25
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.30
title: ""
date: 2024-07-11T15:50:44.267Z
- commits:
- subject: Update dependency balena-io/balena-cli to v18.2.22
hash: 7879d34af93f294cef526628c4cc0ed3ce887107
body: |
Update balena-io/balena-cli from 18.2.20 to 18.2.22
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.29
title: ""
date: 2024-07-10T18:20:25.967Z
- commits:
- subject: Update balena/open-balena-registry Docker tag to v2.39.61
hash: 688f0a5e0235d9255cd9d041795ca9fe936ec2dc
body: |
Update balena/open-balena-registry from 2.39.60 to 2.39.61
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.28
title: ""
date: 2024-07-09T21:13:43.409Z
- commits:
- subject: Update balena/open-balena-api Docker tag to v25.2.0
hash: 06bd4b6561a90a5d09891d872223d388f593108e
body: |
Update balena/open-balena-api from 25.1.29 to 25.2.0
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 4.1.27
title: ""
date: 2024-07-09T20:23:31.619Z
- commits:
- subject: Relax regex to match all Let's Encrypt CNs
hash: 44b6e5a4c12f754aa2ed1b9a5ec9d3d7a01b5778
body: ""
footer:
change-type: patch
author: Anton Belodedenko
nested: []
version: 4.1.26
title: ""
date: 2024-07-09T19:15:06.632Z
- commits:
- subject: Update balena/open-balena-s3 Docker tag to v2.28.48
hash: 7924ee920abca8caa0a499cd9a3af7efc6f06342

View File

@ -4,6 +4,56 @@ 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.35
## (2024-07-12)
* Update balena/open-balena-vpn Docker tag to v11.30.26 [Self-hosted Renovate Bot]
# v4.1.34
## (2024-07-11)
* Update balena/open-balena-registry Docker tag to v2.39.62 [Self-hosted Renovate Bot]
# v4.1.33
## (2024-07-11)
* Update aws-actions/configure-aws-credentials digest to 96589f5 [Self-hosted Renovate Bot]
# v4.1.32
## (2024-07-11)
* Update balena/open-balena-s3 Docker tag to v2.28.49 [Self-hosted Renovate Bot]
# v4.1.31
## (2024-07-11)
* Update balena/open-balena-api Docker tag to v25.2.5 [Self-hosted Renovate Bot]
# v4.1.30
## (2024-07-11)
* Update dependency balena-io/balena-cli to v18.2.25 [Self-hosted Renovate Bot]
# v4.1.29
## (2024-07-10)
* Update dependency balena-io/balena-cli to v18.2.22 [Self-hosted Renovate Bot]
# v4.1.28
## (2024-07-09)
* Update balena/open-balena-registry Docker tag to v2.39.61 [Self-hosted Renovate Bot]
# v4.1.27
## (2024-07-09)
* Update balena/open-balena-api Docker tag to v25.2.0 [Self-hosted Renovate Bot]
# v4.1.26
## (2024-07-09)
* Relax regex to match all Let's Encrypt CNs [Anton Belodedenko]
# v4.1.25
## (2024-07-09)

View File

@ -145,7 +145,7 @@ auto-pki: config # Start all services using LetsEncrypt and ACME
@docker compose up -d
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="/certs/export/chain.pem Certificate will not expire in [0-9] days"
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="subject=CN = ${DNS_TLD}"
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="issuer=C = US, O = Let's Encrypt, CN = R3"
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="issuer=C = US, O = Let's Encrypt, CN = .*"
@$(MAKE) wait SERVICE=haproxy
@$(MAKE) showenv
@$(MAKE) showpass

View File

@ -1 +1 @@
4.1.25
4.1.35

View File

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

View File

@ -79,7 +79,7 @@ services:
*with-default-privileges,
*with-default-volumes,
]
image: balena/open-balena-api:v25.1.29
image: balena/open-balena-api:v25.2.5
depends_on:
- db
- redis
@ -119,7 +119,7 @@ services:
*with-default-healthcheck,
*with-default-privileges,
]
image: balena/open-balena-registry:v2.39.60
image: balena/open-balena-registry:v2.39.62
volumes:
- certs-data:/certs
- resin-data:/balena
@ -146,7 +146,7 @@ services:
*with-network-privileges,
*with-default-privileges,
]
image: balena/open-balena-vpn:v11.30.23
image: balena/open-balena-vpn:v11.30.26
depends_on:
- api
environment:
@ -175,7 +175,7 @@ services:
*with-default-healthcheck,
*with-default-privileges,
]
image: balena/open-balena-s3:v2.28.48
image: balena/open-balena-s3:v2.28.49
volumes:
- s3-data:/export
- certs-data:/certs

View File

@ -1,7 +1,7 @@
FROM ubuntu:24.04
# renovate: datasource=github-releases depName=balena-io/balena-cli
ARG BALENA_CLI_VERSION=v18.2.20
ARG BALENA_CLI_VERSION=v18.2.25
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \