From 4591a3ac290a308470a9a10f4485fe9a6da97e97 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:08:01 +0000 Subject: [PATCH] v31.2.23 --- .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 9a54abf46..3f1d12ef6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update device service environment variable hook to navigate via device + rather than service install + hash: fe794e3e1ba5cb3f3cf713b58000f6f899ab8e83 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 31.2.23 + title: "" + date: 2024-11-29T11:07:56.248Z - commits: - subject: Remove usage of service_install resource on state get v3 hash: 039d1728c3f80552e4bd3643dbda23dedb9e951f @@ -2063,6 +2076,7 @@ + The internal and @@ -2161,6 +2175,7 @@ + Update @@ -3213,6 +3228,7 @@ + Update @@ -3327,6 +3343,7 @@ + As balena-lint @@ -3416,6 +3433,7 @@ + As engine and npm is @@ -3520,6 +3538,7 @@ + Ensure that the @@ -3787,6 +3806,7 @@ + This also deprecates @@ -3882,6 +3902,7 @@ + It can in fact be a @@ -3978,6 +3999,7 @@ + We know what type @@ -4079,6 +4101,7 @@ + Update @@ -4291,6 +4314,7 @@ + This also deprecates @@ -4559,6 +4583,7 @@ + As balena-lint @@ -4647,6 +4672,7 @@ + As engine and npm is @@ -4750,6 +4776,7 @@ + Ensure that the @@ -4913,6 +4940,7 @@ + As balena-lint @@ -5001,6 +5029,7 @@ + As engine and npm is @@ -5104,6 +5133,7 @@ + Ensure that the @@ -7280,6 +7310,7 @@ + As balena-lint @@ -7368,6 +7399,7 @@ + As engine and npm is @@ -7471,6 +7503,7 @@ + Ensure that the @@ -7637,6 +7670,7 @@ + This also deprecates @@ -7731,6 +7765,7 @@ + It can in fact be a @@ -7826,6 +7861,7 @@ + We know what type @@ -7926,6 +7962,7 @@ + Update @@ -8137,6 +8174,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eeeb179a..b974acdd7 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/). +## 31.2.23 - 2024-11-29 + +* Update device service environment variable hook to navigate via device rather than service install [Otavio Jacobi] + ## 31.2.22 - 2024-11-28 * Remove usage of service_install resource on state get v3 [Otavio Jacobi] diff --git a/package-lock.json b/package-lock.json index 4f21af941..4c4636278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.2.22", + "version": "31.2.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.2.22", + "version": "31.2.23", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 905b709d7..54dbc6998 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "31.2.22", + "version": "31.2.23", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-11-28T19:18:19.305Z" + "publishedAt": "2024-11-29T11:07:57.254Z" } }