🎉 Release of add-on Portainer 0.6.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-25 08:33:13 +00:00
parent ab3a563640
commit a2dd81d26a
4 changed files with 17 additions and 14 deletions

View file

@ -925,10 +925,10 @@ SOFTWARE.
[plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[plex-armv7-shield]: https://img.shields.io/badge/armv7-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/v0.6.0
[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/v0.6.0/README.md
[addon-portainer]: https://github.com/hassio-addons/addon-portainer/tree/v0.6.1
[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/v0.6.1/README.md
[portainer-issue]: https://github.com/hassio-addons/addon-portainer/issues
[portainer-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
[portainer-version-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg
[portainer-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/portainer-armhf.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

View file

@ -1,14 +1,15 @@
[Full Changelog][changelog]
This release adds Hass.io Ingress support to the add-on 🎉
✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.
- :arrow_up: Upgrades base image to v3.1.0
- :sparkles: Adds Hassio Ingress support
- :hammer: Improves S6 finish scripts
- :fire: Removes hide_hassio_containers option from add-on
- :books: Removes obsolete iframe URL section from README
Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.
[changelog]: https://github.com/hassio-addons/addon-portainer/compare/v0.5.0...v0.6.0
### 🔨 Changes
- :arrow_up: Updates Home Assistant requirement to 0.92.0b2
- :sparkles: Adds support for showing in sidebar
[changelog]: https://github.com/hassio-addons/addon-portainer/compare/v0.6.0...v0.6.1
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -50,13 +50,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/v0.6.0/README.md
[docs]: https://github.com/hassio-addons/addon-portainer/blob/v0.6.1/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/2019.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-v0.6.0-blue.svg
[release]: https://github.com/hassio-addons/addon-portainer/tree/v0.6.0
[release-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg
[release]: https://github.com/hassio-addons/addon-portainer/tree/v0.6.1
[screenshot]: https://github.com/hassio-addons/addon-portainer/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Portainer",
"version": "0.6.0",
"version": "0.6.1",
"slug": "portainer",
"description": "Manage your Docker environment with ease",
"url": "https://github.com/hassio-addons/addon-portainer",
@ -8,6 +8,8 @@
"ingress": true,
"ingress_port": 1337,
"startup": "services",
"panel_icon": "mdi:docker",
"homeassistant": "0.92.0b2",
"arch": [
"aarch64",
"amd64",