Skip to content

Commit

Permalink
v32.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 11, 2024
1 parent e2e5c18 commit b2059b8
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,20 @@
- commits:
- subject: Add support for power mode & fan profile boot configs
hash: 4969049bc7959912e4d77c658f2cd9b01ef5c4f5
body: |
The boot configs will apply to devices with Jetpack 6 OS's initially,
and require Supervisor v16.8.0 or newer. This may change in the future
if we add support for older Jetpack versions.
footer:
Change-type: minor
change-type: minor
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
version: 32.2.0
title: ""
date: 2024-12-11T00:22:34.659Z
- commits:
- subject: Convert some bluebird usage to native promises
hash: 78045078b7d3a497a070f2994c8af5480d3d8705
Expand Down Expand Up @@ -2581,6 +2598,7 @@






The internal and
Expand Down Expand Up @@ -2700,6 +2718,7 @@






Update
Expand Down Expand Up @@ -3773,6 +3792,7 @@






Update
Expand Down Expand Up @@ -3908,6 +3928,7 @@






As balena-lint
Expand Down Expand Up @@ -4018,6 +4039,7 @@






As engine and npm is
Expand Down Expand Up @@ -4143,6 +4165,7 @@






Ensure that the
Expand Down Expand Up @@ -4431,6 +4454,7 @@






This also deprecates
Expand Down Expand Up @@ -4547,6 +4571,7 @@






It can in fact be a
Expand Down Expand Up @@ -4664,6 +4689,7 @@






We know what type
Expand Down Expand Up @@ -4786,6 +4812,7 @@






Update
Expand Down Expand Up @@ -5019,6 +5046,7 @@






This also deprecates
Expand Down Expand Up @@ -5308,6 +5336,7 @@






As balena-lint
Expand Down Expand Up @@ -5417,6 +5446,7 @@






As engine and npm is
Expand Down Expand Up @@ -5541,6 +5571,7 @@






Ensure that the
Expand Down Expand Up @@ -5725,6 +5756,7 @@






As balena-lint
Expand Down Expand Up @@ -5834,6 +5866,7 @@






As engine and npm is
Expand Down Expand Up @@ -5958,6 +5991,7 @@






Ensure that the
Expand Down Expand Up @@ -8155,6 +8189,7 @@






As balena-lint
Expand Down Expand Up @@ -8264,6 +8299,7 @@






As engine and npm is
Expand Down Expand Up @@ -8388,6 +8424,7 @@






Ensure that the
Expand Down Expand Up @@ -8575,6 +8612,7 @@






This also deprecates
Expand Down Expand Up @@ -8690,6 +8728,7 @@






It can in fact be a
Expand Down Expand Up @@ -8806,6 +8845,7 @@






We know what type
Expand Down Expand Up @@ -8927,6 +8967,7 @@






Update
Expand Down Expand Up @@ -9159,6 +9200,7 @@






This also deprecates
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/).

## 32.2.0 - 2024-12-11

* Add support for power mode & fan profile boot configs [Christina Ying Wang]

## 32.1.4 - 2024-12-10

* Convert some bluebird usage to native promises [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": "32.1.4",
"version": "32.2.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -166,6 +166,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-12-10T18:26:20.207Z"
"publishedAt": "2024-12-11T00:22:35.693Z"
}
}

0 comments on commit b2059b8

Please sign in to comment.