Commit Graph

4978 Commits

Author SHA1 Message Date
5b7bc8a870 v12.5.12 v12.5.12 2021-04-21 02:01:06 +03:00
52279a9e84 Merge pull request #1665 from balena-os/dependabot/npm_and_yarn/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2
2021-04-20 22:57:56 +00:00
ae8dc8ff22 Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Change-type: patch
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-20 18:46:53 -04:00
6ca9507beb balena-supervisor: replace references to resin-vars
Replace all references to the 'resin-vars' script with
'balena-config-vars' as it has been renamed. Add a conditional
test for compatibility with legacy systems.

Change-type: patch
Changelog-entry: balena-supervisor: replace references to resin-vars
Signed-off-by: Mark Corbin <mark@balena.io>
2021-04-20 09:58:04 +00:00
fd06c06092 Update supervisor to typescript 4
Change-type: patch
2021-04-19 15:18:21 +00:00
2b30ce3b49 v12.5.11 v12.5.11 2021-04-16 03:02:26 +03:00
fc5ac75171 Merge pull request #1659 from balena-os/remove-nuc-from-extra-uenv
Refactor extra_uEnv to not match with intel nuc
2021-04-15 23:57:17 +00:00
e6eda0fca7 Refactor extra_uEnv to not match with intel nuc
Change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
2021-04-14 01:20:26 -04:00
5a7511b1a2 v12.5.10 v12.5.10 2021-04-13 01:04:59 +03:00
192589d19e Merge pull request #1655 from balena-os/vipul/fix-getcpuid
patch: Fix substring end parameter to get accurate CPU ID
2021-04-12 22:01:44 +00:00
50a2f3d313 patch: Fix the sysInfo.getCpuId() test
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
2021-04-13 03:19:46 +05:30
d058f43feb patch: Fix substring end parameter for accurate CPU ID
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
2021-04-13 03:18:56 +05:30
14efec2c7d v12.5.9 v12.5.9 2021-04-10 01:44:44 +03:00
0acfd4809f Merge pull request #1656 from balena-os/1648-ipam-validation
Fix broken IPAM network validation
2021-04-09 22:42:37 +00:00
fdb37191e7 Fix broken IPAM network validation
Network validaton was failing to identify a bad IPAM network
configuration leading to supervisor failures (see #1618)

Change-type: patch
Closes: #1618
2021-04-09 17:49:09 -04:00
d0762298a5 Update mocha options for recursive test lookup
Mocha will now recursively lookup *.spec.ts files under the `test/` folder
2021-04-09 13:02:29 -04:00
6c0df43f1a v12.5.8 v12.5.8 2021-04-09 16:29:30 +03:00
c434e54a8e Merge pull request #1651 from balena-os/1609-detect-all-data-partitions
Improved mutable (/data) file system detection
2021-04-09 13:27:40 +00:00
6860c50646 Skip localmode test suite
These tests have been failing and prevent new tests from passing

Signed-off-by: Miguel Casqueira <miguel@balena.io>
2021-04-08 17:34:27 -04:00
204475d3dc Improved mutable (/data) file system detection
Change-type: patch
Closes: #1609
Signed-off-by: Miguel Casqueira <miguel@balena.io>
2021-04-08 17:34:27 -04:00
d78165b966 v12.5.7 v12.5.7 2021-04-06 18:36:31 +03:00
934d85f89f Merge pull request #1615 from balena-os/vipul/refer-v2
Add message to refer to v2 endpoints
2021-04-06 15:34:20 +00:00
732950fb9e Add message to refer to v2 endpoints
Change-type: patch
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
2021-04-06 14:16:12 +00:00
6651ab4f2e v12.5.6 v12.5.6 2021-04-05 19:10:53 +03:00
36e22d1463 Merge pull request #1635 from balena-os/patch/purge-image-removal-fix
Prevent unintended image removal when calling purge endpoints to remove volumes
2021-04-05 16:08:44 +00:00
31effed426 Prevent unintended image removal when calling purge endpoints to remove volumes
Using safeStateClone within doPurge to applyIntermediateTarget after
successful volume purge has led to various type deficiencies being revealed
in common.js. Add several inline types in common.js to satisfy
the type checker (credit: Page <page@balena.io>). Delete common.d.ts
since it's not required and might mistakenly mask true I/O types of
functions in common.js.

Closes: #1611
Change-type: patch
Signed-off-by: Christina Wang <christina@balena.io>
2021-04-05 12:10:09 +00:00
b7eb4c30a7 v12.5.5 v12.5.5 2021-04-05 13:15:32 +03:00
5476013139 Merge pull request #1644 from balena-os/patch/update-readme-sv-org
Update setup section to reflect switch to balena-os org
2021-04-05 10:13:46 +00:00
0f906fd9d8 v12.5.4 v12.5.4 2021-04-02 03:42:01 +03:00
b1c5a56740 Merge pull request #1643 from balena-os/1636-purge-null-volumes
Patch list volumes to always return an array
2021-04-02 00:39:41 +00:00
ecbe9ee9f9 Patch list volumes to always return an array
Change-type: patch
Closes: #1636
Signed-off-by: Miguel Casqueira <miguel@balena.io>
2021-04-01 20:31:09 -04:00
dc41a7fa51 Update setup section to reflect switch to balena-os org
Change-type: patch
Signed-off-by: Christina Wang <christina@balena.io>
2021-04-01 07:48:59 +00:00
16f981c478 v12.5.3 v12.5.3 2021-04-01 10:09:53 +03:00
b0fe98cd38 Merge pull request #1638 from balena-os/dependabot/npm_and_yarn/y18n-4.0.1
Bump y18n from 4.0.0 to 4.0.1
2021-04-01 07:07:54 +00:00
9dd508b94d Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Change-type: patch
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 15:07:29 +09:00
4f41901275 v12.5.2 v12.5.2 2021-04-01 02:11:11 +03:00
3c65d8b6b2 Merge pull request #1642 from balena-os/rm-upgrade-policy-doc
Removed upgrades.md doc
2021-03-31 23:09:07 +00:00
711909d915 Removed upgrades.md doc
Change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
2021-03-31 18:56:31 -04:00
7358db6af7 v12.5.1 v12.5.1 2021-03-31 16:59:49 +03:00
4aba23dca6 Merge pull request #1640 from balena-os/circleci-disable-dlc
Disable docker layer caching on CircleCI
2021-03-31 13:57:25 +00:00
7a318f2227 Disable docker layer caching on CircleCI
Docker layer caching is a paid plan feature on Circle CI, it has started
being enforced by Circle

Change-type: patch
2021-03-31 10:43:30 -03:00
bfad084972 v12.5.0 v12.5.0 2021-03-30 17:18:28 +03:00
40ea11c09b Merge pull request #1639 from balena-io/welcome-cywang117
Add cywang117 to CODEOWNERS
2021-03-30 14:16:31 +00:00
0f064fb84a Add cywang117 to CODEOWNERS
Change-type: minor
Signed-off-by: Miguel Casqueira <miguel@balena.io>
2021-03-30 10:04:31 -04:00
44e8134e02 v12.4.10 v12.4.10 2021-03-22 20:40:06 +02:00
bf5b5b9082 Merge pull request #1630 from balena-io/strict-by-default
Enable strict options by default and only disable specific ones
2021-03-22 18:37:28 +00:00
cc5fb4ac16 v12.4.9 v12.4.9 2021-03-22 19:43:31 +02:00
ae2b13ac68 Merge pull request #1629 from balena-io/dev-deps
Move chai-things and chai-like into dev dependencies
2021-03-22 17:40:07 +00:00
ebce68d6d1 v12.4.8 v12.4.8 2021-03-22 16:31:26 +02:00
ead357c1ae Merge pull request #1628 from balena-io/explicit-dockerode-dep
Add explicit dockerode dependency
2021-03-22 14:29:04 +00:00