⬆️ Updating add-on phpMyAdmin to 0950b49

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-13 11:01:07 +00:00
parent cb8d4a9abd
commit 0a8b0543b2
4 changed files with 12 additions and 6 deletions

View file

@ -1088,10 +1088,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/1543d8a
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/1543d8a/README.md
[addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/0950b49
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/0950b49/README.md
[phpmyadmin-issue]: https://github.com/hassio-addons/addon-phpmyadmin/issues
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-1543d8a-blue.svg
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-0950b49-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

View file

@ -1,3 +1,8 @@
# Changelog since v0.7.0
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#123)
* 🔒 Sign add-on with Codenotary Community Attestation Service (CAS)
* ⬆️ Upgrades add-on base image to 11.1.0
- ⬆️ Upgrades add-on base image to 11.1.0 (#122)
- ⬆️ Upgrades php8 to 8.0.16-r0 (#121)

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]: 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-1543d8a-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/1543d8a
[release-shield]: https://img.shields.io/badge/version-0950b49-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/0950b49
[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/main/images/screenshot.png

View file

@ -4,6 +4,7 @@ arch:
- 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}
@ -19,4 +20,4 @@ services:
- mysql:need
slug: phpmyadmin
url: https://github.com/hassio-addons/addon-phpmyadmin
version: 1543d8a
version: 0950b49