Skip to content

Commit

Permalink
Update branch of add-ons with armv7 (home-assistant#538)
Browse files Browse the repository at this point in the history
* Update branch of add-ons with armv7

* update configurator

* Fix docker file

* Update docker files

* fix image

* Update

* certbot
  • Loading branch information
pvizeli authored Mar 10, 2019
1 parent 0e758c6 commit f52e0d7
Show file tree
Hide file tree
Showing 39 changed files with 82 additions and 48 deletions.
2 changes: 1 addition & 1 deletion cec_scan/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"slug": "cec_scan",
"description": "Scan HDMI CEC devices",
"url": "https://home-assistant.io/addons/cec_scan/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "once",
"boot": "manual",
"devices": [
Expand Down
5 changes: 4 additions & 1 deletion configurator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## 2
## 2.1
- Update python version

## 2.0
- Add access to folder: `/share`, `/backup`

## 1.2
Expand Down
1 change: 1 addition & 0 deletions configurator/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"amd64": "homeassistant/amd64-base-python:3.6",
"i386": "homeassistant/i386-base-python:3.6",
"armhf": "homeassistant/armhf-base-python:3.6",
"armv7": "homeassistant/armv7-base-python:3.6",
"aarch64": "homeassistant/aarch64-base-python:3.6"
},
"args": {
Expand Down
4 changes: 2 additions & 2 deletions configurator/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Configurator",
"version": "2",
"version": "2.1",
"slug": "configurator",
"description": "Browser-based configuration file editor for Home Assistant.",
"url": "https://home-assistant.io/addons/configurator",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3218]",
"homeassistant_api": true,
Expand Down
4 changes: 4 additions & 0 deletions dhcp_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## 1.0
- Update DHCP to 4.4.1
2 changes: 1 addition & 1 deletion dhcp_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8

# Setup base
RUN apk add --no-cache tzdata jq dhcp
RUN apk add --no-cache dhcp

# Copy data
COPY run.sh /
Expand Down
4 changes: 2 additions & 2 deletions dhcp_server/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "DHCP server",
"version": "0.4",
"version": "1.0",
"slug": "dhcp_server",
"description": "A simple DHCP server",
"url": "https://home-assistant.io/addons/dhcp_server/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "system",
"boot": "auto",
"host_network": true,
Expand Down
3 changes: 3 additions & 0 deletions dnsmasq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

## 1.2
- Update DNSmasq 2.80

## 1.1
- Add AppArmor profile
2 changes: 1 addition & 1 deletion dnsmasq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8

# Setup base
RUN apk add --no-cache jq dnsmasq
RUN apk add --no-cache dnsmasq

# Copy data
COPY run.sh /
Expand Down
4 changes: 2 additions & 2 deletions dnsmasq/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Dnsmasq",
"version": "1.1",
"version": "1.2",
"slug": "dnsmasq",
"description": "A simple DNS server",
"url": "https://home-assistant.io/addons/dnsmasq/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "system",
"boot": "auto",
"ports": {
Expand Down
3 changes: 3 additions & 0 deletions duckdns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.6
- Update Alpine images / OpenSSL

## 1.5
- Fix bug with multible domains for Let's encrypt

Expand Down
2 changes: 1 addition & 1 deletion duckdns/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV LANG C.UTF-8

# Setup base
ARG DEHYDRATED_VERSION
RUN apk add --no-cache jq curl libressl \
RUN apk add --no-cache curl openssl \
&& curl -s -o /usr/bin/dehydrated https://raw.githubusercontent.com/lukas2511/dehydrated/v$DEHYDRATED_VERSION/dehydrated \
&& chmod a+x /usr/bin/dehydrated

Expand Down
4 changes: 2 additions & 2 deletions duckdns/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Duck DNS",
"version": "1.5",
"version": "1.6",
"slug": "duckdns",
"description": "Free Dynamic DNS (DynDNS or DDNS) service with Let's Encrypt support",
"url": "https://www.home-assistant.io/addons/duckdns/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "services",
"boot": "auto",
"map": ["ssl:rw"],
Expand Down
2 changes: 1 addition & 1 deletion git_pull/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"slug": "git_pull",
"description": "Simple git pull to update the local configuration",
"url": "https://home-assistant.io/addons/git_pull/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "services",
"boot": "manual",
"hassio_api": true,
Expand Down
3 changes: 3 additions & 0 deletions google_assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.2
- Use homeassistant ubuntu base images

## 2.1
- Add error handling for decoding UTF-8

Expand Down
4 changes: 2 additions & 2 deletions google_assistant/build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"build_from": {
"armhf": "multiarch/debian-debootstrap:armhf-stretch",
"amd64": "multiarch/debian-debootstrap:amd64-stretch"
"armv7": "homeassistant/armv7-base-ubuntu:18.04",
"amd64": "homeassistant/amd64-base-ubuntu:18.04"
}
}
4 changes: 2 additions & 2 deletions google_assistant/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Google Assistant SDK",
"version": "2.1",
"version": "2.2",
"slug": "google_assistant",
"description": "A virtual personal assistant developed by Google",
"url": "https://home-assistant.io/addons/google_assistant/",
"startup": "application",
"boot": "auto",
"arch": ["armhf", "amd64"],
"arch": ["armv7", "amd64"],
"map": ["share"],
"audio": true,
"ports": {
Expand Down
3 changes: 3 additions & 0 deletions letsencrypt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.3
- Update certbot to 0.30.2

## 2.2
- Bugfix not exists jq

Expand Down
2 changes: 1 addition & 1 deletion letsencrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8

# Setup base
RUN apk add --no-cache jq certbot py2-future
RUN apk add --no-cache certbot

# Copy data
COPY run.sh /
Expand Down
4 changes: 2 additions & 2 deletions letsencrypt/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Let's Encrypt",
"version": "2.2",
"version": "2.3",
"slug": "letsencrypt",
"description": "Manage certificate from Let's Encrypt",
"url": "https://home-assistant.io/addons/lets_encrypt/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "once",
"boot": "manual",
"ports": {
Expand Down
4 changes: 4 additions & 0 deletions mariadb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## 1.0
- Update MariaDB to 10.3.13
2 changes: 1 addition & 1 deletion mariadb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8

# Setup base
RUN apk add --no-cache jq mariadb mariadb-client
RUN apk add --no-cache mariadb mariadb-client

# Copy data
COPY run.sh /
Expand Down
4 changes: 2 additions & 2 deletions mariadb/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "MariaDB",
"version": "0.2",
"version": "1.0",
"slug": "mariadb",
"description": "An SQL database server",
"url": "https://home-assistant.io/addons/mariadb/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "system",
"boot": "auto",
"ports": {
Expand Down
3 changes: 3 additions & 0 deletions mosquitto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.1
- Update mosquitto 1.5.6

## 4.0
- Use Alpine 3.7 because libwebsocket 3.0.0 is broken on Alpine 3.8

Expand Down
6 changes: 0 additions & 6 deletions mosquitto/build.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"build_from": {
"amd64": "homeassistant/amd64-base:3.7",
"i386": "homeassistant/i386-base:3.7",
"armhf": "homeassistant/armhf-base:3.7",
"aarch64": "homeassistant/aarch64-base:3.7"
},
"args": {
"MOSQUITTO_AUTH_VERSION": "0.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions mosquitto/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Mosquitto broker",
"version": "4",
"version": "4.1",
"slug": "mosquitto",
"description": "An Open Source MQTT broker",
"url": "https://home-assistant.io/addons/mosquitto/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "system",
"boot": "auto",
"map": ["ssl", "share"],
Expand Down
3 changes: 3 additions & 0 deletions nginx_proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.1
- Update nginx to version 1.14.2

## 2.0
- Update nginx to version 1.14.0

Expand Down
2 changes: 1 addition & 1 deletion nginx_proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8

# Setup base
RUN apk add --no-cache nginx libressl
RUN apk add --no-cache nginx openssl

# Copy data
COPY run.sh /
Expand Down
4 changes: 2 additions & 2 deletions nginx_proxy/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "NGINX Home Assistant SSL proxy",
"version": "2",
"version": "2.1",
"slug": "nginx_proxy",
"description": "An SSL/TLS proxy",
"url": "https://home-assistant.io/addons/nginx_proxy/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"boot": "auto",
"ports": {
Expand Down
4 changes: 4 additions & 0 deletions rpc_shutdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## 1.0
- Update samba 4.8.8
2 changes: 1 addition & 1 deletion rpc_shutdown/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8

# Setup base
RUN apk add --no-cache jq samba-common-tools samba-common
RUN apk add --no-cache samba-common-tools samba-common

# Copy data
COPY run.sh /
Expand Down
4 changes: 2 additions & 2 deletions rpc_shutdown/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "RPC Shutdown",
"version": "0.3",
"version": "1.0",
"slug": "rpc_shutdown",
"description": "Simple way for remote windows shutdowns",
"url": "https://home-assistant.io/addons/rpc_shutdown/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "services",
"boot": "auto",
"stdin": true,
Expand Down
3 changes: 3 additions & 0 deletions samba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 8.1
- Update Samba to version 4.8.8

## 8.0
- Fix access to /backup

Expand Down
2 changes: 1 addition & 1 deletion samba/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV LANG C.UTF-8

# Setup base
RUN apk add --no-cache \
socat curl samba-server samba-common-tools
curl samba-server samba-common-tools

# Copy data
COPY run.sh /
Expand Down
4 changes: 2 additions & 2 deletions samba/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Samba share",
"version": "8",
"version": "8.1",
"slug": "samba",
"description": "Expose Hass.io folders with SMB/CIFS",
"url": "https://home-assistant.io/addons/samba/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "services",
"boot": "auto",
"host_network": true,
Expand Down
2 changes: 1 addition & 1 deletion ssh/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"slug": "ssh",
"description": "Allows connections over SSH",
"url": "https://home-assistant.io/addons/ssh/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "services",
"boot": "auto",
"hassio_api": true,
Expand Down
9 changes: 6 additions & 3 deletions tellstick/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## 1.0
- Update base image

## 0.5
- Added possibility for config options:
protocols: comen, fineoffset, mandolyn, oregon
models: temperature, temperaturehumidity
- Added possibility for config options:
protocols: comen, fineoffset, mandolyn, oregon
models: temperature, temperaturehumidity
- Created changelog
2 changes: 1 addition & 1 deletion tellstick/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV LANG C.UTF-8

# Install Telldus library for TellStick (using same approach as in hassio docker installation)
RUN apk add --no-cache \
confuse libftdi1 libstdc++ jq socat \
confuse libftdi1 libstdc++ socat \
&& apk add --no-cache --virtual .build-dependencies \
cmake build-base gcc doxygen confuse-dev argp-standalone libftdi1-dev git \
&& ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h \
Expand Down
4 changes: 2 additions & 2 deletions tellstick/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "TellStick",
"version": "0.5",
"version": "1.0",
"slug": "tellstick",
"description": "TellStick and TellStick Duo service.",
"url": "https://home-assistant.io/addons/tellstick/",
"arch": ["armhf", "aarch64", "amd64", "i386"],
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "system",
"stdin": true,
"boot": "auto",
Expand Down

0 comments on commit f52e0d7

Please sign in to comment.