diff --git a/README.md b/README.md index 59375dfd8..31b49fb78 100644 --- a/README.md +++ b/README.md @@ -733,10 +733,10 @@ SOFTWARE. [plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [plex-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [plex-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-portainer]: https://github.com/hassio-addons/addon-portainer/tree/8f84168 -[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/8f84168/README.md +[addon-portainer]: https://github.com/hassio-addons/addon-portainer/tree/a7041f5 +[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/a7041f5/README.md [portainer-issue]: https://github.com/hassio-addons/addon-portainer/issues -[portainer-version-shield]: https://img.shields.io/badge/version-8f84168-blue.svg +[portainer-version-shield]: https://img.shields.io/badge/version-a7041f5-blue.svg [portainer-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/portainer.svg [portainer-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [portainer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 6a5534280..1f18bd1a5 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,11 +1,20 @@ # Changelog since v0.2.0 -2018/11/20 21:35 UTC - [8f84168](https://github.com/hassio-addons/addon-portainer/commit/8f84168796cb6cc9811fe46d8370f7c9ba99d2b4) by [@frenck](https://github.com/frenck) +2018/11/20 21:45 UTC - [a7041f5](https://github.com/hassio-addons/addon-portainer/commit/a7041f55adc0cc74d7023a027b82ef45c1c36513) by [@frenck](https://github.com/frenck) +> :pencil2: Fixes typo in FATAL message + +2018/11/20 21:45 UTC - [73595b6](https://github.com/hassio-addons/addon-portainer/commit/73595b6fa47c79621c382be884e36a5711247cc7) by [@frenck](https://github.com/frenck) +> :pencil2: Fixes typo in README + +2018/11/20 21:45 UTC - [3dfc6b3](https://github.com/hassio-addons/addon-portainer/commit/3dfc6b30c62325fbbe97fb3e04700accf1332f63) by [@frenck](https://github.com/frenck) +> :books: Updates documentation installation instructions + +2018/11/20 21:45 UTC - [8f84168](https://github.com/hassio-addons/addon-portainer/commit/8f84168796cb6cc9811fe46d8370f7c9ba99d2b4) by [@frenck](https://github.com/frenck) > :pencil: Updates Docker usage instructions when protection mode is disabled -2018/11/20 21:35 UTC - [a1aa2ee](https://github.com/hassio-addons/addon-portainer/commit/a1aa2ee7eba96aab05c1c30df376cd5461fa24d8) by [@frenck](https://github.com/frenck) +2018/11/20 21:45 UTC - [a1aa2ee](https://github.com/hassio-addons/addon-portainer/commit/a1aa2ee7eba96aab05c1c30df376cd5461fa24d8) by [@frenck](https://github.com/frenck) > :fire: Removes some unused code -2018/11/20 21:35 UTC - [33e2509](https://github.com/hassio-addons/addon-portainer/commit/33e25095aa5d77b3afe96238070b2eb16fce0031) by [@frenck](https://github.com/frenck) +2018/11/20 21:45 UTC - [33e2509](https://github.com/hassio-addons/addon-portainer/commit/33e25095aa5d77b3afe96238070b2eb16fce0031) by [@frenck](https://github.com/frenck) > :ambulance: Fixes default build architecture in Dockerfile diff --git a/portainer/README.md b/portainer/README.md index 98c6e4513..e8731edcc 100644 --- a/portainer/README.md +++ b/portainer/README.md @@ -53,13 +53,13 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-portainer/blob/8f84168/README.md +[docs]: https://github.com/hassio-addons/addon-portainer/blob/a7041f5/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-portainer/68836?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-8f84168-blue.svg -[release]: https://github.com/hassio-addons/addon-portainer/tree/8f84168 +[release-shield]: https://img.shields.io/badge/version-a7041f5-blue.svg +[release]: https://github.com/hassio-addons/addon-portainer/tree/a7041f5 [screenshot]: https://github.com/hassio-addons/addon-portainer/raw/master/images/screenshot.png \ No newline at end of file diff --git a/portainer/config.json b/portainer/config.json index f534551f1..db2547c35 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,6 +1,6 @@ { "name": "Portainer", - "version": "8f84168", + "version": "a7041f5", "slug": "portainer", "description": "Manage your Docker environment with ease", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-portainer/68836?u=frenck",