Commit Graph

1721 Commits

Author SHA1 Message Date
balenaCI
a1f25809cb
v16.6.2 2023-06-29 12:27:14 +00:00
balenaCI
72c57608d5
v16.6.1 2023-06-28 12:47:56 +00:00
myarmolinsky
10b5af6967 Drop electron-notarize dependency in favor of @electron/notarize
Change-type: patch
2023-06-28 08:01:39 -04:00
balenaCI
51c050c725
v16.6.0 2023-06-26 13:05:11 +00:00
balenaCI
1a77d86347
v16.5.2 2023-06-09 16:03:10 +00:00
balenaCI
af27cf2cbe
v16.5.1 2023-06-02 06:30:00 +00:00
Thodoris Greasidis
abd73b805b Update TypeScript to 5.1.3
Change-type: patch
2023-06-01 21:58:34 +03:00
balenaCI
37bfd4db98
v16.5.0 2023-05-25 16:45:02 +00:00
balenaCI
1341413966
v16.4.0 2023-05-25 15:53:23 +00:00
balenaCI
3a143fe413
v16.3.0 2023-05-25 15:06:39 +00:00
balenaCI
c3a8a905f7
v16.2.7 2023-05-24 12:04:59 +00:00
balenaCI
81f4aae7d2
v16.2.6 2023-05-24 11:17:30 +00:00
balenaCI
ba1f17d537
v16.2.5 2023-05-24 10:30:21 +00:00
Thodoris Greasidis
0a25bec010 Fix device int & os initialize failing to initialize the drive list
Resolves: #2627
Change-type: patch
2023-05-24 12:47:06 +03:00
balenaCI
01e765e670
v16.2.4 2023-05-23 20:31:27 +00:00
balenaCI
b6c7fb82c3
v16.2.3 2023-05-23 19:46:47 +00:00
balenaCI
98e91c0607
v16.2.2 2023-05-23 14:02:36 +00:00
balenaCI
da30623e4e
v16.2.1 2023-05-23 12:28:25 +00:00
Thodoris Greasidis
d9651c7393 Update balena-settings-client to 5.0.2
Change-type: patch
2023-05-23 13:22:38 +03:00
Thodoris Greasidis
e371b1e759 Update balena-preload & balena-image-manager
Update balena-image-manager from 8.0.1 to 9.0.0
Update balena-preload from 13.0.0 to 14.0.0

Change-type: patch
2023-05-23 13:22:38 +03:00
Thodoris Greasidis
77cf4af166 Update balena-sdk to 17.0.0
Update balena-sdk from 16.45.1 to 17.0.0

