Skip to content

Commit

Permalink
v29.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 4, 2024
1 parent 6fb08d2 commit 64e6b8e
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 4 deletions.
91 changes: 91 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,94 @@
- commits:
- subject: Update @balena/pinejs to 19.0.4
hash: 853ceaf8c98315f1cbd2e2a03a5de1fffd506c47
body: |
Update @balena/pinejs from 19.0.2 to 19.0.4
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested:
- commits:
- subject: Update dependencies
hash: d900e54aa1ff497da1335c2fd2d39a7790b8ab49
body: |
Update @balena/odata-parser from 3.0.8 to 3.1.0
Update @balena/odata-to-abstract-sql from 6.3.0 to 6.4.0
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested:
- commits:
- subject: Use bind vars for $top and $skip options
hash: f160a140209cc5c9d3abc617cf8de7a37a0abf16
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
version: odata-parser-3.1.0
title: ""
date: 2024-10-03T23:27:17.856Z
- commits:
- subject: Support number references as boolean types
hash: 7ab64045cd94b573f51ab193be0f80712df195eb
body: >
This allows things like `$top=10` and `$skip=5` to work
whilst being

converted to bind variables


Update @balena/odata-parser from 3.0.8 to 3.1.0
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested:
- commits:
- subject: Use bind vars for $top and $skip options
hash: f160a140209cc5c9d3abc617cf8de7a37a0abf16
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
version: odata-parser-3.1.0
title: ""
date: 2024-10-03T23:27:17.856Z
version: odata-to-abstract-sql-6.4.0
title: ""
date: 2024-10-04T12:00:36.654Z
version: pinejs-19.0.4
title: ""
date: 2024-10-04T14:46:41.368Z
- commits:
- subject: Pin minio/minio and minio/mc versions
hash: 2f7012ed804f03675ebc1bb6cada6a66eeb4a0c2
body: >
This is necessary as the current (Oct, 04, 2024) minio latest
versions are triggering for yet unknown reasons "Bucket not
found" errors.
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
- subject: Fix large webresource test race condition
hash: 6d78964a40596f327c6f1aa431bc91b26a2c377a
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: pinejs-19.0.3
title: ""
date: 2024-10-04T14:21:36.170Z
version: 29.0.2
title: ""
date: 2024-10-04T16:07:31.776Z
- commits:
- subject: Add a test for the fleet state GET v3 endpoint
hash: 2ce0b24897f9ee61274b000a46ac8db71fd66a4e
Expand Down
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,48 @@ 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/).

## 29.0.2 - 2024-10-04


<details>
<summary> Update @balena/pinejs to 19.0.4 [Pagan Gazzard] </summary>

> ### pinejs-19.0.4 - 2024-10-04
>
>
> <details>
> <summary> Update dependencies [Pagan Gazzard] </summary>
>
>> #### odata-parser-3.1.0 - 2024-10-03
>>
>> * Use bind vars for $top and $skip options [Pagan Gazzard]
>>
>> #### odata-to-abstract-sql-6.4.0 - 2024-10-04
>>
>>
>> <details>
>> <summary> Support number references as boolean types [Pagan Gazzard] </summary>
>>
>>> ##### odata-parser-3.1.0 - 2024-10-03
>>>
>>> * Use bind vars for $top and $skip options [Pagan Gazzard]
>>>
>>
>> </details>
>>
>>
>
> </details>
>
>
> ### pinejs-19.0.3 - 2024-10-04
>
> * Pin minio/minio and minio/mc versions [Otavio Jacobi]
> * Fix large webresource test race condition [Otavio Jacobi]
>

</details>

## 29.0.1 - 2024-10-02

* Add a test for the fleet state GET v3 endpoint [Thodoris Greasidis]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@balena/open-balena-api",
"description": "Internet of things, Made Simple",
"version": "29.0.1",
"version": "29.0.2",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -168,6 +168,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-10-02T15:32:59.408Z"
"publishedAt": "2024-10-04T16:07:33.647Z"
}
}

0 comments on commit 64e6b8e

Please sign in to comment.