From ebce68d6d10d724c343887c2c3f85a626de9cd00 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:31:26 +0200 Subject: [PATCH] v12.4.8 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 80f03e4a..c5ab1f08 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Add explicit dockerode dependency + hash: b83160ff4b16e4c432760ba88c30f3b1e4ab4318 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 12.4.8 + date: 2021-03-22T13:18:12.146Z - commits: - subject: 'typos: seperate -> separate' hash: f9a157c9ecfd8ea37a4ed3a5f123db9ec6828fdd diff --git a/CHANGELOG.md b/CHANGELOG.md index 8369e855..49642410 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/). +# v12.4.8 +## (2021-03-22) + +* Add explicit dockerode dependency [Pagan Gazzard] + # v12.4.7 ## (2021-03-17) diff --git a/VERSION b/VERSION index be91bde6..43f07e80 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.4.7 \ No newline at end of file +12.4.8 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 56dfbd11..eb13db9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.4.7", + "version": "12.4.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b97e72f7..d24741b5 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": "12.4.7", + "version": "12.4.8", "license": "Apache-2.0", "repository": { "type": "git",