mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
15 Commits
Author | SHA1 | Date | |
---|---|---|---|
76adeff491 | |||
a8d8a9f12f | |||
9d3b6ccc3f | |||
4b13d5d97d | |||
9404a61e54 | |||
fbd49bb409 | |||
c1c8667da4 | |||
888865caf5 | |||
40bf98a26c | |||
eb8e9075b1 | |||
f53f142df4 | |||
8e7be03371 | |||
20bc45b6b2 | |||
c255259f55 | |||
b6e8eaefe9 |
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -61,12 +61,12 @@ jobs:
|
||||
fail-fast: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
|
||||
- uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62
|
||||
with:
|
||||
# FIXME: remove once balenaBlocks/balenaVirt is a thing
|
||||
submodules: true
|
||||
|
||||
- uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
|
||||
- uses: aws-actions/configure-aws-credentials@43c891271eabca0b34d95f2453e2fe354928b16d
|
||||
with:
|
||||
aws-region: ${{ vars.AWS_REGION || 'us-east-1' }}
|
||||
role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
|
||||
|
@ -1,3 +1,68 @@
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-s3 Docker tag to v2.28.43
|
||||
hash: 9d3b6ccc3f8fe7adb6034dbc6d0e9aaecddb7653
|
||||
body: |
|
||||
Update balena/open-balena-s3 from 2.28.42 to 2.28.43
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.6
|
||||
title: ""
|
||||
date: 2024-05-29T03:57:53.284Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-haproxy Docker tag to v4.3.2
|
||||
hash: fbd49bb4092c2fe93d08eb702c81f195e47deb11
|
||||
body: |
|
||||
Update balena/open-balena-haproxy from 4.3.1 to 4.3.2
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.5
|
||||
title: ""
|
||||
date: 2024-05-29T03:00:18.310Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-registry Docker tag to v2.39.56
|
||||
hash: 40bf98a26c6c41e7156d413079bc9e297762b515
|
||||
body: |
|
||||
Update balena/open-balena-registry from 2.39.55 to 2.39.56
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.4
|
||||
title: ""
|
||||
date: 2024-05-29T02:17:23.351Z
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to 43c8912
|
||||
hash: 8e7be03371b77378fb0c06e2cf81da6d939cfb88
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.3
|
||||
title: ""
|
||||
date: 2024-05-29T01:18:08.903Z
|
||||
- commits:
|
||||
- subject: Update actions/checkout digest to b80ff79
|
||||
hash: b6e8eaefe9b4c995889bf91a60ef3119951c82ac
|
||||
body: |
|
||||
Update actions/checkout
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.2
|
||||
title: ""
|
||||
date: 2024-05-28T23:57:25.858Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v22.2.3
|
||||
hash: 4b291b6ec292e6cb4d230ea17f2f1d3799336827
|
||||
|
25
CHANGELOG.md
25
CHANGELOG.md
@ -4,6 +4,31 @@ 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.6
|
||||
## (2024-05-29)
|
||||
|
||||
* Update balena/open-balena-s3 Docker tag to v2.28.43 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.5
|
||||
## (2024-05-29)
|
||||
|
||||
* Update balena/open-balena-haproxy Docker tag to v4.3.2 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.4
|
||||
## (2024-05-29)
|
||||
|
||||
* Update balena/open-balena-registry Docker tag to v2.39.56 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.3
|
||||
## (2024-05-29)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to 43c8912 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.2
|
||||
## (2024-05-28)
|
||||
|
||||
* Update actions/checkout digest to b80ff79 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.1
|
||||
## (2024-05-28)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.0.1
|
||||
version: 4.0.6
|
||||
|
@ -119,7 +119,7 @@ services:
|
||||
*with-default-healthcheck,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-registry:v2.39.55
|
||||
image: balena/open-balena-registry:v2.39.56
|
||||
volumes:
|
||||
- certs-data:/certs
|
||||
- resin-data:/balena
|
||||
@ -175,7 +175,7 @@ services:
|
||||
*with-default-healthcheck,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-s3:v2.28.42
|
||||
image: balena/open-balena-s3:v2.28.43
|
||||
volumes:
|
||||
- s3-data:/export
|
||||
- certs-data:/certs
|
||||
|
@ -1,4 +1,4 @@
|
||||
# https://github.com/balena-io/open-balena-haproxy
|
||||
FROM balena/open-balena-haproxy:v4.3.1
|
||||
FROM balena/open-balena-haproxy:v4.3.2
|
||||
|
||||
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|
||||
|
Reference in New Issue
Block a user