⬆️ Updating add-on phpMyAdmin to 2e9850e

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-19 22:07:39 +00:00
parent 657ffa67e1
commit 13fef282b0
4 changed files with 7 additions and 6 deletions

View file

@ -1157,10 +1157,10 @@ SOFTWARE.
[motioneye-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [motioneye-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[motioneye-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [motioneye-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[motioneye-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [motioneye-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/adba3e3 [addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/2e9850e
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/adba3e3/README.md [addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/2e9850e/README.md
[phpmyadmin-issue]: https://github.com/hassio-addons/addon-phpmyadmin/issues [phpmyadmin-issue]: https://github.com/hassio-addons/addon-phpmyadmin/issues
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-adba3e3-blue.svg [phpmyadmin-version-shield]: https://img.shields.io/badge/version-2e9850e-blue.svg
[phpmyadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [phpmyadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[phpmyadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [phpmyadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[phpmyadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [phpmyadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,5 @@
# Changelog since v0.3.0 # Changelog since v0.3.0
- Apply updated repository structure & CI workflow (#53)
- Upgrades add-on base image to v9.2.0 (#52) - Upgrades add-on base image to v9.2.0 (#52)
- ⬆ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 (#51) - ⬆ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 (#51)
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 (#50) - ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 (#50)

View file

@ -51,6 +51,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-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-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-adba3e3-blue.svg [release-shield]: https://img.shields.io/badge/version-2e9850e-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/adba3e3 [release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/2e9850e
[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "phpMyAdmin", "name": "phpMyAdmin",
"version": "adba3e3", "version": "2e9850e",
"slug": "phpmyadmin", "slug": "phpmyadmin",
"description": "A web interface for the official MariaDB add-on", "description": "A web interface for the official MariaDB add-on",
"url": "https://github.com/hassio-addons/addon-phpmyadmin", "url": "https://github.com/hassio-addons/addon-phpmyadmin",