mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-30 16:14:11 +00:00
v16.12.0
This commit is contained in:
parent
84b9d869e1
commit
3fbd98e218
@ -1,3 +1,34 @@
|
||||
- commits:
|
||||
- subject: Update contrato to v0.12.0
|
||||
hash: 85fc5784bcd187d086bffbd0c2167ce9eb34650f
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
- subject: Update alpine base image to 3.21
|
||||
hash: 55f22dbc0f4792033b6253af89c6adde6a727ab0
|
||||
body: |
|
||||
This allows to update Node to v22 on production supervisor images
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
- subject: Update Node support to v22
|
||||
hash: ea594b18abb6b82f498071e50f71422dedb5b280
|
||||
body: |
|
||||
Updates @types/node and expands module support to v22.
|
||||
Support for v20 will be removed on a future version.
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 16.12.0
|
||||
title: ""
|
||||
date: 2025-01-20T22:14:35.646Z
|
||||
- commits:
|
||||
- subject: Add support for `io.balena.update.requires-reboot`
|
||||
hash: e416ad0daf61fba14cd8c2012c5b2f66d8fb5f4a
|
||||
|
@ -4,6 +4,13 @@ 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/).
|
||||
|
||||
# v16.12.0
|
||||
## (2025-01-20)
|
||||
|
||||
* Update contrato to v0.12.0 [Felipe Lalanne]
|
||||
* Update alpine base image to 3.21 [Felipe Lalanne]
|
||||
* Update Node support to v22 [Felipe Lalanne]
|
||||
|
||||
# v16.11.0
|
||||
## (2025-01-14)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 16.11.0
|
||||
version: 16.12.0
|
||||
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": "16.11.0",
|
||||
"version": "16.12.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-supervisor",
|
||||
"version": "16.11.0",
|
||||
"version": "16.12.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@balena/systemd": "^0.5.0",
|
||||
|
@ -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": "16.11.0",
|
||||
"version": "16.12.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -135,6 +135,6 @@
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2025-01-14T18:15:56.458Z"
|
||||
"publishedAt": "2025-01-20T22:14:36.208Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user