mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Portainer 1.4.0
This commit is contained in:
parent
6c10f16b71
commit
4f33af0e7f
5 changed files with 29 additions and 31 deletions
|
@ -920,10 +920,10 @@ SOFTWARE.
|
||||||
[plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[plex-i386-shield]: https://img.shields.io/badge/i386-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.3.0
|
[addon-portainer]: https://github.com/hassio-addons/addon-portainer/tree/v1.4.0
|
||||||
[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/v1.3.0/README.md
|
[addon-doc-portainer]: https://github.com/hassio-addons/addon-portainer/blob/v1.4.0/README.md
|
||||||
[portainer-issue]: https://github.com/hassio-addons/addon-portainer/issues
|
[portainer-issue]: https://github.com/hassio-addons/addon-portainer/issues
|
||||||
[portainer-version-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
[portainer-version-shield]: https://img.shields.io/badge/version-v1.4.0-blue.svg
|
||||||
[portainer-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
[Full Changelog][changelog]
|
## What’s changed
|
||||||
|
|
||||||
### 🔨 Changes
|
- Upgrade add-on base image to 9.0.1 @frenck (#61)
|
||||||
|
|
||||||
- 🔨 Update run for observer filtering (#49)
|
## 🧰 Maintenance
|
||||||
- ⬆ Upgrades add-on base image to v8.0.5
|
|
||||||
|
|
||||||
[changelog]: https://github.com/hassio-addons/addon-portainer/compare/v1.2.2...v1.3.0
|
- Cleanup repository @frenck (#56)
|
||||||
|
- Happy New Year @frenck (#57)
|
||||||
|
- Upgrade Code of Conduct @frenck (#59)
|
||||||
|
- Add new repository workflow @frenck (#60)
|
||||||
|
|
||||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
## 📚 Documentation
|
||||||
Enjoying my add-ons? Consider supporting my work:
|
|
||||||
https://github.com/sponsors/frenck or https://patreon.com/frenck
|
- 📚 Update mentioning "Advanced Mode", needed for Portainer @deftdawg (#53)
|
||||||
|
|
|
@ -16,8 +16,9 @@ it could damage your system.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
The installation of this add-on is pretty straightforward and no different
|
To install this add-on, you'll first need to go to your profile and turn on
|
||||||
compared to installing any other Home Assistant add-on.
|
"Advanced Mode", once that is done go back to Home Assistant add-ons and search
|
||||||
|
for "Portainer" and install it as you would any other add-on.
|
||||||
|
|
||||||
To be able to use this add-on, you'll need to disable protection mode on this
|
To be able to use this add-on, you'll need to disable protection mode on this
|
||||||
add-on. Without it, the add-on is unable to access Docker.
|
add-on. Without it, the add-on is unable to access Docker.
|
||||||
|
@ -77,16 +78,15 @@ Settings -> Hidden containers. Then delete the listed hidden labels
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
functionality. The format of the log is based on
|
functionality.
|
||||||
[Keep a Changelog][keepchangelog].
|
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
based on the following:
|
based on the following:
|
||||||
|
|
||||||
- ``MAJOR``: Incompatible or major changes.
|
- `MAJOR`: Incompatible or major changes.
|
||||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@ check [the contributor's page][contributors].
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018-2020 Franck Nijhof
|
Copyright (c) 2018-2021 Franck Nijhof
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -140,7 +140,6 @@ SOFTWARE.
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-portainer/68836?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-portainer/68836?u=frenck
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
[issue]: https://github.com/hassio-addons/addon-portainer/issues
|
[issue]: https://github.com/hassio-addons/addon-portainer/issues
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-portainer/releases
|
[releases]: https://github.com/hassio-addons/addon-portainer/releases
|
||||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||||
|
|
|
@ -34,10 +34,10 @@ it could damage your system.
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-portainer/68836?u=frenck
|
[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
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
[github-sponsors]: https://github.com/sponsors/frenck
|
[github-sponsors]: https://github.com/sponsors/frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v1.4.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-portainer/tree/v1.3.0
|
[release]: https://github.com/hassio-addons/addon-portainer/tree/v1.4.0
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-portainer/raw/master/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-portainer/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Portainer",
|
"name": "Portainer",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"slug": "portainer",
|
"slug": "portainer",
|
||||||
"description": "Manage your Docker environment with ease",
|
"description": "Manage your Docker environment with ease",
|
||||||
"url": "https://github.com/hassio-addons/addon-portainer",
|
"url": "https://github.com/hassio-addons/addon-portainer",
|
||||||
|
@ -26,14 +26,11 @@
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
|
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
|
||||||
},
|
},
|
||||||
"boot": "auto",
|
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
|
||||||
"docker_api": true,
|
"docker_api": true,
|
||||||
"options": {},
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||||
"agent_secret": "str?"
|
"agent_secret": "str?"
|
||||||
},
|
},
|
||||||
"image": "hassioaddons/portainer-{arch}"
|
"image": "ghcr.io/hassio-addons/portainer/{arch}"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue