This commit is contained in:
Balena CI 2022-09-20 17:55:22 +00:00
parent 437a24e2f1
commit ac1fa4d491
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 30 additions and 6 deletions

View File

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

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.2.0
## (2022-09-20)
* Disable event tracking [Felipe Lalanne]
# v14.1.3
## (2022-09-20)

View File

@ -1 +1 @@
14.1.3
14.2.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.1.3
version: 14.2.0
provides:
- slug: sw.compose.long-volume-syntax

4
package-lock.json generated
View File

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

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