From 4d911c6a3bbabb16cb0a4043261a84ff3017a7d4 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 30 Oct 2020 23:59:18 +0200 Subject: [PATCH] v12.1.3 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ef4bae8e..2e4babb6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Add pipex to codeowners + hash: d016f7a13cde070ce95e717e9ce8a9a356150a2f + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + nested: [] + version: 12.1.3 + date: 2020-10-30T21:52:51.348Z - commits: - subject: Mount docker socket under `/host/run` for services hash: 01477e41b8d3b12aebd5460bec9ed1991fbbb270 diff --git a/CHANGELOG.md b/CHANGELOG.md index f01a56ac..e903bd29 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.1.3 +## (2020-10-30) + +* Add pipex to codeowners [Miguel Casqueira] + # v12.1.2 ## (2020-10-29) diff --git a/VERSION b/VERSION index a7b56e36..846602d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.1.2 \ No newline at end of file +12.1.3 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d0bd9329..48775e58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.1.2", + "version": "12.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6c0a379..a3ee93d8 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.1.2", + "version": "12.1.3", "license": "Apache-2.0", "repository": { "type": "git",