From a7dc00f18144e2636e659e411902819ec274117c Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:57:40 +0000 Subject: [PATCH] v25.1.21 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1e33cd226..68c189acd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove the my_application resource from the resin model + hash: ac8f13c0f264146b94da01f9c131e21fb0bc0751 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 25.1.21 + title: "" + date: 2024-07-03T13:57:33.657Z - commits: - subject: Update grafana/loki Docker tag to v3.1.0 hash: bbf308c9bf01b8040a8aabee0371bbefc98050b0 diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0741cdb..a91378eec 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/). +## 25.1.21 - 2024-07-03 + +* Remove the my_application resource from the resin model [Thodoris Greasidis] + ## 25.1.20 - 2024-07-02 * Update grafana/loki Docker tag to v3.1.0 [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index 10740f477..85eae0476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "25.1.20", + "version": "25.1.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "25.1.20", + "version": "25.1.21", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.2.0", diff --git a/package.json b/package.json index 8393f2d0a..6048f377f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "25.1.20", + "version": "25.1.21", "license": "AGPL-3.0", "repository": { "type": "git", @@ -165,6 +165,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-07-02T23:03:13.938Z" + "publishedAt": "2024-07-03T13:57:34.480Z" } }