This commit is contained in:
flowzone-app[bot] 2023-06-19 21:55:02 +00:00 committed by GitHub
parent 934ff67ce4
commit 60e39e929c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 6 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Fix /v2/applications/state endpoint
hash: 12eac04484e3c0a347b6f31783ed7973991046fa
body: |
It was returning stale information, particularly the download progress
of the target release images never got updated.
footer:
Change-type: patch
change-type: patch
Closes: "#2174"
closes: "#2174"
author: Felipe Lalanne
nested: []
version: 14.11.7
title: ""
date: 2023-06-19T21:54:56.093Z
- commits: - commits:
- subject: Add fail-safe to test the image architecture - subject: Add fail-safe to test the image architecture
hash: 1cf325d5c55bfb9d2ebb4cde7b9c448a6cfb2067 hash: 1cf325d5c55bfb9d2ebb4cde7b9c448a6cfb2067

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v14.11.7
## (2023-06-19)
* Fix /v2/applications/state endpoint [Felipe Lalanne]
# v14.11.6 # v14.11.6
## (2023-06-19) ## (2023-06-19)

View File

@ -1 +1 @@
14.11.6 14.11.7

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.' description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false joinable: false
type: sw.application type: sw.application
version: 14.11.6 version: 14.11.7
provides: provides:
- slug: sw.compose.long-volume-syntax - slug: sw.compose.long-volume-syntax

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "14.11.6", "version": "14.11.7",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "14.11.6", "version": "14.11.7",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@balena/happy-eyeballs": "0.0.6", "@balena/happy-eyeballs": "0.0.6",

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "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.", "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.11.6", "version": "14.11.7",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -146,6 +146,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2023-06-19T20:53:35.200Z" "publishedAt": "2023-06-19T21:54:56.753Z"
} }
} }