mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 03:05:49 +01:00
CLI 1.3.0 (#284)
* Update config.json * Update build.json * Update CHANGELOG.md * Update Dockerfile * Update config.json * Update build.json * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 4.6
|
||||
- Update Hass.io CLI to 1.3.0
|
||||
|
||||
## 4.5
|
||||
- Update Hass.io CLI to 1.2.1
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"args": {
|
||||
"CLI_VERSION": "1.2.1"
|
||||
"CLI_VERSION": "1.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Git pull",
|
||||
"version": "4.5",
|
||||
"version": "4.6",
|
||||
"slug": "git_pull",
|
||||
"description": "Simple git pull to update the local configuration",
|
||||
"url": "https://home-assistant.io/addons/git_pull/",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 3.5
|
||||
- Update Hass.io CLI to 1.3.0
|
||||
|
||||
## 3.4
|
||||
- Update Hass.io CLI to 1.2.1
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
RUN apk add --no-cache \
|
||||
jq openssh vim curl nano git mosquitto-clients tmux \
|
||||
openssh vim curl nano git mosquitto-clients tmux \
|
||||
bash-completion
|
||||
|
||||
# Replace bash as default shell
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"args": {
|
||||
"CLI_VERSION": "1.2.1"
|
||||
"CLI_VERSION": "1.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SSH server",
|
||||
"version": "3.4",
|
||||
"version": "3.5",
|
||||
"slug": "ssh",
|
||||
"description": "Allows connections over SSH",
|
||||
"url": "https://home-assistant.io/addons/ssh/",
|
||||
|
||||
Reference in New Issue
Block a user