From eb262fe9a26c8d1011b3531522165d37355cc4d5 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 1 Jun 2020 12:41:28 +0300 Subject: [PATCH] v2.0.3 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f65c0c2..7984e75 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: 'docs: Add PSA about balenaOS version breakage' + hash: d33560755f5e121b1ee6524615b995d14982d35d + body: | + Due to a change in the balena-supervisor codebase, only balenaOS + versions <= 2.49.0 are working with open-balena. + + This documentation change is a band-aid while we resolve the issue. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Rich Bayliss + signed-off-by: Rich Bayliss + author: Rich Bayliss + version: 2.0.3 + date: 2020-06-01T09:37:09.224Z - commits: - subject: Added units to haproxy.cfg default timeouts hash: de0293563f32961ff756df63d096af0fb2203d12 diff --git a/CHANGELOG.md b/CHANGELOG.md index be38b07..0189f89 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/). +# v2.0.3 +## (2020-06-01) + +* docs: Add PSA about balenaOS version breakage [Rich Bayliss] + # v2.0.2 ## (2020-04-03) diff --git a/VERSION b/VERSION index f93ea0c..6acdb44 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2 \ No newline at end of file +2.0.3 \ No newline at end of file