⬆️ Updating add-on phpMyAdmin to 2124e8c

This commit is contained in:
Community Hass.io Add-ons Bot 2021-07-13 10:04:44 +00:00
parent 2f2ffe77f2
commit 44d360b921
4 changed files with 40 additions and 6 deletions

View file

@ -1088,10 +1088,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/f074119 [addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/2124e8c
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/f074119/README.md [addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/2124e8c/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-f074119-blue.svg [phpmyadmin-version-shield]: https://img.shields.io/badge/version-2124e8c-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,4 +1,38 @@
# Changelog since v0.4.2 # Changelog since v0.4.2
- ⬆️ Upgrades php7 to 7.4.21-r0 (#81)
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 (#80)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 (#79)
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.0.3 to 2.1.1.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dessant/lock-threads/compare/v2.0.3...v2.1.1)
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades add-on base image to v10.0.0 (#78) - ⬆️ Upgrades add-on base image to v10.0.0 (#78)
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 (#74) - ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 (#74)

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-f074119-blue.svg [release-shield]: https://img.shields.io/badge/version-2124e8c-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/f074119 [release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/2124e8c
[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,6 +1,6 @@
{ {
"name": "phpMyAdmin", "name": "phpMyAdmin",
"version": "f074119", "version": "2124e8c",
"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",