Skip to content

Commit

Permalink
v33.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 12, 2024
1 parent cf7798d commit 1631258
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,19 @@
- commits:
- subject: 'vars-schema/env-vars: Drop "default" setting from power_mode'
hash: bfc8b39d16476cdfa5a190ff6af6297882a3b592
body: >
The 'default' setting is only supported for fan-profile, and not for
power mode. Let's drop this from the examples.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
author: Alexandru
nested: []
version: 33.0.3
title: ""
date: 2024-12-12T16:59:44.798Z
- commits:
- subject: Rollback nullable service install FK on device service environment
variable
Expand Down Expand Up @@ -2706,6 +2722,7 @@






The internal and
Expand Down Expand Up @@ -2831,6 +2848,7 @@






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






Update
Expand Down Expand Up @@ -4051,6 +4070,7 @@






As balena-lint
Expand Down Expand Up @@ -4167,6 +4187,7 @@






As engine and npm is
Expand Down Expand Up @@ -4298,6 +4319,7 @@






Ensure that the
Expand Down Expand Up @@ -4592,6 +4614,7 @@






This also deprecates
Expand Down Expand Up @@ -4714,6 +4737,7 @@






It can in fact be a
Expand Down Expand Up @@ -4837,6 +4861,7 @@






We know what type
Expand Down Expand Up @@ -4965,6 +4990,7 @@






Update
Expand Down Expand Up @@ -5204,6 +5230,7 @@






This also deprecates
Expand Down Expand Up @@ -5499,6 +5526,7 @@






As balena-lint
Expand Down Expand Up @@ -5614,6 +5642,7 @@






As engine and npm is
Expand Down Expand Up @@ -5744,6 +5773,7 @@






Ensure that the
Expand Down Expand Up @@ -5934,6 +5964,7 @@






As balena-lint
Expand Down Expand Up @@ -6049,6 +6080,7 @@






As engine and npm is
Expand Down Expand Up @@ -6179,6 +6211,7 @@






Ensure that the
Expand Down Expand Up @@ -8382,6 +8415,7 @@






As balena-lint
Expand Down Expand Up @@ -8497,6 +8531,7 @@






As engine and npm is
Expand Down Expand Up @@ -8627,6 +8662,7 @@






Ensure that the
Expand Down Expand Up @@ -8820,6 +8856,7 @@






This also deprecates
Expand Down Expand Up @@ -8941,6 +8978,7 @@






It can in fact be a
Expand Down Expand Up @@ -9063,6 +9101,7 @@






We know what type
Expand Down Expand Up @@ -9190,6 +9229,7 @@






Update
Expand Down Expand Up @@ -9428,6 +9468,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/).

## 33.0.3 - 2024-12-12

* vars-schema/env-vars: Drop "default" setting from power_mode [Alexandru]

## 33.0.2 - 2024-12-12

* Rollback nullable service install FK on device service environment variable [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": "33.0.2",
"version": "33.0.3",
"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-12T12:31:26.711Z"
"publishedAt": "2024-12-12T16:59:45.845Z"
}
}

0 comments on commit 1631258

Please sign in to comment.