diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ab921f365..89e81be38 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,27 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v16.0.18 + hash: 6855d004046a85160fbca72e000f390e6f68c351 + body: | + Update balena/open-balena-base from 16.0.17 to 16.0.18 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: add missing data. host + hash: 76608ddf5578f54a4dda563f4c8a2a35f303110a + body: "" + footer: + change-type: patch + author: ab77 + nested: [] + version: open-balena-base-16.0.18 + title: "" + date: 2023-12-13T01:16:22.659Z + version: 14.15.7 + title: "" + date: 2023-12-13T02:17:29.538Z - commits: - subject: Avoid any async operations for loki publish before processing logs hash: 79bf42cb5fa44ab1be868df2440c546a205bb780 diff --git a/CHANGELOG.md b/CHANGELOG.md index 464ee290f..c3e1900d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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/). +## 14.15.7 - 2023-12-13 + + +
+ Update balena/open-balena-base Docker tag to v16.0.18 [Self-hosted Renovate Bot] + +> ### open-balena-base-16.0.18 - 2023-12-13 +> +> * add missing data. host [ab77] +> + +
+ ## 14.15.6 - 2023-12-12 * Avoid any async operations for loki publish before processing logs [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index b0f4de5c3..19ae35282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "14.15.6", + "version": "14.15.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "14.15.6", + "version": "14.15.7", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.3", diff --git a/package.json b/package.json index f3ad88106..4b250d660 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "14.15.6", + "version": "14.15.7", "license": "AGPL-3.0", "repository": { "type": "git", @@ -154,6 +154,6 @@ "_": "index.js" }, "versionist": { - "publishedAt": "2023-12-12T10:36:46.441Z" + "publishedAt": "2023-12-13T02:17:31.273Z" } }