mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on phpMyAdmin to 009999e
This commit is contained in:
parent
256764949a
commit
21c3efbb3a
4 changed files with 23 additions and 6 deletions
|
@ -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/184f22a
|
[addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/009999e
|
||||||
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/184f22a/README.md
|
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/009999e/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-184f22a-blue.svg
|
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-009999e-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
|
||||||
|
|
|
@ -1,4 +1,21 @@
|
||||||
# Changelog since v0.5.0
|
# Changelog since v0.5.0
|
||||||
|
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#104)
|
||||||
|
|
||||||
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
|
||||||
|
- [Release notes](https://github.com/actions/checkout/releases)
|
||||||
|
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
||||||
|
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: actions/checkout
|
||||||
|
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>
|
||||||
- ⬆️ Upgrades add-on base image to 10.1.1 (#103)
|
- ⬆️ Upgrades add-on base image to 10.1.1 (#103)
|
||||||
- ⬆ Upgrade lock-threads workflow to 3.0.0 (#102)
|
- ⬆ Upgrade lock-threads workflow to 3.0.0 (#102)
|
||||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#101)
|
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#101)
|
||||||
|
|
|
@ -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-184f22a-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-009999e-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/184f22a
|
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/009999e
|
||||||
[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
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "phpMyAdmin",
|
"name": "phpMyAdmin",
|
||||||
"version": "184f22a",
|
"version": "009999e",
|
||||||
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue