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
josecoelho
439d8391ee
Improve error message for issues to access balena settings
...
Update balena-settings-storage from 6.0.1 to 7.0.0
Resolves : #1667
Change-type: patch
2020-12-15 20:14:54 +13:00
Balena CI
0d3ca63f00
v12.33.1
2020-12-11 18:44:05 +02:00
bulldozer-balena[bot]
1f3677bdb2
Merge pull request #2136 from balena-io/fix-preload-app-id
...
Fix preload command support for application IDs
2020-12-11 16:41:03 +00:00
Balena CI
10bca728f0
v12.33.0
2020-12-11 17:12:40 +02:00
bulldozer-balena[bot]
9763a14e97
Merge pull request #2135 from balena-io/add-orgs
...
Add orgs command
2020-12-11 15:10:13 +00:00
Scott Lowe
fe24280adf
Fix preload command support for application IDs
...
Change-type: patch
Resolves : #2063
Signed-off-by: Scott Lowe <scott@balena.io>
2020-12-11 13:54:31 +00:00
Scott Lowe
a11f9ec705
Add orgs command
...
Change-type: minor
Connects-to: #2119
Signed-off-by: Scott Lowe <scott@balena.io>
2020-12-11 12:48:44 +01:00
Balena CI
836ae1cf4a
v12.32.2
2020-12-11 03:11:16 +02:00
bulldozer-balena[bot]
b4d37e7a3a
Merge pull request #2133 from balena-io/apps-column-match-not-a-function
...
apps: Fix "column.match is not a function" when --verbose is used
2020-12-11 01:08:46 +00:00
Paulo Castro
055ad834e7
apps: Fix "column.match is not a function" when --verbose is used
...
Change-type: patch
2020-12-11 00:31:59 +00:00
Balena CI
d2cb88dfb8
v12.32.1
2020-12-11 02:30:10 +02:00
bulldozer-balena[bot]
d096743e78
Merge pull request #2130 from balena-io/ab77/onprem-refresh
...
Make balena-cli build on refreshed on-prem workers
2020-12-11 00:26:45 +00:00
Paulo Castro
511d0dbe26
Make balena-cli build on refreshed on-prem workers
...
* Fix 'balena ssh' test cases when using the Windows built-in ssh tool
* Fix Windows installer build in new balena CI workers (qqjs patch)
* Remove hardcoded path
Change-type: patch
2020-12-10 12:30:25 -08:00