Skip to content

Commit

Permalink
v29.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 16, 2024
1 parent ad78ec9 commit a09cfb3
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
43 changes: 43 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: Avoid throwing when `service_install` not found in state-get endpoints
hash: 60105509a14b5c1229cc4bfd68cad454298bcadb
body: >
A given device does not require that the service_install has been
previously created in order for state-get to work.
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 29.1.4
title: ""
date: 2024-10-16T11:16:57.468Z
- commits:
- subject: Fix the application cleanup in the resource filtering tests
hash: c7206fbe7252a4e1c7c0a1efe7216de6a7914d57
Expand Down Expand Up @@ -692,6 +706,7 @@
body: >



Update
@balena/abstract-sql-compiler
from 8.5.0 to 9.0.4
Expand All @@ -708,6 +723,7 @@
body: >



The internal and
external
representation of
Expand Down Expand Up @@ -740,6 +756,7 @@
body: >



Update
@types/chai-datetime
from 0.0.37 to
Expand Down Expand Up @@ -1201,6 +1218,7 @@
body: >



- Update
@balena/lint from
6.2.2 to 7.2.4
Expand Down Expand Up @@ -1693,6 +1711,7 @@
body: >



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




As balena-lint
rejects `new
Boolean()`, `new
Expand All @@ -1764,6 +1784,7 @@




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




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -1866,6 +1888,7 @@
body: >



Update
@balena/abstract-sql-compiler
from 8.4.0 to 8.4.1
Expand Down Expand Up @@ -1895,6 +1918,7 @@
body: >



Update
@balena/abstract-sql-compiler
from 8.0.0 to 8.4.0
Expand All @@ -1914,6 +1938,7 @@




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




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




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




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




This also deprecates
the legacy use of
direct true/false
Expand Down Expand Up @@ -2356,6 +2385,7 @@
body: >



As balena-lint
rejects `new
Boolean()`, `new
Expand All @@ -2378,6 +2408,7 @@
body: >



As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -2415,6 +2446,7 @@
body: >



Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -2512,6 +2544,7 @@
body: >



As balena-lint
rejects `new
Boolean()`, `new
Expand All @@ -2534,6 +2567,7 @@
body: >



As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -2571,6 +2605,7 @@
body: >



Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -4689,6 +4724,7 @@
body: >



As balena-lint
rejects `new
Boolean()`, `new
Expand All @@ -4711,6 +4747,7 @@
body: >



As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -4748,6 +4785,7 @@
body: >



Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -4855,6 +4893,7 @@
body: >



This also deprecates
the legacy version
footer:
Expand Down Expand Up @@ -4883,6 +4922,7 @@
body: >



It can in fact be a
lot of different
things and that is
Expand Down Expand Up @@ -4912,6 +4952,7 @@
body: >



We know what type
they return and they
should be explicitly
Expand Down Expand Up @@ -4946,6 +4987,7 @@
body: >



Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -5091,6 +5133,7 @@
body: >



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/).

## 29.1.4 - 2024-10-16

* Avoid throwing when `service_install` not found in state-get endpoints [Otavio Jacobi]

## 29.1.3 - 2024-10-10

* Fix the application cleanup in the resource filtering tests [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.1.3",
"version": "29.1.4",
"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-10T22:46:19.306Z"
"publishedAt": "2024-10-16T11:16:58.478Z"
}
}

0 comments on commit a09cfb3

Please sign in to comment.