From 0035545ce1286fed710fa565a2d707b6848ebb25 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 15 Jun 2021 00:10:05 +0300 Subject: [PATCH] v12.44.20 --- .versionbot/CHANGELOG.yml | 247 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 59 +++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 308 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d10fde48..51379a91 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,250 @@ +- commits: + - subject: 'devices supported: Use new DeviceType data model as source of truth' + hash: a254e461186e4cfddcffd3285e9420451e31cb24 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Update balena-sdk from 15.31.0 to 15.36.0 + hash: 6e7a0defb7eadd4aff9413b3c552d2f2005e8d29 + body: | + Update balena-sdk from 15.31.0 to 15.36.0 + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: + - commits: + - subject: Add is_of__class in application model + hash: 17bc4ae8bcfd6fbed681eccc7bcf2a90a5801785 + body: | + Add is_of__class in application model + footer: + Change-type: minor + change-type: minor + Signed-off-by: Andrea Rosci + signed-off-by: Andrea Rosci + author: JSReds + nested: [] + version: balena-sdk-15.36.0 + date: 2021-05-13T17:59:00.188Z + - commits: + - subject: Fix lint after prittier update + hash: 18c6b8ee635af7aa422e54a5adc94dce34f4346d + body: | + Fix lint after prittier update + footer: + Change-type: patch + change-type: patch + Signed-off-by: Andrea Rosci + signed-off-by: Andrea Rosci + author: JSReds + nested: [] + version: balena-sdk-15.35.2 + date: 2021-05-13T16:47:06.740Z + - commits: + - subject: Add missing types for the Service & Image resources + hash: 822491d7a49ee9d2d88a5c115eca98b7af091fe3 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + - subject: >- + release.getLatestByApplication: Fix the return type to be + optional + hash: 69a95806703a2b060b5a45620a48aaf7c3912f39 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.35.1 + date: 2021-05-06T13:53:12.627Z + - commits: + - subject: Deprecate application.getAllWithDeviceServiceDetails() + hash: 95b7bf7541b72d9ad35af1558b9c89841f2a3f66 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + - subject: Deprecate targeting/retrieving apps by name in all models + hash: c9ee6fec718c1631d1b533592dda8d8f9a641838 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + - subject: Add application.getAppByName method + hash: 2a5d548235b71e87ce195578f57f9c4c833c98e5 + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.35.0 + date: 2021-05-05T14:19:23.255Z + - commits: + - subject: Abstract & update device os info that are used in tests + hash: 1672dd269c3372ea9b30bce52b58b41c48f51bc9 + body: | + This also fixes those tests failing b/c of relying on a + really old invalidated os release. + footer: + Change-type: patch + change-type: patch + See: >- + https://www.flowdock.com/app/rulemotion/resin-tech/threads/3WDfDVeEH8raYKGJ4iSRVaHFw_p + see: >- + https://www.flowdock.com/app/rulemotion/resin-tech/threads/3WDfDVeEH8raYKGJ4iSRVaHFw_p + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.34.2 + date: 2021-05-05T13:48:24.436Z + - commits: + - subject: 'types: Deprecate Device is_in_local_mode property' + hash: bbd2696f65c15a9678e2ee2651e2835b5e04597a + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.34.1 + date: 2021-04-14T14:42:52.571Z + - commits: + - subject: >- + Deprecate user__is_member_of__application in favor of the term + form + hash: 74fc904fe93d8aa47a7239da35b4fcfd7caf3b20 + body: | + Deprecated in favor of its term form + user_application_membership. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + - subject: >- + types/models: Add `user_application_membership` to the User & + Team + hash: 507aef969720181309c4f6b012c5a26dff82fab4 + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.34.0 + date: 2021-04-13T12:50:12.445Z + - commits: + - subject: >- + types/modes: Deprecate Subscription's discounts__plan_addon + property + hash: ba5b427f83c16dd0c7bd6106ab4ba94841e34dc4 + body: '' + footer: + Change-type: patch + change-type: patch + See: 'https://github.com/balena-io/balena-api/pull/3085' + see: 'https://github.com/balena-io/balena-api/pull/3085' + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + - subject: >- + types/models: Add `subscription_addon_discount` to the + Subscription + hash: 7cafbc7a7406a35500223d597a7f8a6b35ac5566 + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.33.0 + date: 2021-04-12T11:39:32.410Z + - commits: + - subject: Add the auth.getUserActorId() method + hash: 7c15854a86fffda21a7a7b5bf01ce5c0ecfdfd83 + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.32.0 + date: 2021-04-08T16:14:12.052Z + - commits: + - subject: >- + models/application: Fix examples incorrectly showing a short + device uuid + hash: e38d7c5024f36bd4356343b3479f20329ed6380f + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + - subject: Add application.get example using the application slug + hash: 4a7c4e77c9f7c006ac753ff47b3d3814ceb73159 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.31.2 + date: 2021-04-08T11:48:41.294Z + - commits: + - subject: Refactor the resource get by field tests + hash: b0c79a6b50e46d853f60501ccddc887eaf86b34c + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.31.1 + date: 2021-04-07T21:17:50.660Z + version: 12.44.20 + date: 2021-06-14T20:41:04.820Z - commits: - subject: Fix fast-boot module caching with read-only installation folders hash: d15b54cf40ad462112eeb9f7beb93bb1c25d3eb1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d90428..f5838b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,65 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 12.44.20 - 2021-06-14 + +* devices supported: Use new DeviceType data model as source of truth [Paulo Castro] + +
+ Update balena-sdk from 15.31.0 to 15.36.0 [Paulo Castro] + +> ### balena-sdk-15.36.0 - 2021-05-13 +> +> * Add is_of__class in application model [JSReds] +> +> ### balena-sdk-15.35.2 - 2021-05-13 +> +> * Fix lint after prittier update [JSReds] +> +> ### balena-sdk-15.35.1 - 2021-05-06 +> +> * Add missing types for the Service & Image resources [Thodoris Greasidis] +> * release.getLatestByApplication: Fix the return type to be optional [Thodoris Greasidis] +> +> ### balena-sdk-15.35.0 - 2021-05-05 +> +> * Deprecate application.getAllWithDeviceServiceDetails() [Thodoris Greasidis] +> * Deprecate targeting/retrieving apps by name in all models [Thodoris Greasidis] +> * Add application.getAppByName method [Thodoris Greasidis] +> +> ### balena-sdk-15.34.2 - 2021-05-05 +> +> * Abstract & update device os info that are used in tests [Thodoris Greasidis] +> +> ### balena-sdk-15.34.1 - 2021-04-14 +> +> * types: Deprecate Device is_in_local_mode property [Thodoris Greasidis] +> +> ### balena-sdk-15.34.0 - 2021-04-13 +> +> * Deprecate user__is_member_of__application in favor of the term form [Thodoris Greasidis] +> * types/models: Add `user_application_membership` to the User & Team [Thodoris Greasidis] +> +> ### balena-sdk-15.33.0 - 2021-04-12 +> +> * types/modes: Deprecate Subscription's discounts__plan_addon property [Thodoris Greasidis] +> * types/models: Add `subscription_addon_discount` to the Subscription [Thodoris Greasidis] +> +> ### balena-sdk-15.32.0 - 2021-04-08 +> +> * Add the auth.getUserActorId() method [Thodoris Greasidis] +> +> ### balena-sdk-15.31.2 - 2021-04-08 +> +> * models/application: Fix examples incorrectly showing a short device uuid [Thodoris Greasidis] +> * Add application.get example using the application slug [Thodoris Greasidis] +> +> ### balena-sdk-15.31.1 - 2021-04-07 +> +> * Refactor the resource get by field tests [Thodoris Greasidis] +> +
+ ## 12.44.19 - 2021-05-28 * Fix fast-boot module caching with read-only installation folders [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bff2ce72..aad4ef9c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.19", + "version": "12.44.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 877e6e8e..f2095bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.19", + "version": "12.44.20", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",