mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 03:55:22 +00:00
v12.11.25
This commit is contained in:
parent
4cbef6046b
commit
1274cefa9b
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: Fix memoization of registry token request
|
||||
hash: fd1f646073fafe8cb6e38661882c113a4c9f1a67
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
nested: []
|
||||
version: 12.11.25
|
||||
date: 2022-01-17T16:56:17.228Z
|
||||
- commits:
|
||||
- subject: Remove apps.json after initial preload
|
||||
hash: 9c6e5ee11f5014fd27c084e23b8fc2c8db7c3727
|
||||
|
@ -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/).
|
||||
|
||||
# v12.11.25
|
||||
## (2022-01-17)
|
||||
|
||||
* Fix memoization of registry token request [Pagan Gazzard]
|
||||
|
||||
# v12.11.24
|
||||
## (2022-01-10)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.24
|
||||
version: 12.11.25
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.24",
|
||||
"version": "12.11.25",
|
||||
"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": "12.11.24",
|
||||
"version": "12.11.25",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-01-10T19:06:59.919Z"
|
||||
"publishedAt": "2022-01-17T16:56:17.458Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user