Resin CI
dfd98efe8b
v9.12.0
2019-01-22 15:02:07 +01:00
Alexis Svinartchouk
a8de833c43
Merge pull request #1083 from balena-io/dont-offer-to-disable-automatic-updates-when-device-is-pinned
...
Don't offer to disable automatic application updates when using pinning
2019-01-22 15:00:21 +01:00
Alexis Svinartchouk
3bff748fbe
Don't offer to disable automatic application updates when using pinning
...
--pin-device-to-release disables the automatic updates disabling
message.
Change-type: minor
2019-01-22 14:44:16 +01:00
Resin CI
8adf66512b
v9.11.2
2019-01-18 01:39:02 +01:00
Paulo Castro
d4313e6f95
Merge pull request #1079 from balena-io/692-local-flash-zip-img-doc
...
Update 'balena help local flash' documentation re zipped images
2019-01-18 00:37:48 +00:00
Paulo Castro
24fdfc9aef
Update 'balena help local flash' documentation re zipped images
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-01-17 17:52:28 +00:00
Resin CI
e5f454bac3
v9.11.1
2019-01-16 20:56:29 +01:00
Paulo Castro
ca9ce5ed16
Merge pull request #1077 from balena-io/733-typescript-migration-notice
...
typescript: Add TypeScript migration notice to README file
2019-01-16 19:54:59 +00:00
Paulo Castro
2087622bd6
typescript: Add TypeScript migration notice to README file
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-01-16 17:45:01 +00:00
Resin CI
a651e27a20
v9.11.0
2019-01-16 15:13:33 +01:00
Alexis Svinartchouk
0fd0b6e1fd
Merge pull request #1078 from balena-io/flash-compressed-images
...
Support compressed images in `balena local flash`
2019-01-16 15:12:03 +01:00
Alexis Svinartchouk
c63569d592
Support compressed images in balena local flash
...
Change-type: minor
2019-01-16 14:56:31 +01:00
Resin CI
7b7d00c642
v9.10.1
2019-01-15 21:37:37 +01:00
xginn8
9e27889f91
Merge pull request #1056 from balena-io/typo
...
Fix up small docs typo
2019-01-15 15:36:19 -05:00
xginn8
8bbb1966a4
Merge branch 'master' into typo
2019-01-15 14:27:02 -05:00
Resin CI
5d00e295fd
v9.10.0
2019-01-14 13:58:32 +01:00
Page-
0d4a2b65a0
Merge pull request #1071 from balena-io/fast-boot
...
Improve startup time by adding fast-boot
2019-01-14 12:57:12 +00:00
Shaun Mulligan
2ba53649bd
Improve startup time by adding fast-boot
...
Change-type: minor
Signed-off-by: Shaun Mulligan <shaun@balena.io>
2019-01-14 12:43:51 +00:00
Resin CI
31f4af721d
v9.9.4
2019-01-14 12:20:58 +01:00
Page-
ce734ba783
Merge pull request #1073 from balena-io/lazy-load-sdk
...
Lazy load the sdk as much as possible
2019-01-14 11:19:24 +00:00
Pagan Gazzard
77196746b3
Lazy load the sdk as much as possible
...
Change-type: patch
2019-01-13 18:03:06 +00:00
Resin CI
99650ab732
v9.9.3
2019-01-13 15:17:19 +01:00
Page-
96b7d4a15d
Merge pull request #1074 from balena-io/lazy-load-docker-toolbelt
...
Lazy-load docker-toolbelt
2019-01-13 14:15:50 +00:00
Pagan Gazzard
ce1aff1557
Lazy-load docker-toolbelt
...
Change-type: patch
2019-01-13 13:43:21 +00:00
Shaun Mulligan
9d5949e9d1
Merge branch 'master' into typo
2019-01-13 12:15:00 +01:00
Resin CI
3ca681a4a6
v9.9.2
2019-01-11 19:49:35 +01:00
Page-
49449e42be
Merge pull request #1072 from balena-io/lazy-load-patterns
...
Lazy-load resin-cli-form and resin-cli-visuals to speed up startup
2019-01-11 18:48:05 +00:00
Pagan Gazzard
dad3167f16
Lazy-load drive list
2019-01-11 18:36:13 +00:00
Pagan Gazzard
3cc632fbbb
Lazy-load etcher-sdk to speed up startup
...
Change-type: patch
2019-01-11 18:29:58 +00:00
Pagan Gazzard
f780d47198
Lazy-load resin-cli-form and resin-cli-visuals to speed up startup
...
Change-type: patch
2019-01-11 18:11:32 +00:00
Resin CI
e0bd6b9d4e
v9.9.1
2019-01-11 18:23:33 +01:00
Alexis Svinartchouk
5cf0f7030d
Merge pull request #1052 from balena-io/update-local-flash-action
...
Update "local flash" and "util available-drives" actions
2019-01-11 18:22:04 +01:00
Alexis Svinartchouk
77b763a88f
Update util available-drives action
...
* switch from coffeescript to typescript
* use etcher-sdk instead of drivelist
Change-Type: patch
2019-01-11 17:56:34 +01:00
Alexis Svinartchouk
f9390ceb10
Update lib/actions/local/flash.coffee
...
* switch to typescript
* replace etcher-image-stream with etcher-sdk
Change-type: patch
2019-01-11 17:56:34 +01:00
Resin CI
bc41ff0540
v9.9.0
2019-01-10 14:52:32 +01:00
xginn8
54e91eb074
Merge pull request #1057 from balena-io/access_old_repos
...
Request access to previously pushed release via `balena deploy`
2019-01-10 08:50:32 -05:00
Matthew McGinn
a42a1a97ba
Request access to previously pushed release via balena deploy
...
This access is used to cross mount the old layers, rather than
reuploading the layers each time.
Connects-to: #1045
Change-type: minor
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
2019-01-10 08:27:53 -05:00
Resin CI
f3d5e26e1e
v9.8.0
2019-01-07 19:45:17 +01:00
Trevor Sullivan
99eae385b8
Merge pull request #1059 from balena-io/balena-cli-docs-deps
...
Moving docs from PR #1055
2019-01-07 10:43:52 -08:00
Trevor Sullivan
f6d67b94f3
Escape backticks in JS template literal
...
Escape backticks in JS template literal
Change-type: minor
Signed-off-by: Trevor Sullivan <trevor@balena.io>
2019-01-01 08:53:09 -08:00
Trevor Sullivan
2d9bb2130e
Moving docs from PR #1055
...
Added documentation about the dependencies required to build balena-cli
Change-type: minor
Signed-off-by: Trevor Sullivan <trevor@balena.io>
2018-12-31 11:58:33 -08:00
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