Thodoris Greasidis
54bcbb5d91
Merge pull request #1454 from balena-io/1453-api-image-download
...
Bump balena-sdk to v12.12.0 to stop using image maker endpoints
2019-09-30 15:57:32 +03:00
Thodoris Greasidis
408f739e2d
Bump balena-sdk to v12.12.0 to stop using image maker endpoints
...
Resolves : #1453
Depends-on: https://github.com/balena-io/balena-sdk/pull/735
Depends-on: https://github.com/balena-io-modules/balena-image-manager/pull/45
HQ: https://github.com/balena-io/balena/issues/1744
Change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2019-09-30 15:36:46 +03:00
Balena CI
f481d5edae
v11.12.0
2019-09-25 13:20:45 +03:00
Thodoris Greasidis
cff81ae86d
Merge pull request #1449 from balena-io/1448-mix-rpi-to-armv7-aarch64
...
Allow mixing armv7 & aarch64 devices in RPi 1 / zero apps
2019-09-25 13:19:08 +03:00
Thodoris Greasidis
f9d6a0ee72
Allow mixing armv7 & aarch64 devices in RPi 1 / zero apps
...
Resolves : #1448
HQ: https://github.com/balena-io/balena/issues/1905
Change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2019-09-24 13:22:13 +03:00
Balena CI
9ea999f15f
v11.11.3
2019-09-23 11:47:15 +03:00
CameronDiver
eac229ab7c
Merge pull request #1438 from balena-io/debug-to-stderr
...
Send all debug output to stderr
2019-09-23 09:45:53 +01:00
Cameron Diver
7a865b2e15
Send all debug output to stderr
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-09-19 13:25:40 +01:00
Balena CI
32c588db55
v11.11.2
2019-09-19 13:23:45 +03:00
Roman Mazur
aa670ad6f1
Merge pull request #1439 from balena-io/roman/mixpanel-token
...
Use balena analytics project name
2019-09-19 13:22:12 +03:00
Roman Mazur
c1ba73a2da
Use balena analytics project name
...
It's needed to properly integrate CLI with balena
analytics proxy service.
Change-type: patch
Signed-off-by: Roman Mazur <roman@balena.io>
2019-09-18 18:00:35 +03:00
Balena CI
606b6c88ab
v11.11.1
2019-09-18 16:12:54 +03:00
Paulo Castro
a6f329750c
Merge pull request #1414 from balena-io/1391-refactor-oclif
...
Migrate "env rename" and "envs" to oclif and refactor the preparser
2019-09-18 14:11:14 +01:00
Paulo Castro
c07b28e694
Migrate 'envs' and 'env rename' commands to oclif
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-09-18 12:54:31 +01:00
Paulo Castro
b3bef9e556
Simplify/refactor 'env add' and 'env rm' implementation
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-09-17 17:20:16 +01:00
Paulo Castro
2ff427fb90
Refactor oclif integration and preparser
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-09-17 17:20:16 +01:00
Balena CI
3d89b0c7a1
v11.11.0
2019-09-16 21:59:27 +03:00
Thodoris Greasidis
90db52db47
Merge pull request #1435 from balena-io/1431-balena-join-compatible-arch
...
Support `balena join` to applications of compatible architectures
2019-09-16 21:57:07 +03:00
Thodoris Greasidis
87004621ce
Support balena join
to applications of compatible architectures
...
Resolves : #1431
Change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2019-09-16 21:31:07 +03:00
Balena CI
de8089b0bb
v11.10.0
2019-09-16 21:13:23 +03:00
Thodoris Greasidis
ae691391b6
Merge pull request #1434 from balena-io/1433-move-same-arch-apps
...
Support moving devices to applications of a compatible architecture
2019-09-16 21:11:02 +03:00
Thodoris Greasidis
a64b36fdb9
Support moving devices to applications of a compatible architecture
...
Connects-to: #1433
Change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2019-09-16 19:16:51 +03:00
Balena CI
db5c473952
v11.9.7
2019-09-16 10:26:12 +03:00
Stevche Radevski
2b0bff8f16
Merge pull request #1430 from balena-io/add-scrutinizer-config
...
ci: add scrutinizer config
2019-09-16 09:24:45 +02:00
Stevche Radevski
2e7f606667
ci: add scrutinizer config
...
Change-type: patch
Signed-off-by: Stevche Radevski <stevche@balena.io>
2019-09-13 15:58:52 +02:00
Balena CI
73e9f801e2
v11.9.6
2019-09-12 15:27:34 +03:00
Paulo Castro
9a40f20004
Merge pull request #1425 from balena-io/1304-bump-balena-sdk
...
Update balena-sdk to v12 and mitigate MaxListenersExceededWarning
2019-09-12 13:25:51 +01:00
Paulo Castro
6631fb5a69
Mitigate "MaxListenersExceededWarning" by reusing Logger instance
...
The full warning output was:
(node:43572) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 drain listeners added. Use emitter.setMaxListeners() to increase limit
(node:43572) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit
(node:43572) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added. Use emitter.setMaxListeners() to increase limit
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-09-12 01:49:40 +01:00
Paulo Castro
f76ca1804a
Update balena-sdk from 11.18.0 to 12.10.0 (pre-req for #1153 and #1304 )
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-09-11 16:08:30 +01:00
Balena CI
d25ad328f3
v11.9.5
2019-09-11 14:29:15 +03:00
Paulo Castro
dfbcdc2c1b
Merge pull request #1416 from balena-io/1415-warn-emulation
...
Detect Docker Desktop (Docker for Mac) and warn about architecture emulation
2019-09-11 12:27:30 +01:00
Paulo Castro
d484c957bb
Detect Docker Desktop (Docker for Mac) and warn about architecture emulation
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-09-11 12:05:07 +01:00
Balena CI
70714b6feb
v11.9.4
2019-09-11 13:49:06 +03:00
Paulo Castro
c9db5fd856
Merge pull request #1423 from balena-io/1419-fix-pkg-target-node
...
Fix Node.js version errors in standalone package on Windows
2019-09-11 11:47:09 +01:00
Paulo Castro
d54a709e7c
Fix mismatched Node.js version errors in standalone package on Windows
...
Resolves : #1419
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-09-11 01:17:26 +01:00
Paulo Castro
09f20ecc1c
Update etcher-sdk to v2.0.14 (pre-requisite to supporting Node 12)
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-09-10 16:08:07 +01:00
Balena CI
b8b0221ce6
v11.9.3
2019-09-02 03:56:54 +03:00
Paulo Castro
596d1bdc21
Merge pull request #1410 from balena-io/oclif-mixpanel
...
Add missing oclif-based commands to mixpanel tracking
2019-09-02 01:55:02 +01:00
Paulo Castro
fb1dce9dbb
Add missing oclif-based commands to mixpanel tracking
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-09-01 23:42:21 +01:00
Balena CI
fedfb603f6
v11.9.2
2019-08-30 21:00:06 +03:00
Paulo Castro
8478b95e45
Merge pull request #1405 from balena-io/1359-update-release-descriptions
...
Deploy scripts: edit GitHub release descriptions given semver ranges
2019-08-30 18:57:33 +01:00
Paulo Castro
7bb2741a5a
Deploy scripts: edit GitHub release descriptions given semver ranges
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-08-30 18:09:58 +01:00
Balena CI
693a438d42
v11.9.1
2019-08-29 00:59:52 +03:00
xginn8
2a8e68cec2
Merge pull request #1412 from balena-io/log-tarring
...
logging: note that tarring is occurring
2019-08-28 23:57:14 +02:00
Matthew McGinn
e3435c66df
logging: note that tarring is occurring
...
As noted in #1411 , this tarring can be particularly expensive so cluing
in the user may help alleviate pain
Connects-to: #1411
Change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
2019-08-28 20:37:50 +02:00
Resin CI
192b751e57
v11.9.0
2019-08-22 16:33:03 +03:00
Paulo Castro
d9643eb59e
Merge pull request #1403 from balena-io/1355-SecretRemovalError
...
Fix 'SecretRemovalError' and enable certain emulated builds on a remote device
2019-08-22 14:31:21 +01:00
Paulo Castro
19c3178062
Enable emulated builds on remote devices running a different OS as the CLI
...
E.g. "balena build -e -h <IP> -p 2375" with the CLI running on a Mac laptop,
using balenaEngine on an Intel NUC device, building an image for the RPi (ARM
image arch). Previously, QEMU setup by the CLI assumed that docker ran on the
same OS as the CLI (Docker for Mac has built-in binfmt_misc support and does
not require additional setup, but balenaEngine on Linux requires explicit QEMU
setup.)
Change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-08-22 13:37:07 +01:00
Paulo Castro
516fa90a20
Fix SecretRemovalError (balena build) when docker daemon arch != target arch
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-08-21 22:25:18 +01:00
Resin CI
56aabad8ad
v11.8.3
2019-08-20 04:34:24 +03:00