v14.13.14

This commit is contained in:
flowzone-app[bot] 2023-10-23 13:34:46 +00:00 committed by GitHub
parent cdec9ca34d
commit 2089b3863d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 6 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Add note regading API jitter on target state poll
hash: b107868765563e26ec04746f84d1bc15dd211723
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 14.13.14
title: ""
date: 2023-10-23T13:34:41.452Z
- commits:
- subject: Switch some _.includes usage to native versions
hash: e15205301c345398873097b07869c191d1f09d08

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.13.14
## (2023-10-23)
* Add note regading API jitter on target state poll [Felipe Lalanne]
# v14.13.13
## (2023-10-16)

View File

@ -1 +1 @@
14.13.13
14.13.14

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 14.13.13
version: 14.13.14
provides:
- slug: sw.compose.long-volume-syntax

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "14.13.13",
"version": "14.13.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "14.13.13",
"version": "14.13.14",
"license": "Apache-2.0",
"dependencies": {
"@balena/systemd": "^0.4.1",

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.13.13",
"version": "14.13.14",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -140,6 +140,6 @@
"yargs": "^15.4.1"
},
"versionist": {
"publishedAt": "2023-10-16T21:43:19.827Z"
"publishedAt": "2023-10-23T13:34:42.085Z"
}
}