⬆️ Updating add-on phpMyAdmin to ecab067

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-25 16:02:20 +00:00
parent 0ff088463d
commit 58feed938f
4 changed files with 26 additions and 21 deletions

View file

@ -1111,10 +1111,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/5bab314 [addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/ecab067
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/5bab314/README.md [addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/ecab067/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-5bab314-blue.svg [phpmyadmin-version-shield]: https://img.shields.io/badge/version-ecab067-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,3 +1,8 @@
# Changelog since v0.8.3 # Changelog since v0.8.4
- ⬆️ Upgrades phpMyAdmin to 5.2.1 (#150) - ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 (#153)
- ⬆️ Upgrades add-on base image to 13.1.3 (#149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- ⬆️ Update PHP to v8.1.17-r0 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Add Renovate for dependency management (#151)

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-5bab314-blue.svg [release-shield]: https://img.shields.io/badge/version-ecab067-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/5bab314 [release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/ecab067
[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,23 +1,23 @@
name: phpMyAdmin
version: ecab067
slug: phpmyadmin
description: A web interface for the official MariaDB add-on
url: https://github.com/hassio-addons/addon-phpmyadmin
codenotary: codenotary@frenck.dev
ingress: true
ingress_stream: true
panel_icon: mdi:database
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armhf - armhf
- armv7 - armv7
- i386 - i386
codenotary: codenotary@frenck.dev
description: A web interface for the official MariaDB add-on
hassio_api: true
image: ghcr.io/hassio-addons/phpmyadmin/{arch}
ingress: true
ingress_stream: true
init: false init: false
name: phpMyAdmin services:
panel_icon: mdi:database - mysql:need
hassio_api: true
schema: schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)? log_level: list(trace|debug|info|notice|warning|error|fatal)?
upload_limit: int? upload_limit: int?
services: image: ghcr.io/hassio-addons/phpmyadmin/{arch}
- mysql:need
slug: phpmyadmin
url: https://github.com/hassio-addons/addon-phpmyadmin
version: 5bab314