From d9ab42bc83a3d1149f67498c7ff75d99f40444c5 Mon Sep 17 00:00:00 2001 From: Tod Schmidt Date: Thu, 13 Dec 2018 05:06:38 -0500 Subject: [PATCH] Version Change Only - Snips 0.60.1 (#458) * 0.58.2 * 0.58.2 * rebase * rebase * 0.58.3 * 0.58.3 * cleanup * updated version * Fix version - push files to s3 * Fix log string * Update snips/CHANGELOG.md Co-Authored-By: tschmidty69 * Ugh, changed docker hub * added resolv.conf * Removed nameserver * Update CHANGELOG.md * Update config.json --- snips/CHANGELOG.md | 15 +++++++++------ snips/build.json | 4 ++-- snips/config.json | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/snips/CHANGELOG.md b/snips/CHANGELOG.md index 93479fa..fd7eb03 100644 --- a/snips/CHANGELOG.md +++ b/snips/CHANGELOG.md @@ -1,17 +1,20 @@ # Changelog -## 4 +## 5.0 +- Updated to snips 0.60.1 + +## 4.0 - Use new Hass.io Services API and cleanup config ## 3.3 -- Updated to latest snips 0.58.3 +- Updated to snips 0.58.3 - NOTE: This version requires an updated assistant from the Snips Console. ## 3.2 - Added snips-asr-injections service to allow dynamic entity names ## 3.1 -- Updated to latest snips version 0.56.4 +- Updated to snips version 0.56.4 ## 3.0 - Updated to snips version 0.55.2 @@ -23,16 +26,16 @@ - Update preinstalled assistant for Home-Assistant ## 1.0 -- Updated to latest snips version 0.53.17 +- Updated to snips version 0.53.17 ## 0.9 - Update preinstalled assistant for Home-Assistant ## 0.8 -- Updated to latest snips version 0.52.7 +- Updated to snips version 0.52.7 ## 0.7 -- Updated to latest snips version 0.51.14 +- Updated to snips version 0.51.14 - Added default assistant for hassio builtin intents ## 0.6.5-p1 diff --git a/snips/build.json b/snips/build.json index fbd423a..e6b1e9f 100644 --- a/snips/build.json +++ b/snips/build.json @@ -1,6 +1,6 @@ { "build_from": { - "armhf": "snipsdocker/platform:arm-0.58.3", - "amd64": "snipsdocker/platform:x86-0.58.3" + "armhf": "tschmidty/armhf-addon-snips:5", + "amd64": "tschmidty/amd64-addon-snips:5" } } diff --git a/snips/config.json b/snips/config.json index 019c756..94bcb6b 100644 --- a/snips/config.json +++ b/snips/config.json @@ -1,6 +1,6 @@ { "name": "Snips.AI", - "version": "4", + "version": "5.0", "slug": "snips", "description": "Local voice control platform", "url": "https://home-assistant.io/addons/snips/",