This commit is contained in:
Balena CI 2022-07-19 17:49:38 +00:00 committed by VersionBot
parent 7394df5a4b
commit f6b9596a1f
6 changed files with 29 additions and 5 deletions

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
14.0.12
14.1.0

View File

@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.12",
"version": "14.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"
}
}