This commit is contained in:
flowzone-app[bot] 2023-08-22 13:33:30 +00:00 committed by GitHub
parent 507333c463
commit 1671e46d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3559 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,805 @@ 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/).
## 16.7.9 - 2023-08-22
<details>
<summary> Update balena-sdk to v18 [Otávio Jacobi] </summary>
> ### balena-sdk-18.0.0 - 2023-08-17
>
> * **BREAKING**: Remove the device-type.json state & name normalization [Thodoris Greasidis]
> * **BREAKING**: Drop auth.getUserActorId in favor of auth.getActorId [Otávio Jacobi]
> * auth: Add getActorId [Otávio Jacobi]
> * **BREAKING**: Drop auth.getUserId in favor of auth.getUserInfo [Otávio Jacobi]
> * **BREAKING**: Drop auth.getEmail in favor of auth.getUserInfo [Otávio Jacobi]
> * auth: Add getUserInfo [Otávio Jacobi]
> * **BREAKING**: Drop pre-Resin OS v1 device.os_version normalization [Thodoris Greasidis]
> * **BREAKING**: Support non-user API keys in auth.isLoggedIn() & whoami() [Otávio Jacobi]
> * **BREAKING**: Drop support to node < 16 [Otávio Jacobi]
>
> ### balena-image-manager-9.0.2 - 2023-08-21
>
>
> <details>
> <summary> Update to balena-sdk 18.0.0 [Otávio Jacobi] </summary>
>
>> #### balena-sdk-18.0.0 - 2023-08-17
>>
>> * **BREAKING**: Remove the device-type.json state & name normalization [Thodoris Greasidis]
>> * **BREAKING**: Drop auth.getUserActorId in favor of auth.getActorId [Otávio Jacobi]
>> * auth: Add getActorId [Otávio Jacobi]
>> * **BREAKING**: Drop auth.getUserId in favor of auth.getUserInfo [Otávio Jacobi]
>> * **BREAKING**: Drop auth.getEmail in favor of auth.getUserInfo [Otávio Jacobi]
>> * auth: Add getUserInfo [Otávio Jacobi]
>> * **BREAKING**: Drop pre-Resin OS v1 device.os_version normalization [Thodoris Greasidis]
>> * **BREAKING**: Support non-user API keys in auth.isLoggedIn() & whoami() [Otávio Jacobi]
>> * **BREAKING**: Drop support to node < 16 [Otávio Jacobi]
>>
>> #### balena-sdk-17.12.1 - 2023-08-09
>>
>> * Fix pointing browser es2018 settings-client to the es2015 one [Thodoris Greasidis]
>> * Point browser bundlers to the appropriate handlebars entrypoint [Thodoris Greasidis]
>>
>> #### balena-sdk-17.12.0 - 2023-08-09
>>
>> * tests: Reduce the polyfills used in webpack [Thodoris Greasidis]
>> * Avoid loading balena-settings-client in browsers using the browser field [Thodoris Greasidis]
>>
>> #### balena-sdk-17.11.0 - 2023-08-08
>>
>>
>> <details>
>> <summary> Add support for creating isolated in-memory instances [Thodoris Greasidis] </summary>
>>
>>> ##### balena-auth-5.1.0 - 2023-07-28
>>>
>>> * Add support for isolated instances by passing dataDirectory: false [Thodoris Greasidis]
>>>
>>> ##### balena-auth-5.0.1 - 2023-07-28
>>>
>>> * Add multiple instance isolation tests [Thodoris Greasidis]
>>>
>>
>> </details>
>>
>>
>> #### balena-sdk-17.10.2 - 2023-07-25
>>
>>
>> <details>
>> <summary> Update balena-request to 12.0.2 [Thodoris Greasidis] </summary>
>>
>>> ##### balena-request-12.0.2 - 2023-07-25
>>>
>>> * Make `url` a normal dependency [Thodoris Greasidis]
>>>
>>
>> </details>
>>
>>
>> #### balena-sdk-17.10.1 - 2023-07-25
>>
>>
>> <details>
>> <summary> Update dependenecies [Thodoris Greasidis] </summary>
>>
>>> ##### balena-auth-5.0.0 - 2023-07-24
>>>
>>>
>>> <details>
>>> <summary> Update balena-settings-storage to 8.0.0 [Thodoris Greasidis] </summary>
>>>
>>>> ###### balena-settings-storage-8.0.0 - 2023-07-24
>>>>
>>>> * virtual-storage: Use an object without a prototype as the store [Thodoris Greasidis]
>>>> * Specify a browser entry point [Thodoris Greasidis]
>>>> * Use es6 exports [Thodoris Greasidis]
>>>> * Update TypeScript to 5.1.6 [Thodoris Greasidis]
>>>> * Drop support for nodejs < 14 [Thodoris Greasidis]
>>>>
>>>> ###### balena-settings-storage-7.0.2 - 2022-11-08
>>>>
>>>> * Update balena-errors from v4.7.1 to v4.7.3 [JSReds]
>>>>
>>>> ###### balena-settings-storage-7.0.1 - 2022-11-01
>>>>
>>>> * Fix tests on node18 [Thodoris Greasidis]
>>>> * Replace balenaCI with flowzone [JSReds]
>>>>
>>>
>>> </details>
>>>
>>> * Update dependencies [Thodoris Greasidis]
>>> * Drop support for nodejs < 14 [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.2.1 - 2023-07-13
>>>
>>> * patch: Update flowzone.yml [Kyle Harding]
>>>
>>> ##### balena-auth-4.2.0 - 2023-05-25
>>>
>>> * Add a get2FAStatus() method [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.3 - 2023-05-25
>>>
>>> * Fix async tests not waiting for the result [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.2 - 2022-09-26
>>>
>>> * Delete redundant .resinci.yml [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.1 - 2022-09-22
>>>
>>> * Replace balenaCI with flowzone [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.7 - 2023-07-24
>>>
>>> * Update balena-auth to 5.0.0 & balena-request to 12.0.1 [Thodoris Greasidis]
>>> * Use typescript via a devDependency rather than npx [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.6 - 2023-07-24
>>>
>>> * Update mockttp to 3.8.0 [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.5 - 2023-06-01
>>>
>>> * Update minimum node version to v14 [Kyle Harding]
>>> * Update flowzone.yml [Kyle Harding]
>>>
>>> ##### balena-register-device-8.0.4 - 2022-09-26
>>>
>>> * Delete redundant .resinci.yml [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.3 - 2022-09-22
>>>
>>> * Fix overriding the whole webpack resolve section of karma tests [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.2 - 2022-09-22
>>>
>>> * Fix key uniqueness check [Thodoris Greasidis]
>>> * Convert the tests to TypeScript [Thodoris Greasidis]
>>> * Fix karma browser tests in node 18 [Thodoris Greasidis]
>>> * Specify the supported node engines in the package.json [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.1 - 2022-09-21
>>>
>>> * Replace balenaCI with flowzone [Thodoris Greasidis]
>>>
>>> ##### balena-request-12.0.1 - 2023-07-24
>>>
>>> * Update balena-auth to 5.0.0 [Thodoris Greasidis]
>>>
>>> ##### balena-request-12.0.0 - 2023-07-14
>>>
>>> * Update TypeScript to 5.1.6 [Thodoris Greasidis]
>>> * Update mockttp to v3.8.0 [Thodoris Greasidis]
>>> * Drop support for node < 14 [Thodoris Greasidis]
>>> * Add querystring-es3 polyfill to fix browser tests [Thodoris Greasidis]
>>> * tsconfig: Enable skipLibCheck to avoid mockttp nested dependency errors [Thodoris Greasidis]
>>> * Update TypeScript to 4.9.5 [Thodoris Greasidis]
>>> * patch: Update flowzone.yml [Kyle Harding]
>>>
>>> ##### balena-request-11.5.10 - 2022-11-02
>>>
>>> * Update balena-errors to v4.7.3 [JSReds]
>>>
>>> ##### balena-request-11.5.9 - 2022-09-26
>>>
>>> * Delete redundant .resinci.yml [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.8 - 2022-09-22
>>>
>>> * Fix overriding the whole webpack resolve section of karma tests [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.7 - 2022-09-22
>>>
>>> * Replace balenaCI with flowzone [Thodoris Greasidis]
>>> * Fix tests in node 18 [Thodoris Greasidis]
>>> * Specify the supported node engines in the package.json [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.6 - 2022-09-22
>>>
>>> * Fix the typings to properly mark the auth parameter as optional [Thodoris Greasidis]
>>> * Update TypeScript to 4.8.3 [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.5 - 2022-04-06
>>>
>>> * Fix extracting the response error from object response bodies [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.4 - 2022-04-06
>>>
>>> * Drop explicit karma-chrome-launcher devDependency [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.3 - 2022-04-05
>>>
>>> * Use response error as response message if there is one [Matthew Yarmolinsky]
>>>
>>> ##### balena-request-11.5.2 - 2022-04-04
>>>
>>> * Drop circle.yml [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.1 - 2022-04-04
>>>
>>> * Drop mochainon & bump karma [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.0 - 2021-11-28
>>>
>>> * Convert tests to JavaScript and drop coffeescript [Thodoris Greasidis]
>>> * Fix the jsdoc generation [Thodoris Greasidis]
>>> * Convert to typescript and publish typings [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.4.2 - 2021-09-20
>>>
>>> * Allow overriding the default zlib flush setting [Kyle Harding]
>>>
>>> ##### balena-request-11.4.1 - 2021-08-27
>>>
>>> * Allow more lenient gzip decompression [Kyle Harding]
>>>
>>> ##### balena-request-11.4.0 - 2021-03-12
>>>
>>> * Update fetch-ponyfill to v7 [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.3.0 - 2021-03-12
>>>
>>> * Switch to the versioned token refresh endpoint [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.2.1 - 2021-03-12
>>>
>>> * Prevent token refresh when no base url is provided [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.2.0 - 2020-11-12
>>>
>>> * Update balena-auth from 4.0.0 to 4.1.0 [josecoelho]
>>>
>>> ##### balena-request-11.1.1 - 2020-08-13
>>>
>>> * Stop refreshing the token on absolute urls [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.1.0 - 2020-07-16
>>>
>>> * Add lazy loading for most modules [Pagan Gazzard]
>>>
>>> ##### 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]
>>>
>>
>> </details>
>>
>>
>> #### balena-sdk-17.10.0 - 2023-07-11
>>
>> * service: Allow passing an application-service_name pair as a parameter [Thodoris Greasidis]
>>
>> #### balena-sdk-17.9.0 - 2023-07-11
>>
>> * device.serviceVar: Allow passing a service name as a parameter [Thodoris Greasidis]
>>
>> #### balena-sdk-17.8.0 - 2023-07-10
>>
>> * billing: Add `removeBillingInfo` method for removing billing info [myarmolinsky]
>>
>> #### balena-sdk-17.7.1 - 2023-07-09
>>
>> * deviceType.getBySlugOrName: Use a clearer var name in the docs example [Thodoris Greasidis]
>>
>> #### balena-sdk-17.7.0 - 2023-07-06
>>
>> * Add typings for the organization.is_frozen computed term [Thodoris Greasidis]
>>
>> #### balena-sdk-17.6.0 - 2023-07-05
>>
>> * application.create: Enable creating fleets with archived device types [myarmolinsky]
>>
>> #### balena-sdk-17.5.0 - 2023-06-27
>>
>> * Add `owns__credit_bundle` typing for `Organization` [myarmolinsky]
>>
>> #### balena-sdk-17.4.0 - 2023-06-19
>>
>> * Add typings for Credits Notifications [myarmolinsky]
>>
>> #### balena-sdk-17.3.2 - 2023-06-19
>>
>> * util: Simplify the listImagesFromTargetState helper [Thodoris Greasidis]
>>
>> #### balena-sdk-17.3.1 - 2023-06-17
>>
>> * Fix prettier complaining on windows runners [Thodoris Greasidis]
>> * deviceType.getInstructions: Improve the return type [Thodoris Greasidis]
>> * Fix browser tests now failing to find a polyfill for querystring [Thodoris Greasidis]
>>
>> #### balena-sdk-17.3.0 - 2023-06-05
>>
>> * os: Export the OsDownloadOptions type [Thodoris Greasidis]
>>
>> #### balena-sdk-17.2.3 - 2023-06-04
>>
>> * tsconfig: Allow noImplicitThis in the tests [Thodoris Greasidis]
>> * tsconfig: Switch to strict compilation to fix the 5.1 errors [Thodoris Greasidis]
>> * Update TypeScript to 5.1.3 [Thodoris Greasidis]
>>
>> #### balena-sdk-17.2.2 - 2023-06-01
>>
>> * Access other models internally via the shared current sdk instance [Thodoris Greasidis]
>>
>> #### balena-sdk-17.2.1 - 2023-06-01
>>
>> * Convert the remaining .js tests to .ts [Thodoris Greasidis]
>>
>> #### balena-sdk-17.2.0 - 2023-06-01
>>
>> * Extends batch device actions to accept arrays of full UUIDs [Thodoris Greasidis]
>> * device.startOsUpdate: Add support for providing an array of UUIDs [Thodoris Greasidis]
>>
>> #### balena-sdk-17.1.4 - Invalid date
>>
>> * Add 2fa tests [Otávio Jacobi]
>>
>> <details>
>> <summary> Fix auth.twoFactor.isEnabled() regression returning always true [Thodoris Greasidis] </summary>
>>
>>> ##### balena-auth-4.2.0 - 2023-05-25
>>>
>>> * Add a get2FAStatus() method [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.3 - 2023-05-25
>>>
>>> * Fix async tests not waiting for the result [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.2 - 2022-09-26
>>>
>>> * Delete redundant .resinci.yml [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.1 - 2022-09-22
>>>
>>> * Replace balenaCI with flowzone [Thodoris Greasidis]
>>>
>>
>> </details>
>>
>>
>> #### balena-sdk-17.1.3 - 2023-05-29
>>
>> * Add support to short uuid on device.serviceVar.set [Otávio Jacobi]
>>
>> #### balena-sdk-17.1.2 - 2023-05-25
>>
>> * Switch to a stricter request limiting queuing mode [Thodoris Greasidis]
>>
>> #### balena-sdk-17.1.1 - 2023-05-25
>>
>> * Drop the callback examples from the docs [Thodoris Greasidis]
>>
>> #### balena-sdk-17.1.0 - 2023-05-24
>>
>> * Add the requestLimit & requestLimitInterval options to the SDK factory [Thodoris Greasidis]
>>
>> #### balena-sdk-17.0.2 - 2023-05-24
>>
>> * Update dependencies [Thodoris Greasidis]
>>
>> #### balena-sdk-17.0.1 - 2023-05-24
>>
>> * Add a method to retrieve the supervisor image for a DT [Edwin Joassart]
>> * Add util to list images referenced in a target state v3 [Edwin Joassart]
>> * Add a method for retrieving an application's virtual device target supervisor state [Edwin Joassart]
>>
>
> </details>
>
>
> ### balena-image-manager-9.0.1 - 2023-07-13
>
> * patch: Update flowzone.yml [Kyle Harding]
>
> ### balena-preload-14.0.2 - 2023-08-21
>
>
> <details>
> <summary> Update to balena-sdk 18.0.0 [Otávio Jacobi] </summary>
>
>> #### balena-sdk-18.0.0 - 2023-08-17
>>
>> * **BREAKING**: Remove the device-type.json state & name normalization [Thodoris Greasidis]
>> * **BREAKING**: Drop auth.getUserActorId in favor of auth.getActorId [Otávio Jacobi]
>> * auth: Add getActorId [Otávio Jacobi]
>> * **BREAKING**: Drop auth.getUserId in favor of auth.getUserInfo [Otávio Jacobi]
>> * **BREAKING**: Drop auth.getEmail in favor of auth.getUserInfo [Otávio Jacobi]
>> * auth: Add getUserInfo [Otávio Jacobi]
>> * **BREAKING**: Drop pre-Resin OS v1 device.os_version normalization [Thodoris Greasidis]
>> * **BREAKING**: Support non-user API keys in auth.isLoggedIn() & whoami() [Otávio Jacobi]
>> * **BREAKING**: Drop support to node < 16 [Otávio Jacobi]
>>
>> #### balena-sdk-17.12.1 - 2023-08-09
>>
>> * Fix pointing browser es2018 settings-client to the es2015 one [Thodoris Greasidis]
>> * Point browser bundlers to the appropriate handlebars entrypoint [Thodoris Greasidis]
>>
>> #### balena-sdk-17.12.0 - 2023-08-09
>>
>> * tests: Reduce the polyfills used in webpack [Thodoris Greasidis]
>> * Avoid loading balena-settings-client in browsers using the browser field [Thodoris Greasidis]
>>
>> #### balena-sdk-17.11.0 - 2023-08-08
>>
>>
>> <details>
>> <summary> Add support for creating isolated in-memory instances [Thodoris Greasidis] </summary>
>>
>>> ##### balena-auth-5.1.0 - 2023-07-28
>>>
>>> * Add support for isolated instances by passing dataDirectory: false [Thodoris Greasidis]
>>>
>>> ##### balena-auth-5.0.1 - 2023-07-28
>>>
>>> * Add multiple instance isolation tests [Thodoris Greasidis]
>>>
>>
>> </details>
>>
>>
>> #### balena-sdk-17.10.2 - 2023-07-25
>>
>>
>> <details>
>> <summary> Update balena-request to 12.0.2 [Thodoris Greasidis] </summary>
>>
>>> ##### balena-request-12.0.2 - 2023-07-25
>>>
>>> * Make `url` a normal dependency [Thodoris Greasidis]
>>>
>>
>> </details>
>>
>>
>> #### balena-sdk-17.10.1 - 2023-07-25
>>
>>
>> <details>
>> <summary> Update dependenecies [Thodoris Greasidis] </summary>
>>
>>> ##### balena-auth-5.0.0 - 2023-07-24
>>>
>>>
>>> <details>
>>> <summary> Update balena-settings-storage to 8.0.0 [Thodoris Greasidis] </summary>
>>>
>>>> ###### balena-settings-storage-8.0.0 - 2023-07-24
>>>>
>>>> * virtual-storage: Use an object without a prototype as the store [Thodoris Greasidis]
>>>> * Specify a browser entry point [Thodoris Greasidis]
>>>> * Use es6 exports [Thodoris Greasidis]
>>>> * Update TypeScript to 5.1.6 [Thodoris Greasidis]
>>>> * Drop support for nodejs < 14 [Thodoris Greasidis]
>>>>
>>>> ###### balena-settings-storage-7.0.2 - 2022-11-08
>>>>
>>>> * Update balena-errors from v4.7.1 to v4.7.3 [JSReds]
>>>>
>>>> ###### balena-settings-storage-7.0.1 - 2022-11-01
>>>>
>>>> * Fix tests on node18 [Thodoris Greasidis]
>>>> * Replace balenaCI with flowzone [JSReds]
>>>>
>>>
>>> </details>
>>>
>>> * Update dependencies [Thodoris Greasidis]
>>> * Drop support for nodejs < 14 [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.2.1 - 2023-07-13
>>>
>>> * patch: Update flowzone.yml [Kyle Harding]
>>>
>>> ##### balena-auth-4.2.0 - 2023-05-25
>>>
>>> * Add a get2FAStatus() method [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.3 - 2023-05-25
>>>
>>> * Fix async tests not waiting for the result [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.2 - 2022-09-26
>>>
>>> * Delete redundant .resinci.yml [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.1 - 2022-09-22
>>>
>>> * Replace balenaCI with flowzone [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.7 - 2023-07-24
>>>
>>> * Update balena-auth to 5.0.0 & balena-request to 12.0.1 [Thodoris Greasidis]
>>> * Use typescript via a devDependency rather than npx [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.6 - 2023-07-24
>>>
>>> * Update mockttp to 3.8.0 [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.5 - 2023-06-01
>>>
>>> * Update minimum node version to v14 [Kyle Harding]
>>> * Update flowzone.yml [Kyle Harding]
>>>
>>> ##### balena-register-device-8.0.4 - 2022-09-26
>>>
>>> * Delete redundant .resinci.yml [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.3 - 2022-09-22
>>>
>>> * Fix overriding the whole webpack resolve section of karma tests [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.2 - 2022-09-22
>>>
>>> * Fix key uniqueness check [Thodoris Greasidis]
>>> * Convert the tests to TypeScript [Thodoris Greasidis]
>>> * Fix karma browser tests in node 18 [Thodoris Greasidis]
>>> * Specify the supported node engines in the package.json [Thodoris Greasidis]
>>>
>>> ##### balena-register-device-8.0.1 - 2022-09-21
>>>
>>> * Replace balenaCI with flowzone [Thodoris Greasidis]
>>>
>>> ##### balena-request-12.0.1 - 2023-07-24
>>>
>>> * Update balena-auth to 5.0.0 [Thodoris Greasidis]
>>>
>>> ##### balena-request-12.0.0 - 2023-07-14
>>>
>>> * Update TypeScript to 5.1.6 [Thodoris Greasidis]
>>> * Update mockttp to v3.8.0 [Thodoris Greasidis]
>>> * Drop support for node < 14 [Thodoris Greasidis]
>>> * Add querystring-es3 polyfill to fix browser tests [Thodoris Greasidis]
>>> * tsconfig: Enable skipLibCheck to avoid mockttp nested dependency errors [Thodoris Greasidis]
>>> * Update TypeScript to 4.9.5 [Thodoris Greasidis]
>>> * patch: Update flowzone.yml [Kyle Harding]
>>>
>>> ##### balena-request-11.5.10 - 2022-11-02
>>>
>>> * Update balena-errors to v4.7.3 [JSReds]
>>>
>>> ##### balena-request-11.5.9 - 2022-09-26
>>>
>>> * Delete redundant .resinci.yml [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.8 - 2022-09-22
>>>
>>> * Fix overriding the whole webpack resolve section of karma tests [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.7 - 2022-09-22
>>>
>>> * Replace balenaCI with flowzone [Thodoris Greasidis]
>>> * Fix tests in node 18 [Thodoris Greasidis]
>>> * Specify the supported node engines in the package.json [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.6 - 2022-09-22
>>>
>>> * Fix the typings to properly mark the auth parameter as optional [Thodoris Greasidis]
>>> * Update TypeScript to 4.8.3 [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.5 - 2022-04-06
>>>
>>> * Fix extracting the response error from object response bodies [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.4 - 2022-04-06
>>>
>>> * Drop explicit karma-chrome-launcher devDependency [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.3 - 2022-04-05
>>>
>>> * Use response error as response message if there is one [Matthew Yarmolinsky]
>>>
>>> ##### balena-request-11.5.2 - 2022-04-04
>>>
>>> * Drop circle.yml [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.1 - 2022-04-04
>>>
>>> * Drop mochainon & bump karma [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.5.0 - 2021-11-28
>>>
>>> * Convert tests to JavaScript and drop coffeescript [Thodoris Greasidis]
>>> * Fix the jsdoc generation [Thodoris Greasidis]
>>> * Convert to typescript and publish typings [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.4.2 - 2021-09-20
>>>
>>> * Allow overriding the default zlib flush setting [Kyle Harding]
>>>
>>> ##### balena-request-11.4.1 - 2021-08-27
>>>
>>> * Allow more lenient gzip decompression [Kyle Harding]
>>>
>>> ##### balena-request-11.4.0 - 2021-03-12
>>>
>>> * Update fetch-ponyfill to v7 [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.3.0 - 2021-03-12
>>>
>>> * Switch to the versioned token refresh endpoint [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.2.1 - 2021-03-12
>>>
>>> * Prevent token refresh when no base url is provided [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.2.0 - 2020-11-12
>>>
>>> * Update balena-auth from 4.0.0 to 4.1.0 [josecoelho]
>>>
>>> ##### balena-request-11.1.1 - 2020-08-13
>>>
>>> * Stop refreshing the token on absolute urls [Thodoris Greasidis]
>>>
>>> ##### balena-request-11.1.0 - 2020-07-16
>>>
>>> * Add lazy loading for most modules [Pagan Gazzard]
>>>
>>> ##### 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]
>>>
>>
>> </details>
>>
>>
>> #### balena-sdk-17.10.0 - 2023-07-11
>>
>> * service: Allow passing an application-service_name pair as a parameter [Thodoris Greasidis]
>>
>> #### balena-sdk-17.9.0 - 2023-07-11
>>
>> * device.serviceVar: Allow passing a service name as a parameter [Thodoris Greasidis]
>>
>> #### balena-sdk-17.8.0 - 2023-07-10
>>
>> * billing: Add `removeBillingInfo` method for removing billing info [myarmolinsky]
>>
>> #### balena-sdk-17.7.1 - 2023-07-09
>>
>> * deviceType.getBySlugOrName: Use a clearer var name in the docs example [Thodoris Greasidis]
>>
>> #### balena-sdk-17.7.0 - 2023-07-06
>>
>> * Add typings for the organization.is_frozen computed term [Thodoris Greasidis]
>>
>> #### balena-sdk-17.6.0 - 2023-07-05
>>
>> * application.create: Enable creating fleets with archived device types [myarmolinsky]
>>
>> #### balena-sdk-17.5.0 - 2023-06-27
>>
>> * Add `owns__credit_bundle` typing for `Organization` [myarmolinsky]
>>
>> #### balena-sdk-17.4.0 - 2023-06-19
>>
>> * Add typings for Credits Notifications [myarmolinsky]
>>
>> #### balena-sdk-17.3.2 - 2023-06-19
>>
>> * util: Simplify the listImagesFromTargetState helper [Thodoris Greasidis]
>>
>> #### balena-sdk-17.3.1 - 2023-06-17
>>
>> * Fix prettier complaining on windows runners [Thodoris Greasidis]
>> * deviceType.getInstructions: Improve the return type [Thodoris Greasidis]
>> * Fix browser tests now failing to find a polyfill for querystring [Thodoris Greasidis]
>>
>> #### balena-sdk-17.3.0 - 2023-06-05
>>
>> * os: Export the OsDownloadOptions type [Thodoris Greasidis]
>>
>> #### balena-sdk-17.2.3 - 2023-06-04
>>
>> * tsconfig: Allow noImplicitThis in the tests [Thodoris Greasidis]
>> * tsconfig: Switch to strict compilation to fix the 5.1 errors [Thodoris Greasidis]
>> * Update TypeScript to 5.1.3 [Thodoris Greasidis]
>>
>> #### balena-sdk-17.2.2 - 2023-06-01
>>
>> * Access other models internally via the shared current sdk instance [Thodoris Greasidis]
>>
>> #### balena-sdk-17.2.1 - 2023-06-01
>>
>> * Convert the remaining .js tests to .ts [Thodoris Greasidis]
>>
>> #### balena-sdk-17.2.0 - 2023-06-01
>>
>> * Extends batch device actions to accept arrays of full UUIDs [Thodoris Greasidis]
>> * device.startOsUpdate: Add support for providing an array of UUIDs [Thodoris Greasidis]
>>
>> #### balena-sdk-17.1.4 - Invalid date
>>
>> * Add 2fa tests [Otávio Jacobi]
>>
>> <details>
>> <summary> Fix auth.twoFactor.isEnabled() regression returning always true [Thodoris Greasidis] </summary>
>>
>>> ##### balena-auth-4.2.0 - 2023-05-25
>>>
>>> * Add a get2FAStatus() method [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.3 - 2023-05-25
>>>
>>> * Fix async tests not waiting for the result [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.2 - 2022-09-26
>>>
>>> * Delete redundant .resinci.yml [Thodoris Greasidis]
>>>
>>> ##### balena-auth-4.1.1 - 2022-09-22
>>>
>>> * Replace balenaCI with flowzone [Thodoris Greasidis]
>>>
>>
>> </details>
>>
>>
>> #### balena-sdk-17.1.3 - 2023-05-29
>>
>> * Add support to short uuid on device.serviceVar.set [Otávio Jacobi]
>>
>> #### balena-sdk-17.1.2 - 2023-05-25
>>
>> * Switch to a stricter request limiting queuing mode [Thodoris Greasidis]
>>
>> #### balena-sdk-17.1.1 - 2023-05-25
>>
>> * Drop the callback examples from the docs [Thodoris Greasidis]
>>
>> #### balena-sdk-17.1.0 - 2023-05-24
>>
>> * Add the requestLimit & requestLimitInterval options to the SDK factory [Thodoris Greasidis]
>>
>> #### balena-sdk-17.0.2 - 2023-05-24
>>
>> * Update dependencies [Thodoris Greasidis]
>>
>> #### balena-sdk-17.0.1 - 2023-05-24
>>
>> * Add a method to retrieve the supervisor image for a DT [Edwin Joassart]
>> * Add util to list images referenced in a target state v3 [Edwin Joassart]
>> * Add a method for retrieving an application's virtual device target supervisor state [Edwin Joassart]
>>
>
> </details>
>
>
> ### balena-preload-14.0.1 - 2023-08-02
>
> * Use SDK getSupervisorTargetStateForApp when getting supervisor state [Otávio Jacobi]
>
</details>
## 16.7.8 - 2023-08-22
* Update balena-settings-storage to 8.1.0 [Otávio Jacobi]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "16.7.8",
"version": "16.7.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "16.7.8",
"version": "16.7.9",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.7.8",
"version": "16.7.9",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-08-22T11:16:34.168Z"
"publishedAt": "2023-08-22T13:33:26.774Z"
}
}