mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v14.0.0
This commit is contained in:
parent
19e2756ba2
commit
27ed56f7fe
@ -1,3 +1,23 @@
|
||||
- commits:
|
||||
- subject: Use Mounts API for engine socket feature label
|
||||
hash: 6ccd2178c18acded013e888a296e265bc0315728
|
||||
body: |
|
||||
When upgrading to this Supervisor version, containers using the
|
||||
engine feature label will be restarted.
|
||||
footer:
|
||||
Relates-to: https://github.com/balena-os/balena-supervisor/pull/1780
|
||||
relates-to: https://github.com/balena-os/balena-supervisor/pull/1780
|
||||
Closes: "#1933"
|
||||
closes: "#1933"
|
||||
Change-type: major
|
||||
change-type: major
|
||||
Signed-off-by: Christina Wang <christina@balena.io>
|
||||
signed-off-by: Christina Wang <christina@balena.io>
|
||||
author: Christina Wang
|
||||
nested: []
|
||||
version: 14.0.0
|
||||
title: "'Use Mounts API for engine socket feature label'"
|
||||
date: 2022-05-31T19:41:00.639Z
|
||||
- commits:
|
||||
- subject: Only migrate apps.json on preload after target has been set
|
||||
hash: 95bf4718d6717630ab0bedabfeea209ce295acb0
|
||||
|
@ -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.0.0
|
||||
## (2022-05-31)
|
||||
|
||||
* Use Mounts API for engine socket feature label [Christina Wang]
|
||||
|
||||
# v13.1.11
|
||||
## (2022-05-26)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 13.1.11
|
||||
version: 14.0.0
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "13.1.11",
|
||||
"version": "14.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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": "13.1.11",
|
||||
"version": "14.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -138,6 +138,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-05-26T21:02:57.359Z"
|
||||
"publishedAt": "2022-05-31T19:41:01.379Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user