Skip to content

Commit

Permalink
v15.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 22, 2023
1 parent b53bd31 commit 55433a8
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 6 deletions.
24 changes: 24 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
- commits:
- subject: Cache last reported current state to /mnt/root/tmp
hash: eb8ad11cd702e7d5ffba499c6b2d2fcadc030dd4
body: >
Whenever the Supervisor reports current state, it diffs the current
state

with its last reported current state. However, when the Supervisor starts

up, there is no last reported state, since that last report is stored in

process memory. Caching the last report in a location that survives

Supervisor restarts will reduce the current report bandwidth used on startup.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
author: Christina Ying Wang
nested: []
version: 15.0.3
title: ""
date: 2023-11-22T00:32:48.806Z
- commits:
- subject: Set applyInProgress to true while applying intermediate state
hash: a993b3e7af9637ac4573786aa7d31eb7a16a4dbd
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

# v15.0.3
## (2023-11-22)

* Cache last reported current state to /mnt/root/tmp [Christina Ying Wang]

# v15.0.2
## (2023-11-01)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.2
15.0.3
2 changes: 1 addition & 1 deletion balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 15.0.2
version: 15.0.3
provides:
- slug: sw.compose.long-volume-syntax
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "15.0.2",
"version": "15.0.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -140,6 +140,6 @@
"yargs": "^15.4.1"
},
"versionist": {
"publishedAt": "2023-11-01T22:16:58.290Z"
"publishedAt": "2023-11-22T00:32:49.326Z"
}
}

0 comments on commit 55433a8

Please sign in to comment.