diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8486303e8..48189541f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: "docs: api: start-service: specify this endpoint affects the device" + hash: 096fdbc74ab4ca9a58603eec5774435ff07bedb1 + body: | + The description incorrectly states the endpoint would start a service + in the whole fleet while it only affects the device. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: 15.1.1 + title: "" + date: 2024-01-02T18:35:24.583Z - commits: - subject: Force remove container if updateMetadata fails hash: 3ea8d4727a4f4b068b308d1f407b7cf0dae2733b diff --git a/CHANGELOG.md b/CHANGELOG.md index 97be2527b..d7ec90310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v15.1.1 +## (2024-01-02) + +* docs: api: start-service: specify this endpoint affects the device [Alex Gonzalez] + # v15.1.0 ## (2023-11-22) diff --git a/VERSION b/VERSION index 3dc9b0362..ebed9e6f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.1.0 \ No newline at end of file +15.1.1 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 9b44b3415..0267843b6 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 15.1.0 +version: 15.1.1 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 5d142d715..8743a3ee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "15.1.0", + "version": "15.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "15.1.0", + "version": "15.1.1", "license": "Apache-2.0", "dependencies": { "@balena/systemd": "^0.5.0", diff --git a/package.json b/package.json index 4243bb974..c040f9ab6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "15.1.0", + "version": "15.1.1", "license": "Apache-2.0", "repository": { "type": "git", @@ -140,6 +140,6 @@ "yargs": "^15.4.1" }, "versionist": { - "publishedAt": "2023-11-22T20:12:14.091Z" + "publishedAt": "2024-01-02T18:35:25.099Z" } }