⬆️ Updating add-on phpMyAdmin to d88f02c

This commit is contained in:
Community Hass.io Add-ons Bot 2023-10-22 18:47:06 +00:00
parent bc9e7aa4b6
commit 68e2974e8f
4 changed files with 7 additions and 8 deletions

View file

@ -1065,10 +1065,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/4c05910 [addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/d88f02c
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/4c05910/README.md [addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/d88f02c/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-4c05910-blue.svg [phpmyadmin-version-shield]: https://img.shields.io/badge/version-d88f02c-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-no-red.svg [phpmyadmin-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,4 +1,5 @@
# Changelog since v0.8.9 # Changelog since v0.8.9
- Drop support for armhf & i386 (#190)
- ⬆️ Update alpine_3_18/nginx to v1.24.0-r7 (#187) - ⬆️ Update alpine_3_18/nginx to v1.24.0-r7 (#187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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-4c05910-blue.svg [release-shield]: https://img.shields.io/badge/version-d88f02c-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/4c05910 [release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/d88f02c
[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,5 +1,5 @@
name: phpMyAdmin name: phpMyAdmin
version: 4c05910 version: d88f02c
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
@ -10,9 +10,7 @@ panel_icon: mdi:database
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armhf
- armv7 - armv7
- i386
init: false init: false
services: services:
- mysql:need - mysql:need