Eugene Mirotin
378f894da3
v5.11.0
2017-06-19 01:16:04 +03:00
Eugene Mirotin
c891d690ec
update lockfile
2017-06-19 01:14:08 +03:00
Tim Perry
8efaec63ff
Merge pull request #559 from resin-io/558-absolute-qemu
...
Make emulated builds reliable in the presence for WORKDIR comands
2017-06-15 19:41:52 +02:00
Tim Perry
b756f2a597
Make emulated builds reliable in the presence for WORKDIR comands
...
Connects-To: #558
Change-Type: patch
2017-06-15 16:36:44 +02:00
Eugene Mirotin
c986e142e2
Merge pull request #548 from resin-io/462-noninteractive-device-init
...
non-interactive device init
2017-06-15 17:06:41 +03:00
Eugene Mirotin
8bdacbb11e
dedupe the shared options
2017-06-15 16:43:12 +03:00
Eugene Mirotin
d2a9aee685
improve available drives listing
...
make the config a path to the file and not the stringified JSON
2017-06-15 16:43:02 +03:00
Eugene Mirotin
77a4c6fdc2
move available-drives command to util
2017-06-15 16:43:02 +03:00
Eugene Mirotin
4d935d62fc
improve wording
2017-06-15 16:42:46 +03:00
Eugene Mirotin
e8b44d7250
Forced update to the newest resin-sdk
2017-06-15 16:40:46 +03:00
Eugene Mirotin
5c5cfde49f
automated init doc
2017-06-15 16:39:55 +03:00
Eugene Mirotin
97480d3aa4
Improve the supported device types listing
2017-06-15 16:39:55 +03:00
Eugene Mirotin
4ac8cb1003
rebuild docs
2017-06-15 16:39:55 +03:00
Eugene Mirotin
2e7e033bb9
allow prebuilding the device config and reusing it
2017-06-15 16:39:55 +03:00
Eugene Mirotin
9fb5b52069
update dependencies
2017-06-15 16:39:55 +03:00
Eugene Mirotin
ad940824a6
list detected drives with resin os available-drives
2017-06-15 16:39:55 +03:00
Eugene Mirotin
ed83514a2f
allow passing --drive to resin device init
2017-06-15 16:39:55 +03:00
Eugene Mirotin
8d91a5732a
tolerate the --yes param to device init
2017-06-15 16:39:55 +03:00
Eugene Mirotin
1cfe64e4a7
choose version during device init, and list versions with resin os versions
2017-06-15 16:39:55 +03:00
Eugene Mirotin
24388811ad
remove the user requirement for the supported devices list
2017-06-15 16:38:55 +03:00
Tim Perry
f465e74a87
Merge pull request #556 from resin-io/deploy-ux-improvements
...
Resin deploy ux improvements
2017-06-15 14:31:27 +02:00
Tim Perry
c8d51d92e7
Show a clear message immediately as the deploy starts, if we're deploying an image.
...
Change-Type: patch
2017-06-15 12:36:40 +02:00
Tim Perry
5a28d4c92f
Make cleanup reliable if a local build fails
2017-06-15 12:36:40 +02:00
Tim Perry
66a4faeea5
Small improvement to resin deploy docs
...
Change-Type: patch
2017-06-15 12:36:40 +02:00
Tim Perry
2fce0e964b
Merge pull request #554 from resin-io/549-gzip-image-deploy
...
Gzip images when deploying
2017-06-15 12:35:54 +02:00
Tim Perry
a29b40eefa
Move promise.spread to promise.join for clarity (from review)
2017-06-15 12:34:26 +02:00
Tim Perry
cf7bf2cb7d
Fix the gzip level for image uploads to a good perf/size balance
2017-06-15 12:01:22 +02:00
Tim Perry
df3c5ca07f
Gzip while streaming, rather than gzipping the buffer up front
...
Connects-To: #549
2017-06-15 12:01:22 +02:00
Tim Perry
e584dc43f7
Gzip images when uploading in resin deploy
...
Change-Type: minor
Connects-To: #549
2017-06-15 12:01:22 +02:00
Tim Perry
90a5b15dbc
Refactor docker stream buffering before start gzipping
2017-06-15 12:01:22 +02:00
Tim Perry
390332cd6c
Merge pull request #555 from resin-io/553-fix-qemu-path
...
Ensure emulated builds use the correct relative path to qemu
2017-06-15 12:00:58 +02:00
Tim Perry
37ec11bf25
Ensure emulated builds use the correct relative path to qemu
...
Change-Type: patch
Connects-To: #553
2017-06-14 20:50:24 +02:00
CameronDiver
08ce1abd20
Merge pull request #511 from resin-io/emulated-builds
...
Add emulated build option to resin build
2017-06-14 11:06:34 +01:00
Cameron Diver
f2862f7fe2
Add emulated build option to resin build
...
This commit adds the ability to run a Docker build for an architecture
which is not the host architecture, using qemu-linux-user. Currently
this is only supported for linux.
Added:
* Installation of qemu which supports propagated execve flags
* Copying of qemu binary into the build context
* Transposing the given Dockerfile to use the qemu binary
* Intercepting of the build stream, so the output looks *almost* exactly
the same.
Change-type: minor
Signed-off-by: Cameron Diver <cameron@resin.io>
2017-06-14 12:06:03 +01:00
Tim Perry
e0673c98fc
Remove leftover action/util build output
2017-06-09 03:24:34 +02:00
Eugene Mirotin
4ab67ed71d
changelog
2017-06-08 13:53:41 +03:00
Eugene Mirotin
5ea263ef2e
Add package-lock.json
2017-06-08 13:52:47 +03:00
Tim Perry
31419b399e
v5.10.2
2017-05-31 13:08:04 +01:00
Gergely Imreh
9e8b09010f
Merge pull request #540 from resin-io/args
...
resin build: fix mismatch in command line argument signature
2017-05-31 13:05:48 +01:00
Gergely Imreh
974be5cc13
resin build: fix mismatch in command line argument signature
...
The command line arg was taking `devicetype`, but the rest of the code
uses `deviceType`. Thus it was impossible to specify a device type
in practice to build a `Dockerfile.template`.
Change-type: patch
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
2017-05-30 10:34:32 +01:00
CameronDiver
ec386b807f
Merge pull request #518 from resin-io/485-update-interval
...
Change update check interval to once a day
2017-05-24 11:12:54 -07:00
Cameron Diver
abc183a729
Change update check interval to once a day
...
This gives the user enough notice to stay well updated, but won't spam
them if they're using resin-cli frequently.
Connects-to: #485
Change-type: patch
Signed-off-by: Cameron Diver <cameron@resin.io>
2017-05-23 17:29:23 -07:00
Tim Perry
e5ed6fab85
v5.10.1
2017-05-22 21:59:12 +02:00
Tim Perry
eb9152255e
Merge pull request #536 from resin-io/535-fix-local-ssh
...
Fix breaking bug in resin local ssh
2017-05-22 21:55:59 +02:00
Tim Perry
78ab47b584
Fix breaking bug in resin local ssh
2017-05-22 20:49:34 +02:00
Tim Perry
5b651c7821
v5.10.0
2017-05-22 15:44:28 +02:00
Tim Perry
95fc5d7785
Merge pull request #517 from resin-io/ssh-proxy
...
resin ssh proxy support
2017-05-22 13:04:49 +02:00
Eugene Mirotin
4d18e92686
changelog
2017-05-20 00:20:22 +03:00
Eugene Mirotin
2d729a82a0
fix valid-email path
2017-05-20 00:19:31 +03:00
Eugene Mirotin
4b5240d8cd
check for proxytunnel presence
2017-05-19 02:10:14 +03:00