Resin CI
5e4daf8c3d
v11.2.0
2019-06-11 15:53:33 +03:00
Thodoris Greasidis
825213c02a
Add device OS update action
...
Resolves : #788
Depends-on: https://github.com/balena-io/balena-sdk/pull/638
Change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2019-06-11 15:27:23 +03:00
Resin CI
13cef01374
v11.1.0
2019-06-10 13:38:49 +03:00
Cameron Diver
8b5ebe0645
Pin prettier and add formatting changes
...
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-06-10 11:07:51 +01:00
Cameron Diver
24e49bf131
Cancel ongoing livepushes when a new change occurs
...
Also fix livepush logging when a new container is created (previously
the logs of the commands would stop working after this has happened)
Change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-06-07 15:59:27 +01:00
Resin CI
f8a9c10a77
v11.0.7
2019-06-07 04:01:30 +03:00
Resin CI
b78dd26f23
v11.0.6
2019-06-06 19:41:44 +03:00
Resin CI
2bbdfda92e
v11.0.5
2019-06-06 16:51:58 +03:00
Resin CI
2b264df41b
v11.0.4
2019-06-06 12:45:39 +03:00
Resin CI
ab5815c277
v11.0.3
2019-06-05 18:38:08 +03:00
Resin CI
e8325e8268
v11.0.2
2019-06-05 16:23:27 +03:00
Paulo Castro
4596005a1f
Fix "--production" installation (missing patch-package dependency)
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-06-05 13:42:27 +01:00
Resin CI
8d9cbbb526
v11.0.1
2019-06-04 22:32:52 +03:00
Resin CI
57fc26c0f7
v11.0.0
2019-06-04 21:17:56 +03:00
Paulo Castro
04223dbc58
Revert bin/balena (previously renamed bin/run for oclif compatibility)
...
Change-type: major
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-06-04 13:52:38 +01:00
Paulo Castro
dafbdd5f34
Add native installers for Windows and macOS
...
Change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-06-04 13:52:33 +01:00
Paulo Castro
c204dbd6cd
Bump denymount version and delete redundant patch (chore task)
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-06-04 13:51:59 +01:00
Paulo Castro
abf573fa47
Begin the transition to oclif with 'balena env add' (fix dropped leading
...
zero in device UUID).
This commit is fairly chunky because it adds the oclif dependency for
the first time, and refactors the CLI help and docs generation code to
accommodate both Capitano and oclif.
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-06-04 13:51:56 +01:00
Paulo Castro
13e3e5e8ea
Bump min Node.js version to 8.0, ts-node to 8.1 and typescript to 3.4.
...
Refactor typings folder for use with the tsconfig typeRoots option.
Change-type: major
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-06-04 13:51:55 +01:00
Resin CI
faa558b432
v10.17.5
2019-06-04 09:10:48 +03:00
Paulo Castro
fe3e348128
Pin moment-duration-format package (ReferenceError: window is not defined)
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-06-04 02:47:45 +01:00
Resin CI
7535b7110d
v10.17.4
2019-06-03 14:19:41 +03:00
Resin CI
f6a262bcde
v10.17.3
2019-05-31 17:23:25 +03:00
Resin CI
fe0ba62026
v10.17.2
2019-05-30 18:05:43 +03:00
Resin CI
d21b84956c
v10.17.1
2019-05-30 16:02:58 +03:00
Paulo Castro
a4efc7c9c4
Fix CI build error (missing @types/mz)
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-05-30 12:57:03 +01:00
Resin CI
e6ecb0ec0b
v10.17.0
2019-05-29 18:05:38 +03:00
Alexis Svinartchouk
f3ef7f6e18
Add preload --add-certificate option
...
Change-type: minor
2019-05-28 16:35:29 +02:00
Resin CI
e36435bb4c
v10.16.0
2019-05-27 17:38:47 +03:00
Resin CI
d23d837b8c
v10.15.0
2019-05-27 17:06:11 +03:00
Resin CI
5de7a50fc0
v10.14.0
2019-05-27 15:47:25 +03:00
Resin CI
a6d6035725
v10.13.6
2019-05-22 18:51:56 +03:00
Resin CI
cccc8012c9
v10.13.5
2019-05-22 15:55:18 +03:00
Alexis Svinartchouk
36ab6f5808
Update balena-preload to 8.1.4
...
Change-type: patch
2019-05-21 14:02:45 +02:00
Resin CI
b45e80654c
v10.13.4
2019-05-20 19:54:18 +03:00
Resin CI
3b5f3c6665
v10.13.3
2019-05-17 21:16:35 +03:00
Resin CI
4088e4c66e
v10.13.2
2019-05-17 20:00:43 +03:00
Resin CI
7da250914e
v10.13.1
2019-05-16 13:05:40 +03:00
Resin CI
ee267cd114
v10.13.0
2019-05-16 12:33:46 +03:00
Thodoris Greasidis
7ce43f4018
Use the open-balena-api endpoints for device type & version info
...
Resolves : #1177
HQ: https://github.com/balena-io/balena/issues/1744
Change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2019-05-15 21:03:57 +03:00
Resin CI
3ba8be02e7
v10.12.1
2019-05-15 20:19:04 +03:00
Gergely Imreh
0adaeb5465
preload: bump version to fix preloading on logstream supervisors
...
Change-type: patch
Signed-off-by: Gergely Imreh <gergely@balena.io>
2019-05-15 17:56:00 +01:00
Resin CI
783cab2e50
v10.12.0
2019-05-15 17:40:55 +03:00
Resin CI
15ec99577a
v10.11.1
2019-05-15 16:33:39 +03:00
Cameron Diver
7529a9a2a2
Debounce livepush invocations to collect changes together
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-05-15 14:01:30 +01:00
Resin CI
22b02c261f
v10.11.0
2019-05-15 13:42:35 +03:00
Resin CI
c15276d239
v10.10.5
2019-05-14 16:22:38 +03:00
Resin CI
7a8fc14686
v10.10.4
2019-05-14 15:25:44 +03:00
Cameron Diver
20ae2bc57a
Pin pkg version to avoid node 6 error
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-05-14 12:37:27 +01:00
Cameron Diver
96c975d17e
Use TCP keepalive probes to detect local log stream closing
...
Change-type: patch
Closes : #1219
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-05-14 11:39:57 +01:00