v14.13.13

This commit is contained in:
flowzone-app[bot] 2023-10-16 21:43:24 +00:00 committed by GitHub
parent 9145544fda
commit f7396cf335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 95 additions and 6 deletions

View File

@ -1,3 +1,79 @@
- commits:
- subject: Switch some _.includes usage to native versions
hash: e15205301c345398873097b07869c191d1f09d08
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Switch _.assign usage to native versions
hash: a4a9a17c1aba1a7611b000b2b440600331349a07
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Switch _.isNaN usage to native versions
hash: d0cb54537f74c19f5262a6b1515e13cfb476dfd3
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Switch _.isFunction usage to native versions
hash: c9f032e13ad0f2b31b8316c8334f2175f3af4014
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Switch _.isUndefined usage to native versions
hash: 3bfdc4454e90732f17e8adaaadfe60c21a8f3748
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Switch _.isNull usage to native versions
hash: 8e23091aa9c997dbcbce8faacd34c275239a746e
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Switch _.isNumber usage to native versions
hash: ca3faebfc9ade3b720380b5f002a747ba4817b92
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Switch _.isArray usage to native versions
hash: 20df54668ce12790320ec78cbc8044a4065f6a16
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Switch _.isString usage to native versions
hash: 3fe8a22fb0158bf456bf3eba1b0a0b27ce004c8a
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 14.13.13
title: ""
date: 2023-10-16T21:43:19.070Z
- commits:
- subject: Revert "Do not expose ports from image if service network mode"
hash: 3e828dcc5262528639a7a039d62855d9607d1779

View File

@ -4,6 +4,19 @@ 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.13
## (2023-10-16)
* Switch some _.includes usage to native versions [Pagan Gazzard]
* Switch _.assign usage to native versions [Pagan Gazzard]
* Switch _.isNaN usage to native versions [Pagan Gazzard]
* Switch _.isFunction usage to native versions [Pagan Gazzard]
* Switch _.isUndefined usage to native versions [Pagan Gazzard]
* Switch _.isNull usage to native versions [Pagan Gazzard]
* Switch _.isNumber usage to native versions [Pagan Gazzard]
* Switch _.isArray usage to native versions [Pagan Gazzard]
* Switch _.isString usage to native versions [Pagan Gazzard]
# v14.13.12
## (2023-10-16)

View File

@ -1 +1 @@
14.13.12
14.13.13

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.12
version: 14.13.13
provides:
- slug: sw.compose.long-volume-syntax

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "14.13.12",
"version": "14.13.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "14.13.12",
"version": "14.13.13",
"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.12",
"version": "14.13.13",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -140,6 +140,6 @@
"yargs": "^15.4.1"
},
"versionist": {
"publishedAt": "2023-10-16T16:59:14.516Z"
"publishedAt": "2023-10-16T21:43:19.827Z"
}
}