mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-15 06:56:36 +00:00
v14.13.14
This commit is contained in:
parent
cdec9ca34d
commit
2089b3863d
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user