From 5121aea1534aca7c906b5d27e0b910adee162841 Mon Sep 17 00:00:00 2001
From: Balena CI <34882892+balena-ci@users.noreply.github.com>
Date: Thu, 27 Aug 2020 14:45:59 +0300
Subject: [PATCH] v11.12.11

---
 .versionbot/CHANGELOG.yml | 16 ++++++++++++++++
 CHANGELOG.md              |  5 +++++
 VERSION                   |  2 +-
 package-lock.json         |  2 +-
 package.json              |  2 +-
 5 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml
index e029470a..17276cd0 100644
--- a/.versionbot/CHANGELOG.yml
+++ b/.versionbot/CHANGELOG.yml
@@ -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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eae0f9ab..61f2b276 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
 
diff --git a/VERSION b/VERSION
index d4a55ba9..0cbb8998 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-11.12.10
\ No newline at end of file
+11.12.11
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 4cb3d20c..ea35a14c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "balena-supervisor",
-  "version": "11.12.10",
+  "version": "11.12.11",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 573af4b7..49a4216e 100644
--- a/package.json
+++ b/package.json
@@ -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",