🎉 Release of add-on Portainer 2.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-19 10:22:33 +00:00
parent 36c3119489
commit 1fbe916789
5 changed files with 31 additions and 30 deletions

View file

@ -842,10 +842,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/v1.5.2
[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/v1.5.2/README.md
[addon-portainer]: https://github.com/hassio-addons/addon-portainer/tree/v2.0.0
[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/v2.0.0/README.md
[portainer-issue]: https://github.com/hassio-addons/addon-portainer/issues
[portainer-version-shield]: https://img.shields.io/badge/version-v1.5.2-blue.svg
[portainer-version-shield]: https://img.shields.io/badge/version-v2.0.0-blue.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
[portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,13 +1,28 @@
## Whats changed
This release brings Portainer to their next major v2.x release.
⚠️ Portainer has removed custom authentication methods from their open-source version and commercialized those options, they called it an improvement/upgrade... 😡
This means, that even if you are authenticated as an admin within Home Assistant already, as of now, you have to login into the add-on as well. The add-on will ask you to set up an account the first time you access the interface.
## 🚨 Breaking changes
- ⬆️ Upgrades Portainer to v2.6.2 @frenck (#126)
## 🚀 Enhancements
- 🏎 Enable streaming mode for Ingress @frenck (#124)
## 🧰 Maintenance
- 🚀 Add-on CI improvements @frenck (#122)
## 📚 Documentation
- 🚑 Fix contributing link in readme @frenck (#123)
## ⬆️ Dependency updates
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#109)
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#112)
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#113)
- ⬆️ Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 @dependabot (#114)
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#117)
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#118)
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#119)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#120)
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#121)
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#125)
- ⬆️ Upgrades Portainer to v2.6.2 @frenck (#126)

View file

@ -65,16 +65,6 @@ you are troubleshooting.
An option to set a shared agent secret. Must also be set in the remote agent
as an Environment variable.
## Known issues and limitations
By default all Home Assistant managed containers are hidden from Portainer.
This is recommended since fooling around with Home Assistant managed containers
can easily lead to a broken system.
Access to these containers can be gained by going into Portainer ->
Settings -> Hidden containers. Then delete the listed hidden labels
(io.hass.type labels). **Only do this if you know what you're doing!**
## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases]

View file

@ -38,6 +38,6 @@ it could damage your system.
[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-v1.5.2-blue.svg
[release]: https://github.com/hassio-addons/addon-portainer/tree/v1.5.2
[release-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-portainer/tree/v2.0.0
[screenshot]: https://github.com/hassio-addons/addon-portainer/raw/main/images/screenshot.png

View file

@ -1,15 +1,14 @@
{
"name": "Portainer",
"version": "1.5.2",
"version": "2.0.0",
"slug": "portainer",
"description": "Manage your Docker environment with ease",
"url": "https://github.com/hassio-addons/addon-portainer",
"advanced": true,
"ingress": true,
"ingress_port": 1337,
"ingress_stream": true,
"startup": "services",
"panel_icon": "mdi:docker",
"homeassistant": "0.92.0b2",
"arch": [
"aarch64",
"amd64",
@ -17,9 +16,6 @@
"armv7"
],
"init": false,
"map": [
"ssl"
],
"ports": {
"8000/tcp": null
},