diff --git a/README.md b/README.md index b93aad9f6..63530acad 100644 --- a/README.md +++ b/README.md @@ -696,10 +696,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/5db178c -[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/5db178c/README.md +[addon-portainer]: https://github.com/hassio-addons/addon-portainer/tree/09227d7 +[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/09227d7/README.md [portainer-issue]: https://github.com/hassio-addons/addon-portainer/issues -[portainer-version-shield]: https://img.shields.io/badge/version-5db178c-blue.svg +[portainer-version-shield]: https://img.shields.io/badge/version-09227d7-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 d42c78fd0..86d898fbd 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/09/15 18:03 UTC - [5db178c](https://github.com/hassio-addons/addon-portainer/commit/5db178c64656ccbede3b73ca1178c4fc2841f7b6) by [@frenck](https://github.com/frenck) -> :ambulance: Fixes missing arch in download URL +2018/09/15 18:18 UTC - [09227d7](https://github.com/hassio-addons/addon-portainer/commit/09227d75e069d00687042d023298236469c77938) by [@frenck](https://github.com/frenck) +> :books: Adds instructions on embedding Portainer into the frontend diff --git a/portainer/README.md b/portainer/README.md index b280889f5..ecb9e1a15 100644 --- a/portainer/README.md +++ b/portainer/README.md @@ -48,13 +48,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/5db178c/README.md +[docs]: https://github.com/hassio-addons/addon-portainer/blob/09227d7/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?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-5db178c-blue.svg -[release]: https://github.com/hassio-addons/addon-portainer/tree/5db178c +[release-shield]: https://img.shields.io/badge/version-09227d7-blue.svg +[release]: https://github.com/hassio-addons/addon-portainer/tree/09227d7 [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 6ddb1a164..c12032959 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,6 +1,6 @@ { "name": "Portainer", - "version": "5db178c", + "version": "09227d7", "slug": "portainer", "description": "Manage your Docker environment with ease", "url": "https://community.home-assistant.io/?u=frenck",