diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a76be500e..68c728f52 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Check that docker images list is provided before generating cache tags + hash: d9253f933c0b23c72de3cea76b9eeb13e561b703 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 5.12.17 + title: "" + date: 2023-11-14T00:33:35.151Z - commits: - subject: Update balena-io/deploy-to-balena-action action to v1.1.8 hash: 82e35a6b18a55776f852f2e50140fe058acbcf3e diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6e4e1fc..cada30d3d 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/). +## 5.12.17 - 2023-11-14 + +* Check that docker images list is provided before generating cache tags [Kyle Harding] + ## 5.12.16 - 2023-11-13 * Update balena-io/deploy-to-balena-action action to v1.1.8 [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index 221aeb758..b695796f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "5.12.16", + "version": "5.12.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "5.12.16", + "version": "5.12.17", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 821283c18..85801e2ac 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "5.12.16", + "version": "5.12.17", "versionist": { - "publishedAt": "2023-11-13T17:53:02.316Z" + "publishedAt": "2023-11-14T00:33:35.657Z" } }