From f6b9596a1fbb64d0e7d0de0500f3a885cfc18f02 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 19 Jul 2022 17:49:38 +0000 Subject: [PATCH] v14.1.0 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 29 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3219c96e..1f12a6e2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Disable event tracking + hash: 7394df5a4b0674c8bd2d493c7ec051bb0e97ff8d + body: | + The supervisor used to rely on specific event reporting for identifying + issues at runtime. As the platform has grown, it has become much more + difficult to get any signal from the event noise. Recently the API side + for these events has been disabled, meaning these events only + contribute to bandwidth consumption. This commit disables the + event reporting feature of the supervisor which will be most likely + replaced by something like Sentry in the near future. + footer: + Change-type: minor + change-type: minor + author: Felipe Lalanne + nested: [] + version: 14.1.0 + title: "'Disable event tracking'" + date: 2022-07-19T17:48:57.533Z - commits: - subject: Disable healthchecks failing on report errors hash: 0c4e6ce4217fa17bd345483f61b27c1073327fef diff --git a/CHANGELOG.md b/CHANGELOG.md index efe00b2f..61e3f7e4 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/). +# v14.1.0 +## (2022-07-19) + +* Disable event tracking [Felipe Lalanne] + # v14.0.12 ## (2022-07-18) diff --git a/VERSION b/VERSION index c8594915..2f0f3c13 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.12 \ No newline at end of file +14.1.0 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 8f5a380c..f28eebe4 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: 14.0.12 +version: 14.1.0 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 707e0d78..76f740bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "14.0.12", + "version": "14.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 905a86b1..fe080fb2 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": "14.0.12", + "version": "14.1.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-07-18T20:28:39.278Z" + "publishedAt": "2022-07-19T17:48:57.924Z" } }