v11.12.11

This commit is contained in:
Balena CI 2020-08-27 14:45:59 +03:00 committed by VersionBot
parent 9d86b81a1c
commit 5121aea153
5 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: 'bug: Resolve mDNS API URLs'
hash: f0c2a3cba7a6879a506d9151c7c0d9ea89544dae
body: |
Due to switching to Alpine the ability to resolve mDNS
hostnames was lost. This patch overrides the lookup and
manually resolves the names.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
signed-off-by: Rich Bayliss <rich@balena.io>
author: Rich Bayliss
nested: []
version: 11.12.11
date: 2020-08-27T10:36:31.040Z
- commits:
- subject: Preventing removing all configurations if device has no backends
hash: 7ea49bf4fb317346badf141e6eea8910e599c837

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/).
# v11.12.11
## (2020-08-27)
* bug: Resolve mDNS API URLs [Rich Bayliss]
# v11.12.10
## (2020-08-24)

View File

@ -1 +1 @@
11.12.10
11.12.11

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "11.12.10",
"version": "11.12.11",
"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": "11.12.10",
"version": "11.12.11",
"license": "Apache-2.0",
"repository": {
"type": "git",