Balena CI
d60ec13d5c
v12.38.4
2021-01-21 19:14:47 +02:00
bulldozer-balena[bot]
731e50a757
Merge pull request #2166 from balena-io/engines-less-than-13
...
Update supported Node.js version range in package.json (<13.0.0)
2021-01-21 17:11:55 +00:00
Paulo Castro
b363d28664
Update supported Node.js version range in package.json (<13.0.0)
...
Change-type: patch
2021-01-21 15:58:08 +00:00
Balena CI
7ae83d9ce5
tls: Use TLS for tunnel connection
...
Switch to using the exposed tunnelUrl and TLS for making
tunnels to the device, to improve security.
Change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
2021-01-20 21:18:23 +00:00
Balena CI
31281549a6
v12.38.3
2021-01-19 19:19:10 +02:00
bulldozer-balena[bot]
e86bcc438c
Merge pull request #2161 from balena-io/workaround-push-public
...
Handle 'push' edge case with application access
2021-01-19 17:17:31 +00:00
Scott Lowe
a1cf602f6f
Handle 'push' edge case with application access
...
Change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
2021-01-19 13:38:22 +01:00
Balena CI
4cd3ef8b91
v12.38.2
2021-01-19 10:22:20 +02:00
bulldozer-balena[bot]
e4eb4586f5
Merge pull request #2158 from balena-io/delete-travis-appveyor
...
Delete old config files for Travis and AppVeyor to avoid confusion
2021-01-19 08:20:37 +00:00
Balena CI
360c6e42f8
v12.38.1
2021-01-15 18:54:21 +02:00
bulldozer-balena[bot]
f76702c4e0
Merge pull request #2160 from balena-io/fix-errorhandler-strings
...
Fix handling of thrown strings
2021-01-15 16:52:14 +00:00
Scott Lowe
d3586696b4
Fix handling of thrown strings
...
Change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
2021-01-15 16:45:01 +01:00
Paulo Castro
f73e3db4de
Delete old config files for Travis and AppVeyor to avoid confusion
...
Change-type: patch
2021-01-15 14:05:16 +00:00
Balena CI
1f74889386
v12.38.0
2021-01-15 01:27:04 +02:00
bulldozer-balena[bot]
743de66138
Merge pull request #2154 from balena-io/add_release_tags_to_deploy
...
Add release-tag on deploy command
2021-01-14 23:24:51 +00:00
Marios Balamatsias
8d56fe9678
deploy: Add --release-tag flag
...
Now we can do:
`balena deploy myApp myApp/myImage --release-tag key1 value1`
Refactor and reuse the logic that parses and applies the
release tag options from the push command to the deploy
command.
Resolves : #892
Change-type: minor
Signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
2021-01-15 00:46:39 +02:00
Balena CI
3d9d8bf5c8
v12.37.2
2021-01-14 16:50:48 +02:00
bulldozer-balena[bot]
8c3df9ae30
Merge pull request #2153 from balena-io/america
...
docs: americanize the spelling of words in sourced markdown
2021-01-14 14:48:52 +00:00
Matthew McGinn
e71184ed3a
docs: americanize the spelling of words in sourced markdown
...
Change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
2021-01-13 10:12:24 -05:00
Balena CI
caadce6c2b
v12.37.1
2021-01-06 17:30:57 +02:00
bulldozer-balena[bot]
f45fac6138
Merge pull request #2148 from balena-io/remove-internal-scandevices
...
Refactor out command internal scandevices
2021-01-06 15:29:10 +00:00
Scott Lowe
aeff5997d0
Refactor out command internal scandevices
...
Change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
2021-01-06 15:00:18 +01:00
Balena CI
b5028c65cc
v12.37.0
2020-12-29 12:58:58 +02:00
bulldozer-balena[bot]
f69276e7c9
Merge pull request #2146 from balena-io/update-preload-10.4.1
...
Update preload 10.4.1
2020-12-29 10:56:43 +00:00
Alexis Svinartchouk
9fff9266d4
Add --additional-space flag to preload
...
Change-type: minor
2020-12-28 17:08:20 +01:00
Alexis Svinartchouk
0e7f953f72
Update balena-preload to 10.4.1
...
10.4.0 improves image size estimation
10.4.1 prevents running out of space while pulling images because of temporary files
Change-type: patch
2020-12-28 16:42:12 +01:00
Balena CI
61b11994b5
v12.36.1
2020-12-24 02:20:29 +02:00
bulldozer-balena[bot]
1e1935cfb1
Merge pull request #2144 from balena-io/orgs-push
...
Update push command for organizations
2020-12-24 00:18:38 +00:00
Scott Lowe
27e2b03702
Update push command for organizations
...
Change-type: patch
Connects-to: #2119
Signed-off-by: Scott Lowe <scott@balena.io>
2020-12-23 16:03:52 +01:00
Balena CI
358acbd2c8
v12.36.0
2020-12-23 09:36:42 +02:00
bulldozer-balena[bot]
b040a21268
Merge pull request #2138 from balena-io/add_tag_on_push
...
push: Add --release-tag flag
2020-12-23 07:35:03 +00:00
Marios Balamatsias
074fe010bd
errors: Make all exclusive flag errors expected
...
eg Don't report errors if during a push --release-tag
and --detached flags are used.
Change-type: minor
Signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
2020-12-22 17:10:10 +02:00
Marios Balamatsias
34557e35ee
push: Add --release-tag flag
...
You can have 0 or multiple keys without values,
if you use values then you should have as many
values as you have keys. If you don't want to set
a value for a key set its value to "" (bash, cmd.exe)
or '""' (powershell).
Connects-to: #892
Change-type: minor
Signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
2020-12-22 17:10:10 +02:00
Balena CI
3bff569758
v12.35.3
2020-12-21 13:18:38 +02:00
bulldozer-balena[bot]
cf06a8dfad
Merge pull request #2143 from balena-io/improve-id-disambiguation-tags
...
Improve id disambiguation for tag commands
2020-12-21 11:16:55 +00:00
Scott Lowe
584aa745f7
Improve id disambiguation for tag commands
...
Change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
2020-12-18 12:52:18 +01:00
Balena CI
194d12cb3d
v12.35.2
2020-12-18 11:44:48 +02:00
bulldozer-balena[bot]
7739379444
Merge pull request #2137 from balena-io/fix-balenadev-sigterm
...
Modify handling of SIGINT in balena-dev
2020-12-18 09:42:03 +00:00
Scott Lowe
5c93df921e
Modify handling of SIGINT in balena-dev
...
Change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
2020-12-18 10:19:55 +01:00
Balena CI
da652c6bce
v12.35.1
2020-12-17 17:06:38 +02:00
bulldozer-balena[bot]
1cd341e6cd
Merge pull request #2139 from balena-io/org-support-ssh-tunnel
...
Update commands ssh, tunnel to support orgs
2020-12-17 15:04:34 +00:00
Scott Lowe
9d2884aab7
Update commands ssh, tunnel to support orgs
...
Change-type: patch
Connects-to: #2119
Signed-off-by: Scott Lowe <scott@balena.io>
2020-12-17 13:01:53 +01:00
Balena CI
f128eaf389
v12.35.0
2020-12-15 17:46:38 +02:00
bulldozer-balena[bot]
70b0524eb6
Merge pull request #2131 from balena-io/update-app-command-info-for-orgs
...
Update various commands to support organizations
2020-12-15 15:44:12 +00:00
Scott Lowe
c898747468
Update various commands to support organizations
...
Change-type: minor
Connects-to: #2119
Signed-off-by: Scott Lowe <scott@balena.io>
2020-12-15 16:06:25 +01:00
Balena CI
6fc3b0df58
v12.34.0
2020-12-15 16:47:17 +02:00
bulldozer-balena[bot]
746676beb9
Merge pull request #2127 from balena-io/app-create-orgs
...
Add organizations support to app create command
2020-12-15 14:42:38 +00:00
Scott Lowe
611f59a0da
Add organizations support to app create command
...
Change-type: minor
Connects-to: #2119
Signed-off-by: Scott Lowe <scott@balena.io>
2020-12-15 14:58:17 +01:00
Balena CI
c6430274e5
v12.33.2
2020-12-15 09:40:26 +02:00
bulldozer-balena[bot]
9637f75617
Merge pull request #2050 from josecoelho/1667-permission-validation
...
Improve error message to access balena settings
2020-12-15 07:37:57 +00:00