mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on phpMyAdmin to b34f8ff
This commit is contained in:
parent
1e5e1bcb53
commit
a3772c901c
4 changed files with 13 additions and 22 deletions
|
@ -1157,10 +1157,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/533af06
|
||||
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/533af06/README.md
|
||||
[addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/b34f8ff
|
||||
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/b34f8ff/README.md
|
||||
[phpmyadmin-issue]: https://github.com/hassio-addons/addon-phpmyadmin/issues
|
||||
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-533af06-blue.svg
|
||||
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-b34f8ff-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
|
||||
|
|
|
@ -1,19 +1,10 @@
|
|||
# Changelog since v0.1.4
|
||||
- Upgrade phpMyAdmin to 5.0.4 (#24)
|
||||
- Upgrade add-on base image to 9.1.0 (#23)
|
||||
- Add new repository workflow (#22)
|
||||
# Changelog since v0.2.0
|
||||
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#26)
|
||||
|
||||
* Add new repository workflow
|
||||
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15.
|
||||
- [Release notes](https://github.com/actions/stale/releases)
|
||||
- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45)
|
||||
|
||||
* Prettified Code!
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
* Migrate Docker build arguments
|
||||
|
||||
* Address add-on lint errors
|
||||
|
||||
* Documentation tweaks
|
||||
|
||||
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
||||
- Upgrade Code of Conduct (#21)
|
||||
- Happy New Year (#20)
|
||||
- Cleanup repository (#19)
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
|
|
@ -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-533af06-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/533af06
|
||||
[release-shield]: https://img.shields.io/badge/version-b34f8ff-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/b34f8ff
|
||||
[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "phpMyAdmin",
|
||||
"version": "533af06",
|
||||
"version": "b34f8ff",
|
||||
"slug": "phpmyadmin",
|
||||
"description": "A web interface for the official MariaDB add-on",
|
||||
"url": "https://github.com/hassio-addons/addon-phpmyadmin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue