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 <tschmidty@yahoo.com>

* Ugh, changed docker hub

* added resolv.conf

* Removed nameserver

* Update CHANGELOG.md

* Update config.json
This commit is contained in:
Tod Schmidt
2018-12-13 05:06:38 -05:00
committed by Pascal Vizeli
parent 96c9f0c020
commit d9ab42bc83
3 changed files with 12 additions and 9 deletions

View File

@@ -1,17 +1,20 @@
# Changelog # Changelog
## 4 ## 5.0
- Updated to snips 0.60.1
## 4.0
- Use new Hass.io Services API and cleanup config - Use new Hass.io Services API and cleanup config
## 3.3 ## 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. - NOTE: This version requires an updated assistant from the Snips Console.
## 3.2 ## 3.2
- Added snips-asr-injections service to allow dynamic entity names - Added snips-asr-injections service to allow dynamic entity names
## 3.1 ## 3.1
- Updated to latest snips version 0.56.4 - Updated to snips version 0.56.4
## 3.0 ## 3.0
- Updated to snips version 0.55.2 - Updated to snips version 0.55.2
@@ -23,16 +26,16 @@
- Update preinstalled assistant for Home-Assistant - Update preinstalled assistant for Home-Assistant
## 1.0 ## 1.0
- Updated to latest snips version 0.53.17 - Updated to snips version 0.53.17
## 0.9 ## 0.9
- Update preinstalled assistant for Home-Assistant - Update preinstalled assistant for Home-Assistant
## 0.8 ## 0.8
- Updated to latest snips version 0.52.7 - Updated to snips version 0.52.7
## 0.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 - Added default assistant for hassio builtin intents
## 0.6.5-p1 ## 0.6.5-p1

View File

@@ -1,6 +1,6 @@
{ {
"build_from": { "build_from": {
"armhf": "snipsdocker/platform:arm-0.58.3", "armhf": "tschmidty/armhf-addon-snips:5",
"amd64": "snipsdocker/platform:x86-0.58.3" "amd64": "tschmidty/amd64-addon-snips:5"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Snips.AI", "name": "Snips.AI",
"version": "4", "version": "5.0",
"slug": "snips", "slug": "snips",
"description": "Local voice control platform", "description": "Local voice control platform",
"url": "https://home-assistant.io/addons/snips/", "url": "https://home-assistant.io/addons/snips/",