Change-type: patch
2023-05-23 13:22:38 +03:00
balenaCI
9d197317ca
v16.2.0 2023-05-19 18:11:57 +00:00
Alex Gonzalez
ba26d3204d package.json: Update balena-sdk to 16.44.2
Update balena-sdk from 16.40.0 to 16.44.2

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
2023-05-19 18:10:00 +02:00
balenaCI
632296a271
v16.1.0 2023-05-16 18:26:10 +00:00
balenaCI
a0a97c5f40
v16.0.0 2023-05-16 00:02:37 +00:00
Felipe Lalanne
281f8abb9a Update etcher-sdk to v8.5.3
This removes the dependency on our custom fork of [node-usb](https://github.com/balena-io-modules/node-usb)
and uses the maintained building method of the official node-usb repo

Change-type: patch
2023-05-11 18:10:52 -04:00
Felipe Lalanne
2cf2918d73 Update vercel/pkg to v5.8.1
This seems to be needed to build the binaries for node v16 since earlier
versions failed with

```
Error: Could not detect abi for version 16.13.0 and runtime node.  Updating "node-abi" might help solve this issue if it is a new release of node
```

Change-type: patch
2023-05-11 17:49:49 -04:00
Felipe Lalanne
7dfb7474f5 Update to Node 16
This also drops support for Node 14

Change-type: major
2023-05-11 17:49:37 -04:00
balenaCI
6ee0b48c9a
v15.2.3 2023-05-03 20:03:49 +00:00
balenaCI
5545883c3f
v15.2.2 2023-04-28 16:16:44 +00:00
balenaCI
69249b3139
v15.2.1 2023-04-28 09:25:50 +00:00
balenaCI
e8bc43dc64
v15.2.0 2023-04-05 13:09:24 +00:00
Thodoris Greasidis
c1017e8e27 Add support for device restarts in open-balena
Update balena-sdk from 16.28.2 to 16.40.0

Change-type: minor
2023-04-05 12:57:33 +03:00
balenaCI
7ad9e685f6
v15.1.3 2023-04-05 08:06:56 +00:00
Thodoris Greasidis
b98047cacf devices supported: Fix showing types without a valid & finalized release
Update balena-sdk from 16.28.0 to 16.28.2

Resolves: #2524
Change-type: patch
2023-04-05 10:19:39 +03:00
balenaCI
03ace6e4b2
v15.1.2 2023-03-27 15:14:47 +00:00
Thodoris Greasidis
174312977a Improve type checking by using the satisfies operator
Change-type: patch
2023-03-27 16:39:09 +03:00
balenaCI
963d9af817
v15.1.1 2023-03-17 10:20:03 +00:00
Thodoris Greasidis
1cd9fbf6a0 Update TypeScript to 5.0.2
Change-type: patch
2023-03-16 20:53:08 +02:00
balenaCI
72639e9e59
v15.1.0 2023-03-14 20:19:08 +00:00
Kyle Harding
564716faa7
Update balena-compose to v2.2.1
Update balena-compose from 2.1.1 to 2.2.1

Change-type: minor
Signed-off-by: Kyle Harding <kyle@balena.io>
2023-03-14 14:59:52 -04:00
balenaCI
3e5b4457c2
v15.0.6 2023-03-13 14:03:48 +00:00
balenaCI
adff0f2a0a
v15.0.5 2023-03-10 16:25:40 +00:00
balenaCI
b0cae93ac9
v15.0.4 2023-02-21 07:24:19 +00:00
balenaCI
8a84d9d792
v15.0.3 2023-01-18 16:16:39 +00:00
balenaCI
8714830b48
v15.0.2 2023-01-14 07:35:13 +00:00
balenaCI
e65dc82cfe
v15.0.1 2023-01-10 13:43:24 +00:00
Felipe Lalanne
b11c7157d3 Update to node 14 2023-01-03 16:04:24 -03:00
balenaCI
cfc6b3ce9e
v15.0.0 2023-01-02 15:21:59 +00:00
JOASSART Edwin
40a0941ca3 preload: Drops ability to preload Intel Edison (EOL 2017)
Upgrade balena-preload from 12.2.0 to 13.0.0

Change-type: major
Signed-off-by: Edwin Joassart <edwin.joassart@balena.io>
2023-01-02 15:34:32 +01:00
balenaCI
0ab4760272
v14.5.18 2022-12-29 07:20:50 +00:00
balenaCI
3328f40416
v14.5.17 2022-12-28 23:56:12 +00:00
Thodoris Greasidis
2fd0ca6a02 Stop using the deprecated balena-sync module
Change-type: patch
2022-12-29 01:05:51 +02:00
balenaCI
173028fd0d
v14.5.16 2022-12-28 23:01:25 +00:00
balenaCI
8244636bf2
v14.5.15 2022-12-12 13:41:15 +00:00
Edwin Joassart
ca637b3fb6
patch: update balena-preload to 12.2.0 2022-12-12 13:16:22 +01:00
balenaCI
006293bd01
v14.5.14 2022-12-11 21:46:38 +00:00
balenaCI
662b8283a6
v14.5.13 2022-12-08 14:00:28 +00:00
balenaCI
8aa9c62afd
v14.5.12 2022-11-21 18:46:49 +00:00
balenaCI
669cbe227f
v14.5.11 2022-11-17 18:32:48 +00:00
balenaCI
d3018f9061
v14.5.10 2022-11-11 11:24:21 +00:00
balenaCI
3bb0036ba8
v14.5.9 2022-11-11 00:49:26 +00:00
balenaCI
c5d2aa7eec
v14.5.8 2022-11-10 23:32:21 +00:00
balenaCI
d1a0660a3d
v14.5.7 2022-11-10 22:19:22 +00:00
balenaCI
97b8c75043
v14.5.6 2022-11-10 21:07:35 +00:00
balenaCI
4899d545f1
v14.5.5 2022-11-10 20:07:12 +00:00
balenaCI
9c4174ea8a
v14.5.4 2022-11-10 18:31:21 +00:00
balenaCI
ac3ebff8ee
v14.5.3 2022-11-10 17:20:19 +00:00
ab77
19144163ee
Switch to Flowzone
Change-type: patch
2022-11-08 20:56:47 -08:00
Balena CI
535ffccbad v14.5.2 2022-10-21 20:15:35 +03:00
Balena CI
807e6ea2ad v14.5.1 2022-10-21 15:48:13 +03:00
dependabot[bot]
3c2c925eed Bump parse-link-header from 1.0.1 to 2.0.0
Bumps [parse-link-header](https://github.com/thlorenz/parse-link-header) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/thlorenz/parse-link-header/releases)
- [Commits](https://github.com/thlorenz/parse-link-header/compare/v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: parse-link-header
  dependency-type: direct:development
...

Change-type: patch
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 20:10:53 +03:00
Balena CI
14b54be15e v14.5.0 2022-10-18 15:17:13 +03:00
Balena CI
1cba0284df v14.4.4 2022-10-18 13:36:52 +03:00
Thodoris Greasidis
7033075900 Update simple-git to 3.14.1
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2022-10-18 09:45:24 +03:00
Thodoris Greasidis
ded268ff3c automation/check-doc: Convert to typescript 2022-10-18 09:45:24 +03:00
Balena CI
507c8a1bfd v14.4.3 2022-10-18 00:24:29 +03:00
Balena CI
83020797b0 v14.4.2 2022-10-17 21:15:25 +03:00
Balena CI
a2823fd3ec v14.4.1 2022-10-12 18:19:30 +03:00
Balena CI
e96ef6697e v14.4.0 2022-10-12 16:37:05 +03:00
Thodoris Greasidis
f99244603a Update balena-sdk to 16.28.0
Update balena-sdk from 16.22.0 to 16.28.0

Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2022-10-12 11:15:00 +03:00
Balena CI
523c0af0fb v14.3.1 2022-09-06 08:49:41 -04:00
Balena CI
cf3e8ff909 v14.3.0 2022-08-17 15:26:40 +03:00
Balena CI
18f83092fe v14.2.0 2022-08-16 23:32:01 +03:00
Balena CI
5c8f78678b v14.1.0 2022-08-04 17:52:53 +04:00
Balena CI
d28847d5aa v14.0.0 2022-08-02 19:08:30 +04:00
Balena CI
26aae0afab v13.10.1 2022-08-02 02:07:46 +04:00
Thodoris Greasidis
73c487c2f5 Fix balena deploy missing dependency error
Resolves: #2515
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2022-08-01 19:35:07 +03:00
Balena CI
264cd94be5 v13.10.0 2022-07-20 12:25:47 +00:00
Balena CI
3ce2653881 v13.9.0 2022-07-19 12:03:18 +03:00
Akis Kesoglou
c7f56d92dd Switch to balena-compose
Removes a bunch of individual dependencies by switching to `@balena/compose` which (currently) groups and manages those dependencies together in one package.

Change-type: minor
2022-07-14 13:05:21 +00:00
Balena CI
21ded85c7a v13.8.0 2022-07-18 22:55:10 +03:00
Balena CI
a92f58134f v13.7.1 2022-07-13 10:50:45 +03:00
Thodoris Greasidis
88f4a3d88e os download: Fix resolving to draft releases
Resolves: #2462
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2022-07-13 10:14:30 +03:00
Balena CI
f6d668684a v13.7.0 2022-07-07 11:01:22 +03:00
Balena CI
f55dd81a19 v13.6.1 2022-06-13 21:40:58 +03:00
Thodoris Greasidis
6a8dfcc664 Update balena-sdk to use the native OS release phase & variant fields
Update balena-sdk from 16.20.4 to 16.22.0

Change-type: patch
2022-06-09 17:51:55 +03:00
Balena CI
59e35d866f v13.6.0 2022-06-07 17:44:48 +03:00
Balena CI
a6b461ba91 v13.5.3 2022-05-31 13:31:31 +03:00
Balena CI
30b9d9141d v13.5.2 2022-05-31 12:34:18 +03:00
Balena CI
600457de61 v13.5.1 2022-05-27 02:21:54 +03:00
pipex
eb45ae2a30 preload: Fix issue where balenaOS v2.98.3+ required an Internet connection to start apps
Devices with a v13+ supervisor will fail to start preloaded apps with a
v2 target state format if connectivity is not available since migration
of apps.json is not possible without API access.

This enables support for preloading v3 target state format in
images with supervisor v13 or above.

Change-type: patch
2022-05-26 20:48:07 +00:00
Balena CI
2eaf70bff3 v13.5.0 2022-05-25 15:01:45 +03:00
Nitish Agarwal
c4990f3a26 Update balena-sdk to 16.20.4
Update balena-sdk from 16.9.0 to 16.20.4

Change-type: patch
2022-05-24 21:53:12 +05:30
Balena CI
3d90aeb122 v13.4.3 2022-05-19 21:10:42 +03:00
Pagan Gazzard
ee668a4c5c Update docker-progress to 5.1.3
Update docker-progress from 5.0.1 to 5.1.3

Change-type: patch
2022-05-18 15:01:27 +01:00
Balena CI
ead4dbfab1 v13.4.2 2022-05-10 21:02:45 +03:00
Kyle Harding
2b2c40c22d
preload: Fix detection of supervisor version for balenaOS v2.93.0
Update balena-preload from 12.0.0 to 12.0.1

Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
2022-05-10 11:29:14 -04:00
Balena CI
ba3a3865b5 v13.4.1 2022-04-29 04:45:30 +03:00
Balena CI
6d6065ddf5 v13.4.0 2022-04-11 17:18:27 +03:00
Thodoris Greasidis
d2c77760b3 deploy: Support all valid semver versions in balena.yml
Resolves: #2337
Change-type: minor
Depends-on: https://github.com/balena-io/open-balena-api/pull/982
Depends-on: https://github.com/balena-io/balena-api/pull/3584
See: https://jel.ly.fish/product-improvement-draft-releases-and-release-versioning-d0391f45-c2f9-4f4e-b964-1a7e9023a3f4
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2022-04-08 18:16:45 +03:00
Balena CI
7496710c85 v13.3.3 2022-04-08 14:39:33 +03:00
Balena CI
3572cb3cd6 v13.3.2 2022-04-07 13:25:31 +03:00
Paulo Castro
9185eaa2b7 build: Ensure HTTPS is used with dockerPort 2376 or with ca/cert/key
Change-type: patch
2022-04-07 00:14:03 +01:00
Balena CI
ff3abe1fba v13.3.1 2022-03-08 22:33:20 +02:00
Balena CI
6589589bee v13.3.0 2022-03-01 00:35:10 +02:00
Balena CI
7e4f4392e9 v13.2.1 2022-02-24 23:45:39 +02:00
Balena CI
ec26433925 v13.2.0 2022-02-18 23:40:57 +02:00
Balena CI
d2330f9ed1 v13.1.13 2022-02-10 14:29:18 +02:00
Balena CI
ed5ac75a10 v13.1.12 2022-02-09 09:24:17 +02:00
Thodoris Greasidis
31eb734af1 Update balena-preload to v12
Update balena-preload from 11.0.0 to 12.0.0

Change-type: patch
Changelog-entry: preload: Stop using the deprecated /device-types/v1 API endpoints
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
2022-01-27 19:27:58 +02:00
Balena CI
fa7b59d64f v13.1.11 2022-01-20 01:55:52 +02:00
Paulo Castro
c0f27a663d chore: Update @types/node to v12.20.42
Change-type: patch
2022-01-19 22:48:46 +00:00
Balena CI
d1c61c62ab v13.1.10 2022-01-16 21:29:44 +02:00
Paulo Castro
f5d09a43cd Update docs and package.json re min Node.js supported version (12.8.0)
Resolves: #2445
Change-type: patch
2022-01-16 18:44:45 +00:00
Balena CI
d11e547e11 v13.1.9 2022-01-14 03:00:53 +02:00
Scott Lowe
f633c0468b Update packages in response to colors package issues
Change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
2022-01-12 22:12:06 +01:00
Balena CI
e4f61a1242 v13.1.8 2022-01-11 03:28:31 +02:00
Paulo Castro
6b9a5cd89c local push: Fix "invalid character '/' looking for beginning of value"
Change-type: patch
2022-01-11 00:15:10 +00:00
Balena CI
58799915a9 v13.1.7 2022-01-06 19:29:35 +02:00
Pagan Gazzard
879d98ef98 Update to pkg 5
Change-type: patch
2022-01-04 16:31:08 +00:00
Balena CI
8d6e51391c v13.1.6 2022-01-04 18:53:40 +02:00
Balena CI
7ca4d2d720 v13.1.5 2022-01-04 17:34:55 +02:00
Pagan Gazzard
33f7fa3829 Build: switch from using inline-source via gulp to using it directly
Change-type: patch
2022-01-04 15:03:05 +00:00
Balena CI
3d516e7c5f v13.1.4 2022-01-04 13:25:57 +02:00
Pagan Gazzard
008972b3d3 Update pkg
Change-type: patch
2022-01-03 17:35:13 +00:00
Balena CI
92b86330a0 v13.1.3 2022-01-03 18:52:42 +02:00
Pagan Gazzard
1d4b949cf3 Convert lib/utils/deploy-legacy to typescript
Change-type: patch
2022-01-03 16:10:17 +00:00
Balena CI
d17e02a930 v13.1.2 2022-01-03 18:03:55 +02:00
Balena CI
a80f676804 v13.1.1 2021-12-30 15:08:14 +02:00
Pagan Gazzard
e27a4e2e31 Update dependencies
Update docker-progress from 5.0.0 to 5.0.1

Change-type: patch
2021-12-30 12:36:12 +00:00
Balena CI
b91b72c408 v13.1.0 2021-12-29 16:47:51 +02:00
Paulo Castro
6f81053882 device os-update: Add support for unified dev/prod balenaOS releases
Update balena-sdk from 16.8.1 to 16.9.0

Change-type: minor
2021-12-24 23:52:57 +00:00
Balena CI
dbd8a9a08c v13.0.2 2021-12-24 20:12:14 +02:00
Pagan Gazzard
acd352cb3c Update oclif
Change-type: patch
2021-12-24 17:20:50 +00:00
Balena CI
31f927c27c v13.0.1 2021-12-24 18:58:28 +02:00
Paulo Castro
398175f0b3 Update balena-sdk to v16.8.1
Update balena-sdk from 16.8.0 to 16.8.1

Change-type: patch
2021-12-24 14:45:12 +00:00
Balena CI
2fb9c6c773 v13.0.0 2021-12-23 21:48:02 +02:00
Paulo Castro
84f02dc063 Update balena-sdk to v16.8.0
Update balena-sdk from 15.51.1 to 16.8.0

Change-type: patch
2021-12-23 18:40:05 +00:00
Paulo Castro
73572df7cf build/deploy/push: Remove deprecated '--[no]gitignore' option
Change-type: major
2021-12-23 15:34:08 +00:00