⬆️ Updating add-on phpMyAdmin to 1421392

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-18 08:37:01 +00:00
parent e8ca75ec68
commit b2bbf070d0
4 changed files with 14 additions and 38 deletions

View file

@ -1065,10 +1065,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/5a3e4ed [addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/1421392
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/5a3e4ed/README.md [addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/1421392/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-5a3e4ed-blue.svg [phpmyadmin-version-shield]: https://img.shields.io/badge/version-1421392-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,40 +1,16 @@
# Changelog since v0.4.3 # Changelog since v0.5.0
- ⬆️ Upgrades add-on base image to v10.0.1 (#91) - ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#92)
- ⬆️ Upgrade php7 -> php8 (#90)
- 🏎 Enable streaming mode for Ingress (#89)
- 🔥 Less logging by removing access log from log ouput (#88)
- 🚑 Fix contributing link in readme (#87)
- 🚀 Add-on CI improvements (#86)
- ⬆️ Upgrades php7 to 7.4.22-r0 (#85)
- ⬆️ Upgrades mariadb-client to 10.5.12-r0 (#84)
- ⬆️ Bump actions/stale from 3.0.19 to 4 (#83)
Bumps [actions/stale](https://github.com/actions/stale) from 3.0.19 to 4. Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/actions/stale/releases) - [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v3.0.19...v4) - [Commits](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2)
--- ---
updated-dependencies: updated-dependencies:
- dependency-name: actions/stale - dependency-name: dessant/lock-threads
dependency-type: direct:production dependency-type: direct:production
update-type: version-update:semver-major 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 frenck/action-addon-linter from 2.1 to 2.2 (#82)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.1 to 2.2.
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.1...v2.2)
---
updated-dependencies:
- dependency-name: frenck/action-addon-linter
dependency-type: direct:production
update-type: version-update:semver-minor
... ...
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com>

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-5a3e4ed-blue.svg [release-shield]: https://img.shields.io/badge/version-1421392-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/5a3e4ed [release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/1421392
[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": "5a3e4ed", "version": "1421392",
"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",