mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on phpMyAdmin to ecab067
This commit is contained in:
parent
0ff088463d
commit
58feed938f
4 changed files with 26 additions and 21 deletions
|
@ -1111,10 +1111,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/5bab314
|
||||
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/5bab314/README.md
|
||||
[addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/ecab067
|
||||
[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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[phpmyadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# Changelog since v0.8.3
|
||||
- ⬆️ Upgrades phpMyAdmin to 5.2.1 (#150)
|
||||
- ⬆️ Upgrades add-on base image to 13.1.3 (#149)
|
||||
# Changelog since v0.8.4
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 (#153)
|
||||
|
||||
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)
|
||||
|
|
|
@ -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]: https://www.patreon.com/frenck
|
||||
[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]: https://github.com/hassio-addons/addon-phpmyadmin/tree/5bab314
|
||||
[release-shield]: https://img.shields.io/badge/version-ecab067-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/ecab067
|
||||
[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/main/images/screenshot.png
|
|
@ -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:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- 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
|
||||
name: phpMyAdmin
|
||||
panel_icon: mdi:database
|
||||
services:
|
||||
- mysql:need
|
||||
hassio_api: true
|
||||
schema:
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
upload_limit: int?
|
||||
services:
|
||||
- mysql:need
|
||||
slug: phpmyadmin
|
||||
url: https://github.com/hassio-addons/addon-phpmyadmin
|
||||
version: 5bab314
|
||||
image: ghcr.io/hassio-addons/phpmyadmin/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue