diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 52206412..4927ea33 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Disable event tracking + hash: e00687408ce9c1b20217f25b1c906b7855aab83f + 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.2.0 + title: "" + date: 2022-09-20T17:55:19.399Z - commits: - subject: Update webpack dependencies to latest webpack 4.x compatible versions hash: 93893093ff75a17243b46020e836c765d634677e diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1cdc30..d9ccb99c 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.2.0 +## (2022-09-20) + +* Disable event tracking [Felipe Lalanne] + # v14.1.3 ## (2022-09-20) diff --git a/VERSION b/VERSION index f7e6aaa8..9714cb35 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.1.3 \ No newline at end of file +14.2.0 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 04105828..dfdafb84 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.1.3 +version: 14.2.0 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index d891784f..1698fc30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "14.1.3", + "version": "14.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "14.1.3", + "version": "14.2.0", "license": "Apache-2.0", "dependencies": { "@balena/happy-eyeballs": "0.0.6", diff --git a/package.json b/package.json index 65a9f8e8..b195eda2 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.1.3", + "version": "14.2.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -142,6 +142,6 @@ } }, "versionist": { - "publishedAt": "2022-09-20T13:49:10.539Z" + "publishedAt": "2022-09-20T17:55:19.896Z" } }