From 4263f9ab8800be408ace0edb8da8abc3261bb829 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 20 Aug 2020 13:10:36 +0300 Subject: [PATCH] v11.12.9 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f0153044..5165e761 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Don't enforce the vc4-fkms-v3d dtoverlay on rpi4 + hash: de4c1b25385630b6f9fadb7a362d5556c2cc5008 + body: '' + footer: + Change-type: patch + change-type: patch + Closes: '#1404' + closes: '#1404' + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + nested: [] + version: 11.12.9 + date: 2020-08-20T09:24:11.110Z - commits: - subject: Update dependencies hash: ea34a2d10a3acd19cfefe4c847eb96579315429a diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e626e1d..7ea908dc 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/). +# v11.12.9 +## (2020-08-20) + +* Don't enforce the vc4-fkms-v3d dtoverlay on rpi4 [Cameron Diver] + # v11.12.8 ## (2020-08-19) diff --git a/VERSION b/VERSION index d6c2af13..e204b3c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.12.8 \ No newline at end of file +11.12.9 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b78a66e6..e4e38b51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.12.8", + "version": "11.12.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 181793da..7a81c21d 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": "11.12.8", + "version": "11.12.9", "license": "Apache-2.0", "repository": { "type": "git",