bulldozer-balena[bot]
33fce1f24f
Merge pull request #2325 from balena-io/move-reduce-device-type-json
...
device move: Rely on the device type model to get the compatible apps
2021-09-07 15:26:20 +00:00
Balena CI
ab90a5f150
v12.48.6
2021-09-07 16:55:22 +03:00
bulldozer-balena[bot]
a8b2212fed
Merge pull request #2324 from balena-io/reduce-device-type-json
...
preload: Rely on the device type model to get the compatible apps
2021-09-07 13:53:31 +00:00
Thodoris Greasidis
6bb8df30dd
preload: Rely on the device type model to get the compatible apps
...
Connects-to: #2318
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2021-09-07 14:53:17 +03:00
Thodoris Greasidis
0327ed766d
device move: Improve types & reduce the number of API requests
...
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2021-09-07 11:43:35 +00:00
Balena CI
1009958340
v12.48.5
2021-09-07 14:12:24 +03:00
bulldozer-balena[bot]
5ce17ea70f
Merge pull request #2323 from balena-io/no-my_application
...
preload: Replace my_application query with the SDKs application.getAll()
2021-09-07 11:10:21 +00:00
Thodoris Greasidis
9c821511b1
device move: Rely on the device type model to get the compatible apps
...
Connects-to: #2318
Change-type: patch
See: https://www.flowdock.com/app/rulemotion/i-cli/threads/s6x4Z_LoH8IG4PC_YeXMC0TP6v-
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2021-09-07 07:53:02 +00:00
Thodoris Greasidis
d793335287
preload: Replace my_application query with the SDKs application.getAll()
...
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2021-09-07 02:09:39 +03:00
Balena CI
dc59b7e4b0
v12.48.4
2021-08-31 04:34:45 +03:00
bulldozer-balena[bot]
370b844538
Merge pull request #2316 from balena-io/os-download-no-device-types-v1
...
os download: Use the hostApps instead of the device-types/v1 endpoint
2021-08-31 01:32:58 +00:00
Balena CI
a8c2724929
v12.48.3
2021-08-31 04:03:14 +03:00
bulldozer-balena[bot]
09dd2dd354
Merge pull request #2317 from balena-io/balena-deploy-no-device-types-v1
...
balena deploy: Retrieve the cpu arch as part of the device type resource
2021-08-31 01:01:30 +00:00
Balena CI
f3ab41841a
v12.48.2
2021-08-31 02:23:23 +03:00
bulldozer-balena[bot]
3dee30a0fe
Merge pull request #2313 from balena-io/install-docs-20210822
...
Clarify installation instructions
2021-08-30 23:21:40 +00:00
Thodoris Greasidis
d34073f695
os download: Use the hostApps instead of the device-types/v1 endpoint
...
Connects-to: #2318
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2021-08-30 22:32:11 +00:00
Thodoris Greasidis
24fe6666e4
balena deploy: Retrieve the cpu arch as part of the device type resource
...
Connects-to: #2318
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2021-08-30 22:30:16 +00:00
Paulo Castro
3fd5981085
Clarify installation instructions
...
Change-type: patch
2021-08-29 02:08:53 +01:00
Balena CI
08ee8643cb
v12.48.1
2021-08-27 03:23:23 +03:00
bulldozer-balena[bot]
8db36ccec9
Merge pull request #2312 from balena-io/remove-exitWithExpectedError
...
build, deploy: Extend CTRL-C coverage on Windows (PowerShell, cmd.exe)
2021-08-27 00:21:24 +00:00
Paulo Castro
deb3e4c4ac
Improve error handling (remove most occurrences of process.exit())
...
Finally delete the deprecated exitWithExpectedError() function from
'lib/errors.ts'.
Change-type: patch
2021-08-27 00:53:21 +01:00
Paulo Castro
a8ff21af69
build, deploy: Extend CTRL-C coverage on Windows (PowerShell, cmd.exe)
...
Before this commit, `balena build` and `balena deploy` would almost
never respect CTRL-C on Windows (PowerShell, cmd.exe). Now CTRL-C
is respected over a large extent of runtime and, if CTRL-C is hit
while images are being uploaded (`balena deploy`), the release status
is correctly set to 'failed'.
Change-type: patch
2021-08-27 00:53:21 +01:00
Balena CI
4c54d6c171
v12.48.0
2021-08-26 18:38:44 +03:00
bulldozer-balena[bot]
83f213c007
Merge pull request #2274 from balena-io/deploy-release-versioning
...
Add balena.yml handling to `balena deploy` release creation
2021-08-26 15:36:59 +00:00
Paulo Castro
d0cdc900a2
Add contract contents at release creation time
...
Change-type: patch
2021-08-26 16:11:23 +01:00
toochevere
9937b91606
Documentation update with debugging notes
...
Signed-off-by: Paul Jonathan <pj@balena.io>
2021-08-26 00:34:54 +00:00
toochevere
972c2470c5
Fix env variable to avoid test failures
...
Signed-off-by: Paul Jonathan <pj@balena.io>
Change-type: patch
2021-08-25 17:01:22 +00:00
toochevere
7d568a928b
Add balena.yml handling and --draft
to balena deploy
release creation
...
This change allows use of a contract and release semver when doing a push,
and is part of the larger feature to use the builder as part of a CI/CD pipeline.
Change-type: minor
Signed-off-by: Paul Jonathan <pj@balena.io>
2021-08-25 17:01:17 +00:00
Balena CI
2331e0a3e5
v12.47.0
2021-08-20 02:15:13 +03:00
bulldozer-balena[bot]
cb9b6be24b
Merge pull request #2309 from balena-io/warn-deprecation-policy
...
Add deprecation policy checker and --unsupported global flag
2021-08-19 23:13:25 +00:00
Paulo Castro
c2d3eee7cc
Add deprecation policy checker and --unsupported global flag
...
Change-type: minor
2021-08-19 23:17:31 +01:00
Balena CI
d8b08f7272
v12.46.2
2021-08-17 02:27:23 +03:00
bulldozer-balena[bot]
819bdac354
Merge pull request #2308 from balena-io/bump-sdk-15.48.0
...
Update dependencies (balena-sdk from v15.36.0 to v15.48.0)
2021-08-16 23:25:22 +00:00
Paulo Castro
318de8f017
Update dependencies (balena-sdk from v15.36.0 to v15.48.0)
...
Update balena-sdk from 15.36.0 to 15.48.0
Change-type: patch
2021-08-16 23:33:44 +01:00
Balena CI
2b0341e12a
v12.46.1
2021-08-16 18:08:37 +03:00
bulldozer-balena[bot]
21f7463607
Merge pull request #2303 from balena-io/preload-custom-dind
...
preload: Restore support for armv7 with custom preload image
2021-08-16 15:06:32 +00:00
Kyle Harding
19fd3094d1
preload: Restore support for armv7 with custom preload image
...
Update balena-preload from 10.4.20 to 10.5.0
Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
2021-08-16 09:29:14 -04:00
Balena CI
7c4974f4f5
v12.46.0
2021-08-15 20:09:40 +03:00
bulldozer-balena[bot]
3b56ed278e
Merge pull request #2270 from balena-io/allow-draft-releases
...
Add `--draft` option to `balena push`
2021-08-15 17:07:36 +00:00
Felipe Lalanne
254ef1c8cf
Add --draft
option to balena push
...
This change will allow to build releases as draft and have them being
set as final at a later stage. This change is part of a larger feature towards
using the builder as part of CI/CD pipelines.
Depends-on: https://github.com/balena-io/balena-builder/pull/868
Change-type: minor
2021-08-15 16:43:01 +00:00
Balena CI
d11f49e0f8
v12.45.2
2021-08-14 03:23:04 +03:00
bulldozer-balena[bot]
48d7d0ef5e
Merge pull request #2305 from balena-io/performResolution-error-handling
...
push, build: Improve error handling (identify which service failed)
2021-08-14 00:21:11 +00:00
Paulo Castro
c7bbbc4159
push, build: Improve error handling (identify which service failed)
...
Change-type: patch
2021-08-13 17:11:48 +01:00
Balena CI
d2fabcaf30
v12.45.1
2021-08-11 17:27:05 +03:00
bulldozer-balena[bot]
e137c2aed2
Merge pull request #2307 from balena-io/2306-env-add-app-is-ambiguous
...
envs, env add: Fix "Application is ambiguous" when using device UUID
2021-08-11 14:25:21 +00:00
Paulo Castro
58704b08d3
envs, env add: Fix "Application is ambiguous" when using device UUID
...
Change-type: patch
2021-08-11 02:00:35 +01:00
Balena CI
485a9e944f
v12.45.0
2021-08-09 19:35:52 +03:00
bulldozer-balena[bot]
1d7a50f007
Merge pull request #2304 from balena-io/fleet-renamathon
...
Rename applications to fleets (stage 1)
2021-08-09 16:34:07 +00:00
Paulo Castro
64a44e7a5f
Rename applications to fleets (stage 1). See: https://git.io/JRuZr
...
- Add fleet(s) commands and -f, --fleet flags as aliases to the app(s)
commands and -a, --app, --application flags.
- Conditionally rename column/row headers and JSON object properties
from 'application' to 'fleet', with some variations.
- Print warning messages regarding the renaming, provided that stderr
is attached to an interactive terminal.
Change-type: minor
Resolves : #2302
2021-08-09 12:12:03 +01:00
Balena CI
c3406603db
v12.44.29
2021-07-27 16:49:35 +03:00