Update CLI 4.11.0 (#1920)

This commit is contained in:
Pascal Vizeli
2021-03-15 15:03:00 +01:00
committed by GitHub
parent d310eff00f
commit b593f795c5
7 changed files with 32 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 7.12.2
- Update Home Assistant CLI to 4.11.0
## 7.12.1
- Update options schema for passwords

View File

@@ -7,6 +7,6 @@
"i386": "homeassistant/i386-base:3.11"
},
"args": {
"CLI_VERSION": "4.2.0"
"CLI_VERSION": "4.11.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "Git pull",
"version": "7.12.1",
"version": "7.12.2",
"slug": "git_pull",
"description": "Simple git pull to update the local configuration",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",