Skip to content

Commit

Permalink
v30.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 21, 2024
1 parent 9001ce3 commit 2ae11af
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 4 deletions.
42 changes: 42 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Change state GET v2 & v3 to use the `release_image` term form instead
of `release.contains__image`
hash: ecce0f0e3c07b4b5f4bf7569eb4d587d6950e784
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 30.0.10
title: ""
date: 2024-10-21T15:06:33.460Z
- commits:
- subject: Add the ability to enable pine async tasks
hash: b461715e3b6eb2c1c21b8bca1ad95c94fbafcb6f
Expand Down Expand Up @@ -949,6 +962,7 @@




Update
@balena/abstract-sql-compiler
from 8.5.0 to 9.0.4
Expand Down Expand Up @@ -976,6 +990,7 @@




The internal and
external
representation of
Expand Down Expand Up @@ -1019,6 +1034,7 @@




Update
@types/chai-datetime
from 0.0.37 to
Expand Down Expand Up @@ -1491,6 +1507,7 @@




- Update
@balena/lint from
6.2.2 to 7.2.4
Expand Down Expand Up @@ -1994,6 +2011,7 @@




Update
@balena/odata-parser
from 2.4.6 to 3.0.0
Expand Down Expand Up @@ -2053,6 +2071,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -2087,6 +2106,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -2136,6 +2156,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -2211,6 +2232,7 @@




Update
@balena/abstract-sql-compiler
from 8.4.0 to 8.4.1
Expand Down Expand Up @@ -2251,6 +2273,7 @@




Update
@balena/abstract-sql-compiler
from 8.0.0 to 8.4.0
Expand Down Expand Up @@ -2281,6 +2304,7 @@




This also deprecates
the legacy version
footer:
Expand Down Expand Up @@ -2321,6 +2345,7 @@




It can in fact be a
lot of different
things and that is
Expand Down Expand Up @@ -2362,6 +2387,7 @@




We know what type
they return and they
should be explicitly
Expand Down Expand Up @@ -2408,6 +2434,7 @@




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -2565,6 +2592,7 @@




This also deprecates
the legacy use of
direct true/false
Expand Down Expand Up @@ -2778,6 +2806,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -2811,6 +2840,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -2859,6 +2889,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -2967,6 +2998,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -3000,6 +3032,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -3048,6 +3081,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -5177,6 +5211,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -5210,6 +5245,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -5258,6 +5294,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -5376,6 +5413,7 @@




This also deprecates
the legacy version
footer:
Expand Down Expand Up @@ -5415,6 +5453,7 @@




It can in fact be a
lot of different
things and that is
Expand Down Expand Up @@ -5455,6 +5494,7 @@




We know what type
they return and they
should be explicitly
Expand Down Expand Up @@ -5500,6 +5540,7 @@




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -5656,6 +5697,7 @@




This also deprecates
the legacy use of
direct true/false
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/).

## 30.0.10 - 2024-10-21

* Change state GET v2 & v3 to use the `release_image` term form instead of `release.contains__image` [Thodoris Greasidis]

## 30.0.9 - 2024-10-21

* Add the ability to enable pine async tasks [Otavio Jacobi]
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": "30.0.9",
"version": "30.0.10",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -167,6 +167,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-10-21T12:35:53.132Z"
"publishedAt": "2024-10-21T15:06:34.653Z"
}
}

0 comments on commit 2ae11af

Please sign in to comment.