From 352f723b121abb10f19e2915071d96f9a6745280 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:31:31 +0000 Subject: [PATCH] v33.0.2 --- .versionbot/CHANGELOG.yml | 38 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 46 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b287d7a28..d1f0c1a16 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Rollback nullable service install FK on device service environment + variable + hash: 9a86235c89a95a5bfd4457c2b9f229abb403c380 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 33.0.2 + title: "" + date: 2024-12-12T12:31:25.609Z - commits: - subject: Revert delete cascade of device service environment variable on v7 only hash: 0acfbc4c7bd96599d600942864317858d22ed719 @@ -2692,6 +2705,7 @@ + The internal and @@ -2816,6 +2830,7 @@ + Update @@ -3894,6 +3909,7 @@ + Update @@ -4034,6 +4050,7 @@ + As balena-lint @@ -4149,6 +4166,7 @@ + As engine and npm is @@ -4279,6 +4297,7 @@ + Ensure that the @@ -4572,6 +4591,7 @@ + This also deprecates @@ -4693,6 +4713,7 @@ + It can in fact be a @@ -4815,6 +4836,7 @@ + We know what type @@ -4942,6 +4964,7 @@ + Update @@ -5180,6 +5203,7 @@ + This also deprecates @@ -5474,6 +5498,7 @@ + As balena-lint @@ -5588,6 +5613,7 @@ + As engine and npm is @@ -5717,6 +5743,7 @@ + Ensure that the @@ -5906,6 +5933,7 @@ + As balena-lint @@ -6020,6 +6048,7 @@ + As engine and npm is @@ -6149,6 +6178,7 @@ + Ensure that the @@ -8351,6 +8381,7 @@ + As balena-lint @@ -8465,6 +8496,7 @@ + As engine and npm is @@ -8594,6 +8626,7 @@ + Ensure that the @@ -8786,6 +8819,7 @@ + This also deprecates @@ -8906,6 +8940,7 @@ + It can in fact be a @@ -9027,6 +9062,7 @@ + We know what type @@ -9153,6 +9189,7 @@ + Update @@ -9390,6 +9427,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9093bdc..1daa603db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2 - 2024-12-12 + +* Rollback nullable service install FK on device service environment variable [Otavio Jacobi] + ## 33.0.1 - 2024-12-11 * Revert delete cascade of device service environment variable on v7 only [Otavio Jacobi] diff --git a/package-lock.json b/package-lock.json index d2f96ec38..38c5d2252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "33.0.1", + "version": "33.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "33.0.1", + "version": "33.0.2", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 874e876b8..ee1985e78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "33.0.1", + "version": "33.0.2", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-11T17:04:41.160Z" + "publishedAt": "2024-12-12T12:31:26.711Z" } }