Balena CI
fe7cbf4f74
v12.44.23
2021-06-30 19:26:18 +03:00
Balena CI
bb6b4b255a
v12.44.22
2021-06-24 19:55:41 +03:00
Kyle Harding
1dba5cc7c1
preload: Catch sfdisk errors that result in an endless spinner
...
Change-type: patch
Changelog-entry: preload: Catch sfdisk errors that result in an endless spinner
Signed-off-by: Kyle Harding <kyle@balena.io>
2021-06-23 12:56:41 -04:00
Balena CI
43c6fe672f
v12.44.21
2021-06-23 16:54:41 +03:00
Balena CI
0035545ce1
v12.44.20
2021-06-15 00:10:05 +03:00
Paulo Castro
6e7a0defb7
Update balena-sdk from 15.31.0 to 15.36.0
...
Update balena-sdk from 15.31.0 to 15.36.0
Change-type: patch
2021-05-16 19:34:40 +00:00
Balena CI
e2ffc5f068
v12.44.19
2021-05-31 11:47:23 +03:00
Balena CI
c619ecd41b
v12.44.18
2021-05-28 16:17:00 +03:00
Balena CI
c938df2445
v12.44.17
2021-05-24 18:17:54 +03:00
Balena CI
9265588745
v12.44.16
2021-05-18 18:35:46 +03:00
Kyle Harding
b17dad8c60
preload: Update balena-preload to 10.4.7
...
Change-type: patch
Changelog-entry: preload: Avoid hardcoded registry2 URLs with openBalena
Signed-off-by: Kyle Harding <kyle@balena.io>
2021-05-18 11:04:58 -04:00
Balena CI
492dbae7f1
v12.44.15
2021-05-16 22:17:02 +03:00
Balena CI
e2ff561728
v12.44.14
2021-05-10 01:09:23 +03:00
Balena CI
3ac85dcc5f
v12.44.13
2021-05-07 20:54:53 +03:00
Paulo Castro
2c922ee6d2
Update dependencies (multibuild, dockerode, docker-toolbelt, docker-progress)
...
Update resin-multibuild from 4.7.2 to 4.11.0
Change-type: patch
2021-05-07 00:32:15 +01:00
Paulo Castro
d9821939d9
preload: Improve error handling (stop spinning wheels)
...
Update balena-preload from 10.4.2 to 10.4.6
Connects-to: #2045
Change-type: patch
2021-05-07 00:00:07 +01:00
Balena CI
579d68a8f0
v12.44.12
2021-04-27 17:58:06 +03:00
Kyle Harding
0f2780744f
preload: Update to Docker 20.10 with cgroups v2 support
...
Update balena-preload from 10.4.1 to 10.4.2.
Change-type: patch
Changelog-entry: preload: Update to Docker 20.10 with cgroups v2 support
Signed-off-by: Kyle Harding <kyle@balena.io>
2021-04-27 10:06:33 -04:00
Balena CI
b4495839ca
v12.44.11
2021-04-21 16:46:55 +03:00
Balena CI
ba1ea54d69
v12.44.10
2021-04-16 01:24:55 +03:00
Balena CI
3d3e91d49d
v12.44.9
2021-04-14 04:06:00 +03:00
Balena CI
83a23d9f30
v12.44.8
2021-04-10 02:37:53 +03:00
Paulo Castro
d50d18d492
push, logs: Fix parsing of local mode device logs (NDJSON stream)
...
Resolves : #2185
Change-type: patch
2021-04-09 23:58:04 +01:00
Balena CI
0b0fb94834
v12.44.7
2021-04-09 22:00:07 +03:00
Balena CI
cc8a8513e9
v12.44.6
2021-04-07 22:44:44 +03:00
Balena CI
57cd096612
v12.44.5
2021-04-07 19:59:18 +03:00
Paulo Castro
b7500fc2c2
Update resin-compose-parse from 2.1.2 to 2.1.3
...
Change-type: patch
2021-04-07 17:26:43 +01:00
Paulo Castro
dc6c8d7472
Update balena-config-json from 4.1.0 to 4.1.1
...
Change-type: patch
2021-04-07 17:26:24 +01:00
Paulo Castro
5bdd6c6034
Update balena-sdk from 15.29.0 to 15.31.0
...
Change-type: patch
2021-04-07 16:58:21 +01:00
Balena CI
a5bade99fc
v12.44.4
2021-04-07 00:42:46 +03:00
Dan Goodman
973f1a9c40
Add notarization for macOS graphical installer
...
Change-type: patch
2021-04-06 16:56:07 -04:00
Balena CI
16ea0c9d6d
v12.44.3
2021-04-05 01:47:08 +03:00
Balena CI
b66706e8ee
v12.44.2
2021-04-02 20:25:58 +03:00
Balena CI
67b7b8b5d0
v12.44.1
2021-03-31 19:15:26 +03:00
Balena CI
9676ea94cb
v12.44.0
2021-03-31 15:13:11 +03:00
Marios Balamatsias
ac96616e4e
osConfigure/localFlash: Add support for Node.js v14
...
* Replace old resin-image-fs with newer balena-image-fs
* package.json: Remove resin-image-fs package
* package: Install dependencies that work with node14
* Remove resin-image-fs typings
* Fix etcher-sdk related types
* local/flash: Add unmountOnSuccess, write, direct properties on flash
Taken from https://github.com/balena-io-modules/etcher-sdk/blob/master/examples/multi-destination.ts
* tests/utils/eol-conversion: Remove ext2fs sample binary
Specifically ext2fs/build/Release/bindings.node
I removed it because the file doesn't exist
* tests/test-data/pkg: Add new expected warnings darwin/linux/windows
* os/configure: Remove windows check
* local/flash: Check if environment is WSL and show warning message
* Get tests to pass with certain Node v14 warning messages
* INSTALL-WINDOWS: Remove os configure warning
Improve push and logs support for Node.js v14 (bump 'net-keepalive')
Resolves : #2200
Resolves : #1990
Change-type: minor
Signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
2021-03-31 01:15:47 +03:00
Balena CI
2737c9c53c
v12.43.2
2021-03-26 17:31:50 +02:00
Balena CI
3ac1994941
v12.43.1
2021-03-26 01:15:19 +02:00
Balena CI
4911db640f
v12.43.0
2021-03-23 03:01:51 +02:00
Paulo Castro
329b84d01e
Add macOS uninstall script (sudo /usr/local/lib/balena-cli/bin/uninstall)
...
Change-type: minor
2021-03-23 00:04:43 +00:00
Paulo Castro
25b1dff5d8
Bump patch-package
dependency and remove its own patch file
...
Change-type: patch
2021-03-22 16:12:44 +00:00
Balena CI
fb1768b4ca
v12.42.2
2021-03-21 01:31:40 +02:00
Paulo Castro
37c2880996
push: Fix docker-compose.dev.yml serialization ("should be object,null" error)
...
Change-type: patch
2021-03-20 22:17:20 +00:00
Balena CI
835445be2e
v12.42.1
2021-03-19 18:58:58 +02:00
Balena CI
fdc2bff063
v12.42.0
2021-03-19 15:28:52 +02:00
Chris Wiggins
43906d22c8
Update balena-sdk from 15.20.0 to 15.29.0
...
Change-type: patch
2021-03-19 14:41:20 +13:00
Balena CI
43f1188f1d
v12.41.3
2021-03-17 18:45:08 +02:00
Balena CI
480f84993b
v12.41.2
2021-03-17 10:46:32 +02:00
Balena CI
4bfd345b68
v12.41.1
2021-03-15 20:39:53 +02:00
Balena CI
b2ad9f1643
v12.41.0
2021-03-15 16:07:04 +02:00