diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ad5301fea..a28cb9fb5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update grafana/loki Docker tag to v2.9.1 + hash: d5f9712ca10d320aef3e3617956728585c82005a + body: | + Update grafana/loki from 2.9.0 to 2.9.1 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 14.5.6 + title: "" + date: 2023-09-14T17:21:44.170Z - commits: - subject: Update balena/open-balena-base Docker tag to v16.0.1 hash: e64df56c0da52e2c517ebb7cc90c69fa506dae5d diff --git a/CHANGELOG.md b/CHANGELOG.md index 332d23e67..4c1705d97 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/). +## 14.5.6 - 2023-09-14 + +* Update grafana/loki Docker tag to v2.9.1 [Self-hosted Renovate Bot] + ## 14.5.5 - 2023-09-13 diff --git a/package-lock.json b/package-lock.json index 229d3b194..a2dd56acc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "14.5.5", + "version": "14.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "14.5.5", + "version": "14.5.6", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.3", diff --git a/package.json b/package.json index 38255a623..95ac8d4a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "14.5.5", + "version": "14.5.6", "license": "AGPL-3.0", "repository": { "type": "git", @@ -153,6 +153,6 @@ "_": "index.js" }, "versionist": { - "publishedAt": "2023-09-13T00:20:53.463Z" + "publishedAt": "2023-09-14T17:21:45.333Z" } }