Commit Graph

4978 Commits

Author SHA1 Message Date
ab63f46b7e Switch to using resin-lint for automatic lint fixing
Change-type: patch
2020-02-10 10:43:14 +00:00
3a8209f4ba v10.6.35 v10.6.35 2020-02-10 08:41:56 +02:00
ca94e7c60e Merge pull request #1196 from balena-io/allow-multiapp
Dont error on a target state with multiple apps
2020-02-10 13:40:15 +07:00
a27ce4f1dc Dont error on a target state with multiple apps
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-02-10 12:06:12 +07:00
a5b80b9b69 v10.6.34 v10.6.34 2020-02-06 16:24:09 +02:00
468f7c3d66 Merge pull request #1190 from balena-io/1189-delay-sending-logs
bug: Delay sending logs until the device is provisioned
2020-02-06 14:22:07 +00:00
fe5fd2b7ef bug: Delay sending logs until the device is provisioned
Connects-to: #1189
Change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
2020-02-06 10:21:27 +00:00
13b5c2c79c v10.6.33 v10.6.33 2020-01-30 13:36:02 +02:00
4ca8806738 Merge pull request #1186 from balena-io/1176-get-target-state
Allow getting the target state when not in local mode
2020-01-30 11:34:07 +00:00
3ff3bce605 Allow getting the target state when not in local mode
Change-type: patch
Closes: #1176
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-01-30 11:24:59 +00:00
6bb7a5fd57 v10.6.32 v10.6.32 2020-01-28 13:32:10 +02:00
f69e73b2d3 Merge pull request #1184 from balena-io/repo-yml
Set docker type and update CHANGELOG.md to the correct format
2020-01-28 11:30:20 +00:00
d1a3663d47 Set docker type and update CHANGELOG.md to the correct format
Change-type: patch
Signed-off-by: Giovanni Garufi <giovanni@balena.io>
2020-01-27 23:39:25 +00:00
9a1ffb2557 v10.6.31 v10.6.31 2020-01-17 19:16:23 +02:00
946eeb0f1b Merge pull request #1178 from balena-io/parallel-push
Push all images in parallel for CI builds
2020-01-17 17:14:45 +00:00
9dc9e0704b Update docker used for CI builds
Change-type: patch
2020-01-17 17:01:25 +00:00
f4f7af042d Update the deprecated reusable key to docker_layer_caching for CI
Change-type: patch
2020-01-17 15:34:50 +00:00
7e79462928 Push all images in parallel for CI builds
Change-type: patch
2020-01-17 15:34:50 +00:00
9290ee05c1 v10.6.30 v10.6.30 2020-01-17 17:33:56 +02:00
340dac9069 Merge pull request #1179 from balena-io/update-typings
Update types and fix issue with treating string as a number
2020-01-17 15:32:13 +00:00
027701297b Update knex types
Change-type: patch
2020-01-17 13:59:24 +00:00
1a393dbb19 Update lodash types
Change-type: patch
2020-01-17 13:51:55 +00:00
0ef9cc189b Update types and fix issue with treating string as a number
Change-type: patch
2020-01-17 13:06:27 +00:00
6c801794cc v10.6.29 v10.6.29 2020-01-17 14:48:54 +02:00
d7ecb983fe Merge pull request #1177 from balena-io/increase-report-backoff
Increase the minimum backoff delay and use poll inteval as the max
2020-01-17 12:47:01 +00:00
6e7a190ff0 Remove unnecessary awaits
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-01-16 11:14:39 +00:00
53b6e8f1bb Increase minimum backoff delay and use poll interval as max
This change will start the minimum backoff from 15s (up from 500ms) and
will use the appUpdatePollInterval configuration variable as the max.

Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-01-16 11:14:00 +00:00
0b69e98c1e v10.6.28 v10.6.28 2020-01-09 10:56:59 +02:00
e517830745 Merge pull request #1172 from balena-io/1171-pi4-reqs
Ensure that we always have the pi4 overlay assigned
2020-01-09 08:54:38 +00:00
426d8cd10a Ensure that we always have the pi4 overlay assigned
Change-type: patch
Closes: #1171
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-01-08 17:06:19 +00:00
7811ab4f22 v10.6.27 v10.6.27 2019-12-19 15:42:30 +02:00
44c41f9c9b Merge pull request #1170 from balena-io/1158-patch-throttle
Throttle state report patches to once per 10 seconds
2019-12-19 13:40:34 +00:00
4b0f431f9b Throttle state report patches to once per 10 seconds
Change-type: patch
Closes: #1158
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-12-19 12:32:38 +00:00
231284e06b v10.6.26 v10.6.26 2019-12-18 18:32:52 +02:00
5e51b0063d Merge pull request #1168 from balena-io/fix-network-reporting
Report the correct error when we cannot remove a network
2019-12-18 16:31:10 +00:00
2d4ac24403 Report the correct error when we cannot remove a network
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-12-18 15:02:18 +00:00
71b856fa7c v10.6.25 v10.6.25 2019-12-18 17:01:19 +02:00
f8c3837eba Merge pull request #1167 from balena-io/fix-debug-healthcheck
Fix healthcheck on supervisor debug builds
2019-12-18 14:59:31 +00:00
4ff54f45c1 Fix healthcheck on supervisor debug builds
We were relying on wget which was not brought into the image, so we
switch this to curl, which is present.

Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-12-18 14:36:05 +00:00
e14b07390e v10.6.24 v10.6.24 2019-12-17 14:18:21 +02:00
c7d385d093 Merge pull request #1163 from balena-io/pull-all-images-first
Always do a standard docker download on first pull
2019-12-17 12:16:26 +00:00
8317a1843b Always do a standard docker download on first pull
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-12-17 10:34:28 +00:00
4e0b942fc5 v10.6.23 v10.6.23 2019-12-16 17:08:59 +02:00
422aa5ef21 Merge pull request #1162 from balena-io/no-cross-app-deltas
Don't allow cross-app delta requests
2019-12-16 15:07:01 +00:00
4a74dffea9 Don't allow cross-app delta requests
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-12-16 12:58:09 +00:00
6270adf6e8 v10.6.22 v10.6.22 2019-12-16 14:36:05 +02:00
a590fa0bb8 Merge pull request #1156 from balena-io/1072-v2-v3-delta-fixes
fix: ⬇️ Force a regular pull when moving from v2 to v3 deltas
2019-12-16 12:34:18 +00:00
6db1f03411 fix: ⬇️ Force a regular pull when moving from v2 to v3 deltas
Change-type: patch
Fixes: #1072
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-12-16 10:42:46 +00:00
64b9391f0f v10.6.21 v10.6.21 2019-12-12 20:40:42 +02:00
7e51d63380 Merge pull request #1161 from balena-io/roman/errors
Add steps info to applyState error message
2019-12-12 20:38:50 +02:00