This commit is contained in:
Balena CI 2023-05-11 22:07:34 +00:00
parent 09f975395e
commit e6c136d6cd
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 23 additions and 6 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix `sw.arch` typo when testing contracts
hash: 2758e190b28ea07d5b40daaa9e59434f2bfc28e9
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 14.11.1
title: ""
date: 2023-05-11T22:07:32.863Z
- commits:
- subject: Add `arch.sw` to the valid container requirements
hash: 8656bd62f705624a5cb02a0b0677888b21dd4627

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!
This project adheres to [Semantic Versioning](http://semver.org/).
# v14.11.1
## (2023-05-11)
* Fix `sw.arch` typo when testing contracts [Felipe Lalanne]
# v14.11.0
## (2023-05-10)

View File

@ -1 +1 @@
14.11.0
14.11.1

View File

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

4
package-lock.json generated
View File

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

View File

@ -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": "14.11.0",
"version": "14.11.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -146,6 +146,6 @@
}
},
"versionist": {
"publishedAt": "2023-05-10T12:39:15.628Z"
"publishedAt": "2023-05-11T22:07:33.587Z"
}
}