Skip to content

Commit

Permalink
v32.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 9, 2024
1 parent e07111c commit 118f37a
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Improve `/api-key/v1` validation
hash: 8374c4ad252fc7aa8b932950ab957d6799b3049d
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 32.1.3
title: ""
date: 2024-12-09T18:18:54.811Z
- commits:
- subject: Properly cascade delete all `dsev` when a service install is deleted
hash: 43a14e6531c7c51c0249886c182889da9d0f8a9b
Expand Down Expand Up @@ -2555,6 +2567,7 @@






The internal and
Expand Down Expand Up @@ -2672,6 +2685,7 @@






Update
Expand Down Expand Up @@ -3743,6 +3757,7 @@






Update
Expand Down Expand Up @@ -3876,6 +3891,7 @@






As balena-lint
Expand Down Expand Up @@ -3984,6 +4000,7 @@






As engine and npm is
Expand Down Expand Up @@ -4107,6 +4124,7 @@






Ensure that the
Expand Down Expand Up @@ -4393,6 +4411,7 @@






This also deprecates
Expand Down Expand Up @@ -4507,6 +4526,7 @@






It can in fact be a
Expand Down Expand Up @@ -4622,6 +4642,7 @@






We know what type
Expand Down Expand Up @@ -4742,6 +4763,7 @@






Update
Expand Down Expand Up @@ -4973,6 +4995,7 @@






This also deprecates
Expand Down Expand Up @@ -5260,6 +5283,7 @@






As balena-lint
Expand Down Expand Up @@ -5367,6 +5391,7 @@






As engine and npm is
Expand Down Expand Up @@ -5489,6 +5514,7 @@






Ensure that the
Expand Down Expand Up @@ -5671,6 +5697,7 @@






As balena-lint
Expand Down Expand Up @@ -5778,6 +5805,7 @@






As engine and npm is
Expand Down Expand Up @@ -5900,6 +5928,7 @@






Ensure that the
Expand Down Expand Up @@ -8095,6 +8124,7 @@






As balena-lint
Expand Down Expand Up @@ -8202,6 +8232,7 @@






As engine and npm is
Expand Down Expand Up @@ -8324,6 +8355,7 @@






Ensure that the
Expand Down Expand Up @@ -8509,6 +8541,7 @@






This also deprecates
Expand Down Expand Up @@ -8622,6 +8655,7 @@






It can in fact be a
Expand Down Expand Up @@ -8736,6 +8770,7 @@






We know what type
Expand Down Expand Up @@ -8855,6 +8890,7 @@






Update
Expand Down Expand Up @@ -9085,6 +9121,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.1.3 - 2024-12-09

* Improve `/api-key/v1` validation [Pagan Gazzard]

## 32.1.2 - 2024-12-09

* Properly cascade delete all `dsev` when a service install is deleted [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": "32.1.2",
"version": "32.1.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-09T16:50:38.446Z"
"publishedAt": "2024-12-09T18:18:55.863Z"
}
}

0 comments on commit 118f37a

Please sign in to comment.