mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.14.5
This commit is contained in:
parent
afded27692
commit
4496bc88f5
File diff suppressed because it is too large
Load Diff
541
CHANGELOG.md
541
CHANGELOG.md
@ -4,6 +4,547 @@ 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.14.5 - 2020-08-11
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update balena-sdk to 15.x [Pagan Gazzard] </summary>
|
||||
|
||||
> ### balena-sdk-15.2.1 - 2020-08-03
|
||||
>
|
||||
> * Convert majority to async/await [Pagan Gazzard]
|
||||
>
|
||||
> ### balena-sdk-15.2.0 - 2020-07-31
|
||||
>
|
||||
> * device: add method to update target supervisor release [Matthew McGinn]
|
||||
>
|
||||
> ### balena-sdk-15.1.1 - 2020-07-27
|
||||
>
|
||||
> * Deduplicate device update methods [Pagan Gazzard]
|
||||
>
|
||||
> ### balena-sdk-15.1.0 - 2020-07-27
|
||||
>
|
||||
>
|
||||
> <details>
|
||||
> <summary> Update balena-pine to add support for and make use of named keys [Pagan Gazzard] </summary>
|
||||
>
|
||||
>> #### balena-pine-12.2.0 - 2020-07-22
|
||||
>>
|
||||
>>
|
||||
>> <details>
|
||||
>> <summary> Update pinejs-client-core [Pagan Gazzard] </summary>
|
||||
>>
|
||||
>>> ##### pinejs-client-js-6.1.0 - 2020-07-21
|
||||
>>>
|
||||
>>> * Add support for using named ids [Pagan Gazzard]
|
||||
>>>
|
||||
>> </details>
|
||||
>>
|
||||
>>
|
||||
>> #### balena-request-11.1.0 - 2020-07-16
|
||||
>>
|
||||
>> * Add lazy loading for most modules [Pagan Gazzard]
|
||||
>>
|
||||
> </details>
|
||||
>
|
||||
>
|
||||
> ### balena-sdk-15.0.3 - 2020-07-27
|
||||
>
|
||||
> * typings: Fix the PineWithSelect & related type helpers [Thodoris Greasidis]
|
||||
> * typings: Use the native TypeScript Omit type helper [Thodoris Greasidis]
|
||||
>
|
||||
> ### balena-sdk-15.0.2 - 2020-07-22
|
||||
>
|
||||
> * Fix code snippet for initializing balena-sdk [Vipul Gupta (@vipulgupta2048)]
|
||||
>
|
||||
> ### balena-sdk-15.0.1 - 2020-07-15
|
||||
>
|
||||
> * Fix SupportTier/includes__SLA typing [Pagan Gazzard]
|
||||
>
|
||||
> ### balena-sdk-15.0.0 - 2020-07-15
|
||||
>
|
||||
> * **BREAKING** Export setSharedOptions & fromSharedOptions separately [Thodoris Greasidis]
|
||||
> * **BREAKING** Export as an ES6 module [Thodoris Greasidis]
|
||||
>
|
||||
> <details>
|
||||
> <summary> Update dependencies and switch all returned promises to native promises [Pagan Gazzard] </summary>
|
||||
>
|
||||
>> #### balena-auth-4.0.2 - 2020-07-13
|
||||
>>
|
||||
>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-auth-4.0.1 - 2020-07-03
|
||||
>>
|
||||
>> * Explicitly add tslib dependency [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-auth-4.0.0 - 2020-07-02
|
||||
>>
|
||||
>> * Update to balena-settings-storage 6.x [Pagan Gazzard]
|
||||
>> * Update target to es2015 [Pagan Gazzard]
|
||||
>> * Switch to native promises [Pagan Gazzard]
|
||||
>> * Enable strict type checking [Pagan Gazzard]
|
||||
>> * Specify node 10+ [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-auth-3.1.1 - 2020-07-02
|
||||
>>
|
||||
>> * Switch to @balena/lint for linting [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-pine-12.1.1 - 2020-07-13
|
||||
>>
|
||||
>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-pine-12.1.0 - 2020-07-06
|
||||
>>
|
||||
>> * Update balena-auth to 4.x and balena-request to 11.x [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-pine-12.0.1 - 2020-07-03
|
||||
>>
|
||||
>> * Use typescript import helpers [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-pine-12.0.0 - 2020-06-26
|
||||
>>
|
||||
>> * Stop actively supporting node 8 [Thodoris Greasidis]
|
||||
>> * Convert to async await [Thodoris Greasidis]
|
||||
>> * Add balenaCI repo.yml [Thodoris Greasidis]
|
||||
>> * karma.conf.js: Combine declaration & assignment of karmaConfig [Thodoris Greasidis]
|
||||
>> * Bump @balena/lint to v5 [Thodoris Greasidis]
|
||||
>> * Drop getPine() in favor of an es6 export of the BalenaPine class [Thodoris Greasidis]
|
||||
>> * Drop the API_PREFIX property in favor of the apiPrefix [Thodoris Greasidis]
|
||||
>> * Bump to pinejs-client v6 which requires es2015 & drops Bluebird promises [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-pine-11.2.1 - 2020-06-15
|
||||
>>
|
||||
>> * Convert karma.conf to js [Thodoris Greasidis]
|
||||
>> * Bump balena-config-karma to v3 [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-register-device-7.1.0 - 2020-07-13
|
||||
>>
|
||||
>> * Switch from randomstring to uuid for generating device uuids [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-register-device-7.0.1 - 2020-07-13
|
||||
>>
|
||||
>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-register-device-7.0.0 - 2020-07-06
|
||||
>>
|
||||
>> * Convert to type checked javascript [Pagan Gazzard]
|
||||
>> * Drop callback interface in favor of promise interface [Pagan Gazzard]
|
||||
>> * Switch to a named export [Pagan Gazzard]
|
||||
>> * Convert to typescript [Pagan Gazzard]
|
||||
>> * Update to typed-error 3.x [Pagan Gazzard]
|
||||
>> * Switch to returning native promises [Pagan Gazzard]
|
||||
>> * Update to balena-request 11.x [Pagan Gazzard]
|
||||
>> * Use typescript import helpers [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-register-device-6.1.6 - 2020-05-26
|
||||
>>
|
||||
>> * Export ApiError [Cameron Diver]
|
||||
>>
|
||||
>> #### balena-register-device-6.1.5 - 2020-05-21
|
||||
>>
|
||||
>> * Convert tests to js [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-register-device-6.1.4 - 2020-05-21
|
||||
>>
|
||||
>> * Install typed-error v2 [Cameron Diver]
|
||||
>>
|
||||
>> #### balena-register-device-6.1.3 - 2020-05-20
|
||||
>>
|
||||
>> * Extend API exception to include full response object [Miguel Casqueira]
|
||||
>>
|
||||
>> #### balena-register-device-6.1.2 - 2020-05-20
|
||||
>>
|
||||
>> * Update mocha to fix node v12 deprecation warning [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-request-11.0.4 - 2020-07-14
|
||||
>>
|
||||
>> * Fix body overwriting on nodejs [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-request-11.0.3 - 2020-07-13
|
||||
>>
|
||||
>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-request-11.0.2 - 2020-07-06
|
||||
>>
|
||||
>> * Fix tslib dependency [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-request-11.0.1 - 2020-07-03
|
||||
>>
|
||||
>> * Fix passing baseUrl to refreshToken if the request uses an absolute url [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-request-11.0.0 - 2020-07-03
|
||||
>>
|
||||
>> * Convert to type checked javascript [Pagan Gazzard]
|
||||
>> * Switch to returning native promises [Pagan Gazzard]
|
||||
>> * Drop support for nodejs < 10 [Pagan Gazzard]
|
||||
>> * Update balena-auth to 4.x [Pagan Gazzard]
|
||||
>> * Remove rindle dependency [Pagan Gazzard]
|
||||
>> * Update fetch-ponyfill to 6.x [Pagan Gazzard]
|
||||
>> * Remove proxy tests as global-tunnel-ng only supports nodejs < 10.16.0 [Pagan Gazzard]
|
||||
>> * Switch to a named export [Pagan Gazzard]
|
||||
>> * Use typescript import helpers [Pagan Gazzard]
|
||||
>> * Bump balena-config-karma & convert karma.conf.coffee to js [Thodoris Greasidis]
|
||||
>> * Change the browser request timeout error to be consistent with node [Thodoris Greasidis]
|
||||
>>
|
||||
> </details>
|
||||
>
|
||||
> * **BREAKING** billing: Make the organization parameter fist & required [Thodoris Greasidis]
|
||||
>
|
||||
> ### balena-config-json-4.1.0 - 2020-08-04
|
||||
>
|
||||
> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>
|
||||
> <details>
|
||||
> <summary> Update dependencies [Pagan Gazzard] </summary>
|
||||
>
|
||||
>> #### balena-sdk-15.2.1 - 2020-08-03
|
||||
>>
|
||||
>> * Convert majority to async/await [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-15.2.0 - 2020-07-31
|
||||
>>
|
||||
>> * device: add method to update target supervisor release [Matthew McGinn]
|
||||
>>
|
||||
>> #### balena-sdk-15.1.1 - 2020-07-27
|
||||
>>
|
||||
>> * Deduplicate device update methods [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-15.1.0 - 2020-07-27
|
||||
>>
|
||||
>>
|
||||
>> <details>
|
||||
>> <summary> Update balena-pine to add support for and make use of named keys [Pagan Gazzard] </summary>
|
||||
>>
|
||||
>>> ##### balena-pine-12.2.0 - 2020-07-22
|
||||
>>>
|
||||
>>>
|
||||
>>> <details>
|
||||
>>> <summary> Update pinejs-client-core [Pagan Gazzard] </summary>
|
||||
>>>
|
||||
>>>> ###### pinejs-client-js-6.1.0 - 2020-07-21
|
||||
>>>>
|
||||
>>>> * Add support for using named ids [Pagan Gazzard]
|
||||
>>>>
|
||||
>>> </details>
|
||||
>>>
|
||||
>>>
|
||||
>>> ##### balena-request-11.1.0 - 2020-07-16
|
||||
>>>
|
||||
>>> * Add lazy loading for most modules [Pagan Gazzard]
|
||||
>>>
|
||||
>> </details>
|
||||
>>
|
||||
>>
|
||||
>> #### balena-sdk-15.0.3 - 2020-07-27
|
||||
>>
|
||||
>> * typings: Fix the PineWithSelect & related type helpers [Thodoris Greasidis]
|
||||
>> * typings: Use the native TypeScript Omit type helper [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-sdk-15.0.2 - 2020-07-22
|
||||
>>
|
||||
>> * Fix code snippet for initializing balena-sdk [Vipul Gupta (@vipulgupta2048)]
|
||||
>>
|
||||
>> #### balena-sdk-15.0.1 - 2020-07-15
|
||||
>>
|
||||
>> * Fix SupportTier/includes__SLA typing [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-15.0.0 - 2020-07-15
|
||||
>>
|
||||
>> * **BREAKING** Export setSharedOptions & fromSharedOptions separately [Thodoris Greasidis]
|
||||
>> * **BREAKING** Export as an ES6 module [Thodoris Greasidis]
|
||||
>>
|
||||
>> <details>
|
||||
>> <summary> Update dependencies and switch all returned promises to native promises [Pagan Gazzard] </summary>
|
||||
>>
|
||||
>>> ##### balena-auth-4.0.2 - 2020-07-13
|
||||
>>>
|
||||
>>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-auth-4.0.1 - 2020-07-03
|
||||
>>>
|
||||
>>> * Explicitly add tslib dependency [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-auth-4.0.0 - 2020-07-02
|
||||
>>>
|
||||
>>> * Update to balena-settings-storage 6.x [Pagan Gazzard]
|
||||
>>> * Update target to es2015 [Pagan Gazzard]
|
||||
>>> * Switch to native promises [Pagan Gazzard]
|
||||
>>> * Enable strict type checking [Pagan Gazzard]
|
||||
>>> * Specify node 10+ [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-auth-3.1.1 - 2020-07-02
|
||||
>>>
|
||||
>>> * Switch to @balena/lint for linting [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-pine-12.1.1 - 2020-07-13
|
||||
>>>
|
||||
>>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-pine-12.1.0 - 2020-07-06
|
||||
>>>
|
||||
>>> * Update balena-auth to 4.x and balena-request to 11.x [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-pine-12.0.1 - 2020-07-03
|
||||
>>>
|
||||
>>> * Use typescript import helpers [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-pine-12.0.0 - 2020-06-26
|
||||
>>>
|
||||
>>> * Stop actively supporting node 8 [Thodoris Greasidis]
|
||||
>>> * Convert to async await [Thodoris Greasidis]
|
||||
>>> * Add balenaCI repo.yml [Thodoris Greasidis]
|
||||
>>> * karma.conf.js: Combine declaration & assignment of karmaConfig [Thodoris Greasidis]
|
||||
>>> * Bump @balena/lint to v5 [Thodoris Greasidis]
|
||||
>>> * Drop getPine() in favor of an es6 export of the BalenaPine class [Thodoris Greasidis]
|
||||
>>> * Drop the API_PREFIX property in favor of the apiPrefix [Thodoris Greasidis]
|
||||
>>> * Bump to pinejs-client v6 which requires es2015 & drops Bluebird promises [Thodoris Greasidis]
|
||||
>>>
|
||||
>>> ##### balena-pine-11.2.1 - 2020-06-15
|
||||
>>>
|
||||
>>> * Convert karma.conf to js [Thodoris Greasidis]
|
||||
>>> * Bump balena-config-karma to v3 [Thodoris Greasidis]
|
||||
>>>
|
||||
>>> ##### balena-register-device-7.1.0 - 2020-07-13
|
||||
>>>
|
||||
>>> * Switch from randomstring to uuid for generating device uuids [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-register-device-7.0.1 - 2020-07-13
|
||||
>>>
|
||||
>>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-register-device-7.0.0 - 2020-07-06
|
||||
>>>
|
||||
>>> * Convert to type checked javascript [Pagan Gazzard]
|
||||
>>> * Drop callback interface in favor of promise interface [Pagan Gazzard]
|
||||
>>> * Switch to a named export [Pagan Gazzard]
|
||||
>>> * Convert to typescript [Pagan Gazzard]
|
||||
>>> * Update to typed-error 3.x [Pagan Gazzard]
|
||||
>>> * Switch to returning native promises [Pagan Gazzard]
|
||||
>>> * Update to balena-request 11.x [Pagan Gazzard]
|
||||
>>> * Use typescript import helpers [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-register-device-6.1.6 - 2020-05-26
|
||||
>>>
|
||||
>>> * Export ApiError [Cameron Diver]
|
||||
>>>
|
||||
>>> ##### balena-register-device-6.1.5 - 2020-05-21
|
||||
>>>
|
||||
>>> * Convert tests to js [Thodoris Greasidis]
|
||||
>>>
|
||||
>>> ##### balena-register-device-6.1.4 - 2020-05-21
|
||||
>>>
|
||||
>>> * Install typed-error v2 [Cameron Diver]
|
||||
>>>
|
||||
>>> ##### balena-register-device-6.1.3 - 2020-05-20
|
||||
>>>
|
||||
>>> * Extend API exception to include full response object [Miguel Casqueira]
|
||||
>>>
|
||||
>>> ##### balena-register-device-6.1.2 - 2020-05-20
|
||||
>>>
|
||||
>>> * Update mocha to fix node v12 deprecation warning [Thodoris Greasidis]
|
||||
>>>
|
||||
>>> ##### balena-request-11.0.4 - 2020-07-14
|
||||
>>>
|
||||
>>> * Fix body overwriting on nodejs [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-request-11.0.3 - 2020-07-13
|
||||
>>>
|
||||
>>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-request-11.0.2 - 2020-07-06
|
||||
>>>
|
||||
>>> * Fix tslib dependency [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-request-11.0.1 - 2020-07-03
|
||||
>>>
|
||||
>>> * Fix passing baseUrl to refreshToken if the request uses an absolute url [Pagan Gazzard]
|
||||
>>>
|
||||
>>> ##### balena-request-11.0.0 - 2020-07-03
|
||||
>>>
|
||||
>>> * Convert to type checked javascript [Pagan Gazzard]
|
||||
>>> * Switch to returning native promises [Pagan Gazzard]
|
||||
>>> * Drop support for nodejs < 10 [Pagan Gazzard]
|
||||
>>> * Update balena-auth to 4.x [Pagan Gazzard]
|
||||
>>> * Remove rindle dependency [Pagan Gazzard]
|
||||
>>> * Update fetch-ponyfill to 6.x [Pagan Gazzard]
|
||||
>>> * Remove proxy tests as global-tunnel-ng only supports nodejs < 10.16.0 [Pagan Gazzard]
|
||||
>>> * Switch to a named export [Pagan Gazzard]
|
||||
>>> * Use typescript import helpers [Pagan Gazzard]
|
||||
>>> * Bump balena-config-karma & convert karma.conf.coffee to js [Thodoris Greasidis]
|
||||
>>> * Change the browser request timeout error to be consistent with node [Thodoris Greasidis]
|
||||
>>>
|
||||
>> </details>
|
||||
>>
|
||||
>> * **BREAKING** billing: Make the organization parameter fist & required [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-sdk-14.8.0 - 2020-07-15
|
||||
>>
|
||||
>> * DeviceWithServiceDetails: preserve the image_install & gateway_downloads [Thodoris Greasidis]
|
||||
>> * typings: Deprecate DeviceWithImageInstalls in favor of the Device type [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-sdk-14.7.1 - 2020-07-14
|
||||
>>
|
||||
>> * Fix is_private typings for device type [Stevche Radevski]
|
||||
>>
|
||||
>> #### balena-sdk-14.7.0 - 2020-07-14
|
||||
>>
|
||||
>> * Add an organization parameter to all billing methods [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-sdk-14.6.0 - 2020-07-13
|
||||
>>
|
||||
>> * typings: Add ApplicationHostedOnApplication [Thodoris Greasidis]
|
||||
>> * typings Add RecoveryTwoFactor [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-sdk-14.5.1 - 2020-07-10
|
||||
>>
|
||||
>> * Tests: remove bluebird usage [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.5.0 - 2020-07-09
|
||||
>>
|
||||
>> * tests/integration/setup: Convert to TypeScript [Thodoris Greasidis]
|
||||
>> * typings/ImageInstall: Deprecate the image field [Thodoris Greasidis]
|
||||
>> * typings/ImageInstall: Add the `installs__image` field [Thodoris Greasidis]
|
||||
>> * typings: Add typings for the ReleaseImage [Thodoris Greasidis]
|
||||
>> * typings/ImageInstall: Add the missing device property [Thodoris Greasidis]
|
||||
>> * Convert all remaining tests away from coffeescript [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.4.2 - 2020-07-09
|
||||
>>
|
||||
>> * Tests: improve typing for access to private SDK os methods [Pagan Gazzard]
|
||||
>> * Tests: improve typing of tag helpers [Pagan Gazzard]
|
||||
>> * Tests: import BalenaSDK types directly [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.4.1 - 2020-07-08
|
||||
>>
|
||||
>> * Tests: merge multiple application deletions into a single call [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.4.0 - 2020-07-08
|
||||
>>
|
||||
>> * Improve typings for `sdk.pine.post` [Pagan Gazzard]
|
||||
>> * Improve typings for `sdk.request` [Pagan Gazzard]
|
||||
>> * Improve typings for `models.device.getOsVersion` [Pagan Gazzard]
|
||||
>> * Improve typings for `models.device.lastOnline` [Pagan Gazzard]
|
||||
>> * Fix typings for `models.device.getMACAddresses` [Pagan Gazzard]
|
||||
>> * Fix typings for `models.device.getLocalIPAddresses` [Pagan Gazzard]
|
||||
>> * Add typings for `models.application.getDashboardUrl` [Pagan Gazzard]
|
||||
>> * Device model: last_connectivity_event and os_version can be null [Pagan Gazzard]
|
||||
>> * Improve typings for `models.device.getLocalModeSupport` [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.3.3 - 2020-07-07
|
||||
>>
|
||||
>> * Minimize bluebird sugar usage [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.3.2 - 2020-07-07
|
||||
>>
|
||||
>> * Add type checking for tests [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.3.1 - 2020-07-07
|
||||
>>
|
||||
>> * Tests: cache device type lookup [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.3.0 - 2020-07-07
|
||||
>>
|
||||
>> * typings: Export pine variant w/ a mandatory $select on get requests [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-sdk-14.2.9 - 2020-07-07
|
||||
>>
|
||||
>> * Remove `this.skip` usage as a faster workaround to afterEach skipping [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.2.8 - 2020-07-06
|
||||
>>
|
||||
>> * Improve internal typings by avoiding some `any` cases [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.2.7 - 2020-07-06
|
||||
>>
|
||||
>> * Include typings for all lazy loaded requires [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.2.6 - 2020-07-06
|
||||
>>
|
||||
>> * Simplify balena-request custom typings [Pagan Gazzard]
|
||||
>> * Use import type for declaration imports [Pagan Gazzard]
|
||||
>> * Simplify balena-pine custom typings [Pagan Gazzard]
|
||||
>> * Import balena-sdk type declarations via import type and not direct path [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.2.5 - 2020-07-06
|
||||
>>
|
||||
>> * Use typescript import helpers [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.2.4 - 2020-07-03
|
||||
>>
|
||||
>> * Drop dtslint in favor of plain @ts-expect-error [Thodoris Greasidis]
|
||||
>> * Enable strict checks for the typing tests [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-sdk-14.2.3 - 2020-07-03
|
||||
>>
|
||||
>> * Standardize bluebird naming as `Bluebird` [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-sdk-14.2.2 - 2020-07-03
|
||||
>>
|
||||
>> * Avoid $ExpectType b/c of issues with TS 3.9.6 [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-sdk-14.2.1 - 2020-07-01
|
||||
>>
|
||||
>> * model: Add build_environment_variable [Rich Bayliss]
|
||||
>>
|
||||
>> #### balena-sdk-14.2.0 - 2020-07-01
|
||||
>>
|
||||
>> * Add typings for plans & subscriptions [Thodoris Greasidis]
|
||||
>>
|
||||
>> #### balena-image-fs-7.0.1 - 2020-08-04
|
||||
>>
|
||||
>> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>>
|
||||
>> #### balena-image-fs-7.0.0 - Invalid date
|
||||
>>
|
||||
>> * Stop using lodash [Alexis Svinartchouk]
|
||||
>> * Simplify, only leave the interact function [Alexis Svinartchouk]
|
||||
>> * Convert to typescript [Alexis Svinartchouk]
|
||||
>> * lint on pre-commit [Alexis Svinartchouk]
|
||||
>> * Rename resin -> balena [Alexis Svinartchouk]
|
||||
>> * Replace wary with mocha [Alexis Svinartchouk]
|
||||
>>
|
||||
>> #### balena-image-fs-6.0.0 - 2020-07-24
|
||||
>>
|
||||
>> * Update file-disk to ^7 [Alexis Svinartchouk]
|
||||
>>
|
||||
> </details>
|
||||
>
|
||||
>
|
||||
> ### balena-image-manager-7.0.3 - 2020-08-04
|
||||
>
|
||||
> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>
|
||||
> ### balena-image-manager-7.0.2 - 2020-08-04
|
||||
>
|
||||
> * Update balena-sdk to 15.x [Pagan Gazzard]
|
||||
>
|
||||
> ### balena-preload-10.2.4 - 2020-08-10
|
||||
>
|
||||
> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>
|
||||
> ### balena-preload-10.2.3 - 2020-08-04
|
||||
>
|
||||
> * Fix build dir paths [Pagan Gazzard]
|
||||
>
|
||||
> ### balena-preload-10.2.2 - 2020-08-04
|
||||
>
|
||||
> * Update balena-sdk to 15.x [Pagan Gazzard]
|
||||
>
|
||||
> ### balena-preload-10.2.1 - 2020-08-04
|
||||
>
|
||||
> * Add type checking [Pagan Gazzard]
|
||||
> * Use @balena/lint for linting [Pagan Gazzard]
|
||||
>
|
||||
> ### balena-sync-11.0.2 - 2020-08-04
|
||||
>
|
||||
> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||
>
|
||||
> ### balena-sync-11.0.1 - 2020-08-04
|
||||
>
|
||||
> * Update balena-sdk to 15.x [Pagan Gazzard]
|
||||
>
|
||||
</details>
|
||||
|
||||
## 12.14.4 - 2020-08-11
|
||||
|
||||
* Tests: Specify es2018 as preferred, matching normal usage [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.4",
|
||||
"version": "12.14.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.4",
|
||||
"version": "12.14.5",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user