Matthew McGinn
10fff8f0f5
Merge branch 'master' of github.com:balena-io/balena-cli into typo
2018-12-31 08:22:32 -05:00
Resin CI
8ee994ce7d
v9.7.0
2018-12-28 23:11:23 +01:00
Trevor Sullivan
86aed2185d
Merge pull request #1055 from balena-io/balena-cli-deps
...
Adding information about dependency installation
2018-12-28 14:09:51 -08:00
Trevor Sullivan
64ec151e4b
Added documentation about the dependencies required to build balena-cli
...
Change-type: minor
Signed-off-by: Trevor Sullivan <trevor@balena.io>
2018-12-28 13:00:43 -08:00
Matthew McGinn
3e4e661b28
Fix up small docs typo
...
Change-type: patch
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2018-12-28 08:40:18 -05:00
Resin CI
7713ca31e5
v9.6.0
2018-12-18 22:19:12 +01:00
Paulo Castro
b0da1b4811
Merge pull request #1041 from balena-io/1015-build-secrets-command-line-options
...
Add --registry-secrets option for balena push (private registry auth)
2018-12-18 21:17:14 +00:00
Paulo Castro
0f302d30ec
Add push --registry-secrets option for private docker registry authentication
...
Change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
2018-12-18 00:01:15 +00:00
Resin CI
140e851fcd
v9.5.0
2018-12-14 17:07:40 +02:00
Thodoris Greasidis
b9b4343fd5
Merge pull request #1047 from balena-io/1013-os-configure-device-type
...
Add explicit device type option to `os configure` & `config generate`
2018-12-14 17:06:05 +02:00
Thodoris Greasidis
eff49beb36
Wait for the device type compatibility check before showing the form
...
Also now fetches the device type from the image/API only once.
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2018-12-14 15:46:27 +02:00
Thodoris Greasidis
952d74207d
Check that the provided device type option is of the same arch
...
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2018-12-14 15:46:27 +02:00
Thodoris Greasidis
853d146457
Update the os configure examples to better explain --device-type
...
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2018-12-14 15:46:27 +02:00
Thodoris Greasidis
97d6a39677
Add explicit device type option to os configure
& config generate
...
Resolves : #1013
Change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2018-12-14 12:56:43 +02:00
Resin CI
095a597381
v9.4.1
2018-12-14 12:38:50 +02:00
Alexis Svinartchouk
a66aec6965
Merge pull request #1050 from balena-io/node6-types
...
Fix deploy action on node 6
2018-12-14 11:37:07 +01:00
Alexis Svinartchouk
03a3ef38e1
Fix deploy action on node 6
...
Downgrade @types/node to version 6 as we support node6
Change-type: patch
2018-12-14 11:26:59 +01:00
Resin CI
464d706920
v9.4.0
2018-12-10 23:22:40 +02:00
Thodoris Greasidis
61dd5acb80
Merge pull request #1046 from balena-io/866-resource-tags
...
actions: Add resource tag operations
2018-12-10 23:21:04 +02:00
Thodoris Greasidis
1e5cf8655e
actions: Add resource tag operations
...
Resolves : #866
HQ: https://github.com/resin-io/hq/issues/150
HQ: https://github.com/resin-io/hq/pull/281
Change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2018-12-10 23:05:48 +02:00
Resin CI
f096f4f55f
v9.3.6
2018-12-03 15:25:48 +02:00
CameronDiver
85442c4634
Merge pull request #1042 from balena-io/fix-arch-docs
...
Make architecture checking more stringent when installing emulators
2018-12-03 14:23:58 +01:00
Cameron Diver
a357405f3a
Make architecture checking more stringent when installing emulators
...
Also change the documentation to an armv7hf.
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2018-12-03 13:10:54 +00:00
Resin CI
6070ee0f83
v9.3.5
2018-11-28 20:30:15 +02:00
Thodoris Greasidis
f8721a324d
Merge pull request #1040 from balena-io/fix-event-stream-vulnerability
...
Fix potential dependency security issue
2018-11-28 20:28:48 +02:00
Thodoris Greasidis
ca861a6349
Fix potential dependency security issue
...
Until further investigation it is recommended to pin event-stream
to v3.3.4.
Change-type: patch
See: https://github.com/dominictarr/event-stream/issues/116
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2018-11-28 20:15:28 +02:00
Resin CI
493c6576c3
v9.3.4
2018-11-28 19:53:54 +02:00
CameronDiver
a8765af589
Merge pull request #1037 from balena-io/update-docker-qemu-transpose
...
Update dependencies and pin event-stream
2018-11-28 18:52:12 +01:00
Cameron Diver
ca8484b466
Update dependencies
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2018-11-28 17:03:47 +00:00
Resin CI
7a8d746a54
v9.3.3
2018-11-27 17:32:16 +02:00
Thodoris Greasidis
1cffcd9b9e
Merge pull request #1039 from balena-io/1038-is-initialize-nonbluebird-promise
...
actions/os-initialize: Convert Promise to a Bluebird one
2018-11-27 17:30:13 +02:00
Thodoris Greasidis
b6c041c9b5
actions/os-initialize: Convert Promise to a Bluebird one
...
Resolves : #1038
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2018-11-27 10:34:21 +02:00
Resin CI
47b35db03e
v9.3.2
2018-11-26 11:04:04 +02:00
Thodoris Greasidis
78985ff633
Merge pull request #1034 from balena-io/1033-fix-os-configure-wo-version
...
actions/os: Fix os configure using bluebird methods on plain promise
2018-11-26 11:02:50 +02:00
Thodoris Greasidis
93a5380c09
actions/os: Fix os configure using bluebird methods on plain promise
...
Resolves : #1033
Connects-to: #1007
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2018-11-26 10:00:49 +02:00
Resin CI
6677f1faf5
v9.3.1
2018-11-26 10:00:27 +02:00
Thodoris Greasidis
e7b32e941a
Merge pull request #1035 from balena-io/1007-document-configure-version
...
actions/config: Fix examples to include --version as required
2018-11-26 09:58:59 +02:00
Thodoris Greasidis
5abd240d50
actions/config: Fix examples to include --version as required
...
Connects-to: #1007
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2018-11-23 16:01:01 +02:00
Resin CI
759c2d4a6f
v9.3.0
2018-11-22 16:28:28 +02:00
Alexis Svinartchouk
92772952fd
Merge pull request #1027 from balena-io/update-node-ext2fs-and-preload
...
Stop pinning ext2fs and update preload to ^8.0.4
2018-11-22 15:26:55 +01:00
Alexis Svinartchouk
2f53cbf088
Stop pinning ext2fs and update preload to ^8.0.4
...
* ext2fs fixes build issues on 32 bit Linux platforms
* preload fixes issues with the --dont-check-arch flag
Change-type: minor
2018-11-22 14:46:45 +01:00
Resin CI
c3b74a869a
v9.2.2
2018-11-20 15:38:57 +02:00
dfunckt
841d1927a9
Merge pull request #1029 from balena-io/fix-os-config
...
Fix missing import in `os configure`
2018-11-20 15:36:24 +02:00
Akis Kesoglou
06c450e9a5
Fix missing import in os configure
...
Fixes #1028
Change-type: patch
2018-11-20 13:14:49 +02:00
Resin CI
67de638c76
v9.2.1
2018-11-19 16:15:29 +01:00
CameronDiver
c90b8eef97
Merge pull request #1026 from balena-io/case-insensitive-push
...
Add case-insensitive checking for application names in balena push
2018-11-19 16:13:17 +01:00
Cameron Diver
6ad4598e7e
Add case-insensitive checking for application names in balena push
...
The filter is added with an `as any`, as the typings dont yet support
using $eq and $ne.
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2018-11-19 12:49:00 +00:00
Resin CI
fd580083d5
v9.2.0
2018-11-16 19:14:15 +01:00
dfunckt
a0003c5f13
Merge pull request #1012 from balena-io/optional-os-version
...
Make specifying the version during configuration optional
2018-11-16 20:09:35 +02:00
Akis Kesoglou
8291c96e69
Make specifying the version during configuration optional
...
`version` used to be optional but it seems we recently had to make it a required parameter. However it really feels redundant when all it’s used for is to determine whether the command should issue a legacy user API key or a provisioning key.
This makes version optional but tries to figure it out by itself by reading os-release from the image's boot partition. This is not foul-proof however, and while it'll work with most recent images it won't work with all and in that case it'll bail out and only then warn the user to specify it via the --version argument.
Change-type: minor
2018-11-16 19:39:43 +02:00