mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
132 Commits
Author | SHA1 | Date | |
---|---|---|---|
d6b7287102 | |||
cf5afea537 | |||
d28d4323e2 | |||
373c65b4fc | |||
b18cd839dc | |||
1773225626 | |||
44d6ec3413 | |||
571c2d8645 | |||
5db4021633 | |||
927f3062e9 | |||
97373798c1 | |||
ef10b45fe4 | |||
85de3e832a | |||
b42bc3e00b | |||
8d34b2404c | |||
9361e0fc02 | |||
2f5e6f1578 | |||
aa2c4823ad | |||
04ba7afb9f | |||
49afe19d74 | |||
deba1661cb | |||
99d47cb431 | |||
24db7d17b8 | |||
2036ad5833 | |||
9b43dd201b | |||
083972ec04 | |||
e38cb8d655 | |||
7acf599938 | |||
e28e13a6dd | |||
1f0b3b8b4e | |||
f3767cbd3e | |||
6c0c15c9e9 | |||
d1b3baa927 | |||
44e1f717da | |||
7783ca543b | |||
98a1db9dc4 | |||
cfac50981b | |||
3c67fd0b43 | |||
983cf45ad7 | |||
491783b7f7 | |||
13e8d1ff18 | |||
65b618a170 | |||
2c9f7d1880 | |||
dc434d1a84 | |||
4f476950e5 | |||
7f6988d71b | |||
460b794d7b | |||
15bfdc51ff | |||
2e8f531cb6 | |||
c4b86494cc | |||
2b08ede070 | |||
c840723bf8 | |||
fc194fdc9a | |||
66228c4d8d | |||
fa19dfd589 | |||
b01855815d | |||
564b01dd61 | |||
32895d0a13 | |||
208fc20fa7 | |||
e27cbed569 | |||
65e0417c55 | |||
3e41974927 | |||
bce7f32462 | |||
c54dcf483f | |||
47a06f7e6a | |||
a1546cd39b | |||
8de04839b6 | |||
8ba6fbb251 | |||
90e78b9313 | |||
61ad8d84fa | |||
6054180bfe | |||
709e2e5f35 | |||
fe04689fde | |||
67b3825043 | |||
89649c1998 | |||
b65d6d1e02 | |||
2e4ec3bc78 | |||
c5082dc0af | |||
8cde728acf | |||
047f625b85 | |||
fda6256ed9 | |||
26b9f7a288 | |||
23866541ad | |||
81ec364a76 | |||
338940019a | |||
53633f2304 | |||
f4bfb5eb32 | |||
ef888c27ff | |||
0f6f789695 | |||
a4b54471c4 | |||
b2ecfa8f56 | |||
d3220cf16a | |||
0f138c2abf | |||
77136a347c | |||
dff914b555 | |||
2d5cd4040f | |||
e3da80bf42 | |||
9ed0b9164b | |||
5fe76cae23 | |||
3382d72f29 | |||
fdce9651ea | |||
cf0f56d3d7 | |||
2394d9da63 | |||
8a8abe8974 | |||
35a0eda110 | |||
6377ac4f07 | |||
08cd7bcbb6 | |||
3829209724 | |||
4639bbe598 | |||
e9ea176775 | |||
3a81367358 | |||
499d696c41 | |||
2b09337f5d | |||
c0d0ad7340 | |||
ca1b6aa689 | |||
76faeec221 | |||
fa705a90b0 | |||
d9259d79c3 | |||
1faf0013d0 | |||
017285e6ac | |||
3f7815039c | |||
e717a4926e | |||
278b377074 | |||
d9ffa8a692 | |||
46ebce8aea | |||
d958c294f4 | |||
68412a8ec8 | |||
198814e3c4 | |||
ced9e839ad | |||
64f1503686 | |||
818b64adfe | |||
88236a83c2 |
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -73,13 +73,15 @@ jobs:
|
||||
name: ${{ matrix.target }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
|
||||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
# https://github.com/unfor19/install-aws-cli-action
|
||||
- name: Setup awscli
|
||||
uses: unfor19/install-aws-cli-action@e8b481e524a99f37fbd39fdc1dcb3341ab091367 # v1
|
||||
|
||||
- uses: aws-actions/configure-aws-credentials@1ceaabc2d4208b18ff52a76e80c3a28df83f0277
|
||||
- uses: aws-actions/configure-aws-credentials@a70163716ac95dea0bf269be9aff669ad6a933c5
|
||||
with:
|
||||
aws-region: ${{ vars.AWS_REGION || 'us-east-1' }}
|
||||
role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
|
||||
|
15
.pre-commit-config.yaml
Normal file
15
.pre-commit-config.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v3.2.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
|
||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||
rev: v0.10.0.1
|
||||
hooks:
|
||||
- id: shellcheck
|
@ -1,3 +1,573 @@
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to a701637
|
||||
hash: d28d4323e264aa222aca2f3da885ebe5f776eb54
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.155
|
||||
title: ""
|
||||
date: 2024-10-08T04:20:19.999Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v29.0.3
|
||||
hash: 1773225626ea3f051859150fcbe811dd37806178
|
||||
body: |
|
||||
Update balena/open-balena-api from 29.0.2 to 29.0.3
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.154
|
||||
title: ""
|
||||
date: 2024-10-07T18:22:08.350Z
|
||||
- commits:
|
||||
- subject: Update actions/checkout digest to eef6144
|
||||
hash: 5db402163351c3c2906751319d7f875f7b690064
|
||||
body: |
|
||||
Update actions/checkout
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.153
|
||||
title: ""
|
||||
date: 2024-10-07T17:26:48.921Z
|
||||
- commits:
|
||||
- subject: Update qemux/qemu-docker Docker tag to v6.04
|
||||
hash: ef10b45fe498c54a8cc53f6dc0336fb59132743d
|
||||
body: |
|
||||
Update qemux/qemu-docker from 6.03 to 6.04
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.152
|
||||
title: ""
|
||||
date: 2024-10-05T11:13:50.919Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v29.0.2
|
||||
hash: 8d34b2404c7e2a2b5f597145b46fdf685e4c28ed
|
||||
body: |
|
||||
Update balena/open-balena-api from 29.0.1 to 29.0.2
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.151
|
||||
title: ""
|
||||
date: 2024-10-04T17:21:51.905Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-registry Docker tag to v2.41.10
|
||||
hash: aa2c4823ad5961539e6fdfb8bb0e9fd7bce5fc44
|
||||
body: |
|
||||
Update balena/open-balena-registry from 2.41.8 to 2.41.10
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.150
|
||||
title: ""
|
||||
date: 2024-10-03T22:17:06.153Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-s3 Docker tag to v2.28.57
|
||||
hash: deba1661cb6c8bdeb614ac9ef63734b86dc92a42
|
||||
body: |
|
||||
Update balena/open-balena-s3 from 2.28.56 to 2.28.57
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.149
|
||||
title: ""
|
||||
date: 2024-10-03T21:21:44.762Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v29.0.1
|
||||
hash: 2036ad5833b6548891e8a7f68927729d4be5947f
|
||||
body: |
|
||||
Update balena/open-balena-api from 29.0.0 to 29.0.1
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.148
|
||||
title: ""
|
||||
date: 2024-10-03T18:31:37.803Z
|
||||
- commits:
|
||||
- subject: Update actions/checkout digest to 6b42224
|
||||
hash: e38cb8d655050aede298f21f85cec6641afcdf75
|
||||
body: |
|
||||
Update actions/checkout
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.147
|
||||
title: ""
|
||||
date: 2024-10-03T17:33:19.558Z
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to 73daff1
|
||||
hash: 1f0b3b8b4ea588fdfc9637b601865d9fea523361
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.146
|
||||
title: ""
|
||||
date: 2024-10-01T23:17:32.445Z
|
||||
- commits:
|
||||
- subject: Update qemux/qemu-docker Docker tag to v6.03
|
||||
hash: d1b3baa9277ece797d24bd09f30d25215873ca9c
|
||||
body: |
|
||||
Update qemux/qemu-docker from 6.02 to 6.03
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.145
|
||||
title: ""
|
||||
date: 2024-10-01T22:18:35.727Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v29
|
||||
hash: 98a1db9dc4f97bba1ceb5b9e14311be17af9197a
|
||||
body: |
|
||||
Update balena/open-balena-api from 28.0.13 to 29.0.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.144
|
||||
title: ""
|
||||
date: 2024-10-01T21:18:52.357Z
|
||||
- commits:
|
||||
- subject: Update qemux/qemu-docker Docker tag to v6.02
|
||||
hash: 983cf45ad74cafc361f8a259a4b1b9a9f4578eb6
|
||||
body: |
|
||||
Update qemux/qemu-docker from 6.01 to 6.02
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.143
|
||||
title: ""
|
||||
date: 2024-10-01T18:17:29.379Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v28.0.13
|
||||
hash: 65b618a170691a305284c2e1b2ffa1857459ed9e
|
||||
body: |
|
||||
Update balena/open-balena-api from 28.0.12 to 28.0.13
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.142
|
||||
title: ""
|
||||
date: 2024-10-01T17:01:29.714Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v28.0.12
|
||||
hash: 4f476950e5829da48e8b0a48bb6d9f378fe33c5a
|
||||
body: |
|
||||
Update balena/open-balena-api from 28.0.11 to 28.0.12
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.141
|
||||
title: ""
|
||||
date: 2024-09-30T16:36:31.527Z
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to 050bf7a
|
||||
hash: 15bfdc51ff7edd098341477d77c72eac2d8167bc
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.140
|
||||
title: ""
|
||||
date: 2024-09-27T02:37:47.906Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.30.50
|
||||
hash: 2b08ede070b41be6f96427664bca6754a799bb19
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.30.49 to 11.30.50
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.139
|
||||
title: ""
|
||||
date: 2024-09-27T01:36:13.414Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v28.0.11
|
||||
hash: 66228c4d8da5c0a0209debd7fd394cc63d0e9bd2
|
||||
body: |
|
||||
Update balena/open-balena-api from 28.0.10 to 28.0.11
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.138
|
||||
title: ""
|
||||
date: 2024-09-27T00:19:09.046Z
|
||||
- commits:
|
||||
- subject: Update actions/checkout digest to d632683
|
||||
hash: 564b01dd6194eedd194e2fd41bc4f26fe038f8b2
|
||||
body: |
|
||||
Update actions/checkout
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.137
|
||||
title: ""
|
||||
date: 2024-09-26T23:17:53.210Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v19.0.13
|
||||
hash: e27cbed569f8c9601717231a6a90e6c528f8a42e
|
||||
body: |
|
||||
Update balena-io/balena-cli from 19.0.12 to 19.0.13
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.136
|
||||
title: ""
|
||||
date: 2024-09-26T22:02:28.909Z
|
||||
- commits:
|
||||
- subject: "CI: Update checkout settings"
|
||||
hash: bce7f324627557c5fd361d9845e8a0a1d5e6129d
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
nested: []
|
||||
version: 4.1.135
|
||||
title: ""
|
||||
date: 2024-09-26T20:17:26.131Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v19.0.12
|
||||
hash: a1546cd39baf90714e7590bf873894ded6164641
|
||||
body: |
|
||||
Update balena-io/balena-cli from 19.0.11 to 19.0.12
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.134
|
||||
title: ""
|
||||
date: 2024-09-20T19:16:22.484Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v28.0.10
|
||||
hash: 90e78b93138bd76178050e43fe3045fc60d58db3
|
||||
body: |
|
||||
Update balena/open-balena-api from 28.0.9 to 28.0.10
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.133
|
||||
title: ""
|
||||
date: 2024-09-20T16:16:12.660Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v28.0.9
|
||||
hash: 709e2e5f35ea2bad37ad43fc7031bc4fa83fafc4
|
||||
body: |
|
||||
Update balena/open-balena-api from 28.0.8 to 28.0.9
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.132
|
||||
title: ""
|
||||
date: 2024-09-20T15:23:04.640Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v28.0.8
|
||||
hash: 89649c19989bb8d006bfe3a24a38f1d613881c79
|
||||
body: |
|
||||
Update balena/open-balena-api from 28.0.5 to 28.0.8
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.131
|
||||
title: ""
|
||||
date: 2024-09-19T14:29:13.974Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-registry Docker tag to v2.41.8
|
||||
hash: c5082dc0af2d5b8c041cc435af078ba8469ba3f9
|
||||
body: |
|
||||
Update balena/open-balena-registry from 2.41.6 to 2.41.8
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.130
|
||||
title: ""
|
||||
date: 2024-09-18T20:12:43.608Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v19.0.11
|
||||
hash: fda6256ed941c40d367e3b5025050ce3a90cd57e
|
||||
body: |
|
||||
Update balena-io/balena-cli from 19.0.10 to 19.0.11
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.129
|
||||
title: ""
|
||||
date: 2024-09-18T19:19:04.333Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-s3 Docker tag to v2.28.56
|
||||
hash: 81ec364a765c27a35a516238bf74d729fd89b2a9
|
||||
body: |
|
||||
Update balena/open-balena-s3 from 2.28.55 to 2.28.56
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.128
|
||||
title: ""
|
||||
date: 2024-09-18T18:14:19.452Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.30.49
|
||||
hash: f4bfb5eb329fbff24d73e2b965b0e6e9fb5eb3c4
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.30.47 to 11.30.49
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.127
|
||||
title: ""
|
||||
date: 2024-09-18T17:21:11.587Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v28.0.5
|
||||
hash: a4b54471c4fa272be6c4bad224a2e9a9e69ae519
|
||||
body: |
|
||||
Update balena/open-balena-api from 28.0.2 to 28.0.5
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.126
|
||||
title: ""
|
||||
date: 2024-09-18T16:18:52.562Z
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to 909c963
|
||||
hash: 0f138c2abf2182979a72d74ef5c93bbe2073dd22
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.125
|
||||
title: ""
|
||||
date: 2024-09-17T16:16:06.002Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v28.0.2
|
||||
hash: 2d5cd4040f768761f64b45abf6f635bb47a8dd80
|
||||
body: |
|
||||
Update balena/open-balena-api from 28.0.1 to 28.0.2
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.124
|
||||
title: ""
|
||||
date: 2024-09-17T15:17:25.336Z
|
||||
- commits:
|
||||
- subject: Add pre-commit shellcheck hook
|
||||
hash: 5fe76cae23ef7bc11a7fd11fd4eed541e5cacf6a
|
||||
body: |
|
||||
* check existing script(s)
|
||||
footer:
|
||||
change-type: patch
|
||||
author: Anton Belodedenko
|
||||
nested: []
|
||||
version: 4.1.123
|
||||
title: ""
|
||||
date: 2024-09-17T14:07:06.969Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v28
|
||||
hash: cf0f56d3d722508164471d286ef2dbf14d6d02e5
|
||||
body: |
|
||||
Update balena/open-balena-api from 27.2.4 to 28.0.1
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.122
|
||||
title: ""
|
||||
date: 2024-09-16T16:26:08.936Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v27.2.4
|
||||
hash: 35a0eda110a92ca03a167555dfcc3fac7804ec4f
|
||||
body: |
|
||||
Update balena/open-balena-api from 27.2.3 to 27.2.4
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.121
|
||||
title: ""
|
||||
date: 2024-09-16T15:16:28.616Z
|
||||
- commits:
|
||||
- subject: Update qemux/qemu-docker Docker tag to v6.01
|
||||
hash: 3829209724e261ea722603316dcf5a883a117665
|
||||
body: |
|
||||
Update qemux/qemu-docker from 6.00 to 6.01
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.120
|
||||
title: ""
|
||||
date: 2024-09-16T14:31:28.986Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v27.2.3
|
||||
hash: 3a81367358bb598a3095ef39a811f8aef5e0de13
|
||||
body: |
|
||||
Update balena/open-balena-api from 27.2.2 to 27.2.3
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.119
|
||||
title: ""
|
||||
date: 2024-09-16T13:41:09.126Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v27.2.2
|
||||
hash: c0d0ad7340deffe84749a0351e72dbdf4b3b51d2
|
||||
body: |
|
||||
Update balena/open-balena-api from 27.2.1 to 27.2.2
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.118
|
||||
title: ""
|
||||
date: 2024-09-16T12:31:29.765Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v19.0.10
|
||||
hash: fa705a90b02d1d8cd4a309da6ee8e6b0ddebb015
|
||||
body: |
|
||||
Update balena-io/balena-cli from 19.0.8 to 19.0.10
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.117
|
||||
title: ""
|
||||
date: 2024-09-16T03:28:50.571Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.30.47
|
||||
hash: 017285e6ac445c25fa01d12465c15b23d46501a2
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.30.46 to 11.30.47
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.116
|
||||
title: ""
|
||||
date: 2024-09-16T02:41:16.014Z
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to bd13543
|
||||
hash: 278b37707402f090a19f86f30942fe50221ee956
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.115
|
||||
title: ""
|
||||
date: 2024-09-12T19:18:10.295Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v19.0.8
|
||||
hash: d958c294f404caf93ff4845097c078fe4e8f516e
|
||||
body: |
|
||||
Update balena-io/balena-cli from 19.0.5 to 19.0.8
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.114
|
||||
title: ""
|
||||
date: 2024-09-12T16:27:09.393Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.30.46
|
||||
hash: ced9e839ad9fb39868cedb69cc29ce1a1040168c
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.30.45 to 11.30.46
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.113
|
||||
title: ""
|
||||
date: 2024-09-11T17:16:27.073Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v19.0.5
|
||||
hash: 88236a83c263c7e2f4707ab80eb4f3b7a267d55a
|
||||
body: |
|
||||
Update balena-io/balena-cli from 19.0.3 to 19.0.5
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.1.112
|
||||
title: ""
|
||||
date: 2024-09-11T16:31:13.739Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.30.45
|
||||
hash: 275bbd7e4b76f79bff556bf6a1c8aca2262fe513
|
||||
|
220
CHANGELOG.md
220
CHANGELOG.md
@ -4,6 +4,226 @@ 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.155
|
||||
## (2024-10-08)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to a701637 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.154
|
||||
## (2024-10-07)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v29.0.3 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.153
|
||||
## (2024-10-07)
|
||||
|
||||
* Update actions/checkout digest to eef6144 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.152
|
||||
## (2024-10-05)
|
||||
|
||||
* Update qemux/qemu-docker Docker tag to v6.04 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.151
|
||||
## (2024-10-04)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v29.0.2 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.150
|
||||
## (2024-10-03)
|
||||
|
||||
* Update balena/open-balena-registry Docker tag to v2.41.10 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.149
|
||||
## (2024-10-03)
|
||||
|
||||
* Update balena/open-balena-s3 Docker tag to v2.28.57 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.148
|
||||
## (2024-10-03)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v29.0.1 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.147
|
||||
## (2024-10-03)
|
||||
|
||||
* Update actions/checkout digest to 6b42224 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.146
|
||||
## (2024-10-01)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to 73daff1 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.145
|
||||
## (2024-10-01)
|
||||
|
||||
* Update qemux/qemu-docker Docker tag to v6.03 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.144
|
||||
## (2024-10-01)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v29 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.143
|
||||
## (2024-10-01)
|
||||
|
||||
* Update qemux/qemu-docker Docker tag to v6.02 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.142
|
||||
## (2024-10-01)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v28.0.13 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.141
|
||||
## (2024-09-30)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v28.0.12 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.140
|
||||
## (2024-09-27)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to 050bf7a [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.139
|
||||
## (2024-09-27)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.30.50 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.138
|
||||
## (2024-09-27)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v28.0.11 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.137
|
||||
## (2024-09-26)
|
||||
|
||||
* Update actions/checkout digest to d632683 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.136
|
||||
## (2024-09-26)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v19.0.13 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.135
|
||||
## (2024-09-26)
|
||||
|
||||
* CI: Update checkout settings [Pagan Gazzard]
|
||||
|
||||
# v4.1.134
|
||||
## (2024-09-20)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v19.0.12 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.133
|
||||
## (2024-09-20)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v28.0.10 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.132
|
||||
## (2024-09-20)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v28.0.9 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.131
|
||||
## (2024-09-19)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v28.0.8 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.130
|
||||
## (2024-09-18)
|
||||
|
||||
* Update balena/open-balena-registry Docker tag to v2.41.8 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.129
|
||||
## (2024-09-18)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v19.0.11 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.128
|
||||
## (2024-09-18)
|
||||
|
||||
* Update balena/open-balena-s3 Docker tag to v2.28.56 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.127
|
||||
## (2024-09-18)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.30.49 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.126
|
||||
## (2024-09-18)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v28.0.5 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.125
|
||||
## (2024-09-17)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to 909c963 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.124
|
||||
## (2024-09-17)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v28.0.2 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.123
|
||||
## (2024-09-17)
|
||||
|
||||
* Add pre-commit shellcheck hook [Anton Belodedenko]
|
||||
|
||||
# v4.1.122
|
||||
## (2024-09-16)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v28 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.121
|
||||
## (2024-09-16)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v27.2.4 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.120
|
||||
## (2024-09-16)
|
||||
|
||||
* Update qemux/qemu-docker Docker tag to v6.01 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.119
|
||||
## (2024-09-16)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v27.2.3 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.118
|
||||
## (2024-09-16)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v27.2.2 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.117
|
||||
## (2024-09-16)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v19.0.10 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.116
|
||||
## (2024-09-16)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.30.47 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.115
|
||||
## (2024-09-12)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to bd13543 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.114
|
||||
## (2024-09-12)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v19.0.8 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.113
|
||||
## (2024-09-11)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.30.46 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.112
|
||||
## (2024-09-11)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v19.0.5 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.1.111
|
||||
## (2024-09-11)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.1.111
|
||||
version: 4.1.155
|
||||
|
@ -79,7 +79,7 @@ services:
|
||||
*with-default-privileges,
|
||||
*with-default-volumes,
|
||||
]
|
||||
image: balena/open-balena-api:v27.2.1
|
||||
image: balena/open-balena-api:v29.0.3
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
@ -119,7 +119,7 @@ services:
|
||||
*with-default-healthcheck,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-registry:v2.41.6
|
||||
image: balena/open-balena-registry:v2.41.10
|
||||
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.45
|
||||
image: balena/open-balena-vpn:v11.30.50
|
||||
depends_on:
|
||||
- api
|
||||
environment:
|
||||
@ -175,7 +175,7 @@ services:
|
||||
*with-default-healthcheck,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-s3:v2.28.55
|
||||
image: balena/open-balena-s3:v2.28.57
|
||||
volumes:
|
||||
- s3-data:/export
|
||||
- certs-data:/certs
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
# renovate: datasource=github-releases depName=balena-io/balena-cli
|
||||
ARG BALENA_CLI_VERSION=v19.0.3
|
||||
ARG BALENA_CLI_VERSION=v19.0.13
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
bash \
|
||||
|
@ -1,16 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# shellcheck disable=SC2154,SC2034,SC1090
|
||||
# shellcheck disable=SC2034,SC1090
|
||||
set -aeu
|
||||
|
||||
curl_opts="--retry 3 --fail"
|
||||
read -ra curl_opts <<<'--retry 3 --fail'
|
||||
if [[ $VERBOSE =~ on|On|Yes|yes|true|True ]]; then
|
||||
set -x
|
||||
curl_opts="${curl_opts} --verbose"
|
||||
curl_opts+=('--verbose')
|
||||
else
|
||||
curl_opts="${curl_opts} --silent"
|
||||
curl_opts+=('--silent')
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
source /usr/sbin/functions
|
||||
|
||||
function remove_test_assets() {
|
||||
@ -49,10 +50,10 @@ function shutdown_dut() {
|
||||
|
||||
function set_update_lock {
|
||||
if [[ -n "${BALENA_SUPERVISOR_ADDRESS:-}" ]] && [[ -n "${BALENA_SUPERVISOR_API_KEY:-}" ]]; then
|
||||
while [[ $(curl ${curl_opts} "${BALENA_SUPERVISOR_ADDRESS}/v1/device?apikey=${BALENA_SUPERVISOR_API_KEY}" \
|
||||
while [[ $(curl "${curl_opts[@]}" "${BALENA_SUPERVISOR_ADDRESS}/v1/device?apikey=${BALENA_SUPERVISOR_API_KEY}" \
|
||||
-H "Content-Type: application/json" | jq -r '.update_pending') == 'true' ]]; do
|
||||
|
||||
curl ${curl_opts} "${BALENA_SUPERVISOR_ADDRESS}/v1/device?apikey=${BALENA_SUPERVISOR_API_KEY}" \
|
||||
curl "${curl_opts[@]}" "${BALENA_SUPERVISOR_ADDRESS}/v1/device?apikey=${BALENA_SUPERVISOR_API_KEY}" \
|
||||
-H "Content-Type: application/json" | jq -r
|
||||
|
||||
sleep "$(( (RANDOM % 3) + 3 ))s"
|
||||
@ -89,7 +90,7 @@ function update_ca_certificates() {
|
||||
}
|
||||
|
||||
function wait_for_api() {
|
||||
while ! curl ${curl_opts} "https://api.${DNS_TLD}/ping"; do
|
||||
while ! curl "${curl_opts[@]}" "https://api.${DNS_TLD}/ping"; do
|
||||
echo 'waiting for API...'
|
||||
sleep "$(( (RANDOM % 5) + 5 ))s"
|
||||
done
|
||||
@ -183,6 +184,7 @@ function registry_auth() {
|
||||
if [[ -n "${REGISTRY_USER:-}" ]] && [[ -n "${REGISTRY_PASS:-}" ]]; then
|
||||
with_backoff docker login -u "${REGISTRY_USER}" -p "${REGISTRY_PASS}"
|
||||
|
||||
# shellcheck disable=SC2016
|
||||
printf '{"https://index.docker.io/v1/": {"username":"%s", "password":"$s"}}' \
|
||||
"${REGISTRY_USER}" "${REGISTRY_PASS}" | jq -r > ~/.balena/secrets.json
|
||||
fi
|
||||
@ -210,7 +212,7 @@ function get_releases() {
|
||||
}
|
||||
|
||||
function get_release_commit() {
|
||||
echo "$(get_releases)" | jq -re \
|
||||
get_releases | jq -re \
|
||||
'select((.[].status=="success")
|
||||
and (.[].is_invalidated==false)
|
||||
and (.[].is_final==true)
|
||||
@ -218,7 +220,7 @@ function get_release_commit() {
|
||||
}
|
||||
|
||||
function get_release_id() {
|
||||
echo "$(get_releases)" | jq -re \
|
||||
get_releases | jq -re \
|
||||
'select((.[].status=="success")
|
||||
and (.[].is_invalidated==false)
|
||||
and (.[].is_final==true)
|
||||
@ -230,7 +232,7 @@ function supervisor_update_target_state() {
|
||||
balena_device_uuid="$(cat </balena/config.json | jq -r .uuid)"
|
||||
|
||||
if [[ -n "${balena_device_uuid:-}" ]]; then
|
||||
while ! curl ${curl_opts} "https://api.${DNS_TLD}/supervisor/v1/update" \
|
||||
while ! curl "${curl_opts[@]}" "https://api.${DNS_TLD}/supervisor/v1/update" \
|
||||
--header "Content-Type: application/json" \
|
||||
--header "Authorization: Bearer $(cat <~/.balena/token)" \
|
||||
--data "{\"uuid\": \"${balena_device_uuid}\", \"data\": {\"force\": true}}"; do
|
||||
@ -263,7 +265,7 @@ function check_running_release() {
|
||||
|
||||
function get_os_version() {
|
||||
local BALENARC_BALENA_URL
|
||||
BALENARC_BALENA_URL="$(echo "${BALENA_API_URL}" | sed 's#https://api\.##g')"
|
||||
BALENARC_BALENA_URL="${BALENA_API_URL//https:\/\/api\./}"
|
||||
|
||||
local os_version
|
||||
os_version=${OS_VERSION:-$(with_backoff balena os versions "${DEVICE_TYPE}" | head -n 1)}
|
||||
@ -276,13 +278,13 @@ function upload_release_asset() {
|
||||
release_id=${1:-1}
|
||||
release_asset="$(find / -type f -name '*.png' | head -n 1)"
|
||||
|
||||
curl ${curl_opts} "https://api.${DNS_TLD}/resin/release_asset" \
|
||||
curl "${curl_opts[@]}" "https://api.${DNS_TLD}/resin/release_asset" \
|
||||
--header "Authorization: Bearer $(cat <~/.balena/token)" \
|
||||
--form "asset=@${release_asset}" \
|
||||
--form "release=${release_id}" \
|
||||
--form "asset_key=$((RANDOM))-$(basename ${release_asset})" \
|
||||
--form "asset_key=$((RANDOM))-$(basename "${release_asset}")" \
|
||||
| jq -re .asset.href \
|
||||
| xargs curl ${curl_opts} -o "/tmp/$((RANDOM))-$(basename ${release_asset})"
|
||||
| xargs curl "${curl_opts[@]}" -o "/tmp/$((RANDOM))-$(basename "${release_asset}")"
|
||||
fi
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# https://hub.docker.com/r/qemux/qemu-docker
|
||||
# https://github.com/qemus/qemu-docker
|
||||
FROM qemux/qemu-docker:6.00
|
||||
FROM qemux/qemu-docker:6.04
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
minicom \
|
||||
|
Reference in New Issue
Block a user