🎉 Release of add-on phpMyAdmin 0.4.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-19 23:55:37 +00:00
parent b248b7e5b9
commit 9e7743df0c
4 changed files with 15 additions and 17 deletions

View file

@ -1047,10 +1047,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/v0.4.0
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/v0.4.0/README.md
[addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/v0.4.1
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/v0.4.1/README.md
[phpmyadmin-issue]: https://github.com/hassio-addons/addon-phpmyadmin/issues
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-v0.4.1-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,15 +1,13 @@
## Whats changed
## ✨ New features
- Add add-on translation support @frenck (#54)
## 🧰 Maintenance
- Apply updated repository structure & CI workflow @frenck (#53)
## ⬆️ Dependency updates
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#50)
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#51)
- Upgrades add-on base image to v9.2.0 @frenck (#52)
- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#58)
- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#56)
- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#57)
- ⬆️ Upgrades mariadb-client to 10.5.9-r0 @frenck (#59)
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#60)
- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#61)
- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#62)
- ⬆️ Upgrades php7 to 7.4.19-r0 @frenck (#63)
- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#64)

View file

@ -48,6 +48,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-v0.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/v0.4.0
[release-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/v0.4.1
[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/main/images/screenshot.png

View file

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