mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 06:57:49 +00:00
v11.12.11
This commit is contained in:
parent
9d86b81a1c
commit
5121aea153
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "11.12.10",
|
||||
"version": "11.12.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user