⬆️ Updating add-on Portainer to e8e6ab2

This commit is contained in:
Community Hass.io Add-ons Bot 2020-03-20 09:59:50 +00:00
parent 4d7047ce1d
commit c56d1c64da
4 changed files with 10 additions and 46 deletions

View file

@ -1106,10 +1106,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/2146629
[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/2146629/README.md
[addon-portainer]: https://github.com/hassio-addons/addon-portainer/tree/e8e6ab2
[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/e8e6ab2/README.md
[portainer-issue]: https://github.com/hassio-addons/addon-portainer/issues
[portainer-version-shield]: https://img.shields.io/badge/version-2146629-blue.svg
[portainer-version-shield]: https://img.shields.io/badge/version-e8e6ab2-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,39 +1,3 @@
# Changelog since v0.9.0
- :tada: Make add-on stable/production ready
- :hammer: Improve Portainer service script
- :books: Remove Hass.io references
- :fire: Remove direct access support
- :sparkles: Adds agent secret support (#31)
* Set the Agent Secret environment variable
* Update portainer.sh
* Update README.md
* Update portainer.sh
* fixing the location of the export command
* Update run
* Update README.md
* :fire: Revert unrelated changes
* :shirt: Fix lint warnings
* :shirt: Remove empty default value
* I failed at a rebase... need more coffee
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
- :hammer: Update community forum links
- :arrow_up: Upgrades add-on base image to v7.0.2
- :arrow_up: Upgrades Portainer to v1.23.1
- :hammer: Updates for upstream Supervisor changes
- :hammer: Update add-on config with new password & list features
- :hammer: Re-branding
- :books: Update add-on documentation to use new YAML configuration format
- :arrow_up: Upgrades nginx to 1.16.1-r6
- :arrow_up: Upgrades add-on base image to v7.0.0
# Changelog since v1.0.0
- :arrow_up: Upgrades Portainer to v1.23.2
- :arrow_up: Upgrades add-on base image to v7.0.3

View file

@ -51,7 +51,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-portainer/blob/2146629/README.md
[docs]: https://github.com/hassio-addons/addon-portainer/blob/e8e6ab2/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-portainer/68836?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -60,6 +60,6 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-2146629-blue.svg
[release]: https://github.com/hassio-addons/addon-portainer/tree/2146629
[release-shield]: https://img.shields.io/badge/version-e8e6ab2-blue.svg
[release]: https://github.com/hassio-addons/addon-portainer/tree/e8e6ab2
[screenshot]: https://github.com/hassio-addons/addon-portainer/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Portainer",
"version": "2146629",
"version": "e8e6ab2",
"slug": "portainer",
"description": "Manage your Docker environment with ease",
"url": "https://github.com/hassio-addons/addon-portainer",