diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f4056397f2..30a3237008 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: "os: self-service updates: document the requirement of exclusive locks" + hash: a66bc31c6ce1b5d244888110d709047cb6f542db + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: 5.58.3 + title: "" + date: 2023-11-10T14:47:55.872Z - commits: - subject: "patch: Add GitHub container registry to registry-secrets docs" hash: 37b2b190061e477b731c0779a4af4044025d3768 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b84bb509c..280090699f 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.58.3 - 2023-11-10 + +* os: self-service updates: document the requirement of exclusive locks [Alex Gonzalez] + ## 5.58.2 - 2023-11-08 * patch: Add GitHub container registry to registry-secrets docs [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 762358dca8..23ca79cac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.58.2", + "version": "5.58.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.58.2", + "version": "5.58.3", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index acd8da5355..73a624cac9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.58.2", + "version": "5.58.3", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.13.2" }, "versionist": { - "publishedAt": "2023-11-08T16:05:32.845Z" + "publishedAt": "2023-11-10T14:47:56.609Z" } }