diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a28cb9fb5..6373ebb09 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Use general Redis auth when also using the general Redis host + hash: 9d8252d80be726e69c533795a5ef19facbb76fa2 + body: "" + footer: + Resolves: balena-io#1424 + resolves: balena-io#1424 + Change-type: minor + change-type: minor + author: Shaun Cooley + nested: [] + version: 14.6.0 + title: "" + date: 2023-09-20T13:27:49.310Z - commits: - subject: Update grafana/loki Docker tag to v2.9.1 hash: d5f9712ca10d320aef3e3617956728585c82005a diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1705d97..3db2b014f 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.6.0 - 2023-09-20 + +* Use general Redis auth when also using the general Redis host [Shaun Cooley] + ## 14.5.6 - 2023-09-14 * Update grafana/loki Docker tag to v2.9.1 [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index a2dd56acc..943488ab3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "14.5.6", + "version": "14.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "14.5.6", + "version": "14.6.0", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.3", diff --git a/package.json b/package.json index 95ac8d4a9..06a1815e1 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.6", + "version": "14.6.0", "license": "AGPL-3.0", "repository": { "type": "git", @@ -153,6 +153,6 @@ "_": "index.js" }, "versionist": { - "publishedAt": "2023-09-14T17:21:45.333Z" + "publishedAt": "2023-09-20T13:27:50.560Z" } }