This commit is contained in:
Balena CI 2021-10-28 19:09:53 +03:00 committed by VersionBot
parent 98a53767c2
commit eb473b7d6b
6 changed files with 25 additions and 5 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Check config for networks and volumes inside Service
hash: 969f4225e54ded644d38315289e0cc84a0f3bb51
body: |
This removes the need for the app module to know about the naming
conventions for networks and volumes since those exist now within the
service itself. This also fixes a small bug where the volume would be
removed before the service itself had been successfully stopped.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.11.2
date: 2021-10-28T13:46:53.613Z
- commits:
- subject: 'patch: Fix relative links in docs'
hash: 006acf1e8a2d8d4c617c1e563976dd80b5531a06

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/).
# v12.11.2
## (2021-10-28)
* Check config for networks and volumes inside Service [Felipe Lalanne]
# v12.11.1
## (2021-10-25)

View File

@ -1 +1 @@
12.11.1
12.11.2

View File

@ -2,4 +2,4 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 12.11.1
version: 12.11.2

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.1",
"version": "12.11.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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": "12.11.1",
"version": "12.11.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-10-25T17:14:39.707Z"
"publishedAt": "2021-10-28T13:46:54.005Z"
}
}