Skip to content

Commit

Permalink
v30.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 22, 2024
1 parent 45e7e66 commit d01fe3b
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 4 deletions.
41 changes: 41 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Add service installs resource specific tests
hash: aaa1cbe8524653e76823274f4fe312d98568d14d
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 30.0.12
title: ""
date: 2024-10-22T10:27:06.775Z
- commits:
- subject: Do not include the `FILES_HOST` env var in the `getLogoUrl` cache
hash: 256ee47776a19986ba88d71ae9f30408a3e346d2
Expand Down Expand Up @@ -976,6 +988,7 @@




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




The internal and
external
representation of
Expand Down Expand Up @@ -1050,6 +1064,7 @@




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -5739,6 +5779,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.12 - 2024-10-22

* Add service installs resource specific tests [Otavio Jacobi]

## 30.0.11 - 2024-10-21

* Do not include the `FILES_HOST` env var in the `getLogoUrl` cache [Pagan Gazzard]
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.11",
"version": "30.0.12",
"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-21T17:26:38.923Z"
"publishedAt": "2024-10-22T10:27:07.788Z"
}
}

0 comments on commit d01fe3b

Please sign in to comment.