mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on phpMyAdmin to f1efd76
This commit is contained in:
parent
5705695195
commit
3959300df1
5 changed files with 34 additions and 27 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/e976198
|
||||
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/e976198/README.md
|
||||
[addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/f1efd76
|
||||
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/f1efd76/README.md
|
||||
[phpmyadmin-issue]: https://github.com/hassio-addons/addon-phpmyadmin/issues
|
||||
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-e976198-blue.svg
|
||||
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-f1efd76-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,5 +1,18 @@
|
|||
# Changelog since v0.1.3
|
||||
- 🔥 Remove Renovatebot
|
||||
- ⬆ Upgrades nginx to 1.18.0-r0
|
||||
- ⬆ Upgrades php7 to 7.3.21-r0
|
||||
- ⬆ Upgrades add-on base image to v8.0.1
|
||||
# Changelog since v0.1.4
|
||||
- Upgrade add-on base image to 9.1.0 (#23)
|
||||
- Add new repository workflow (#22)
|
||||
|
||||
* Add new repository workflow
|
||||
|
||||
* Prettified Code!
|
||||
|
||||
* 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)
|
||||
|
|
|
@ -40,7 +40,7 @@ dealing with an unknown issue. Possible values are:
|
|||
- `debug`: Shows detailed debug information.
|
||||
- `info`: Normal (usually) interesting events.
|
||||
- `warning`: Exceptional occurrences that are not errors.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||
|
||||
Please note that each level automatically includes log messages from a
|
||||
|
@ -57,16 +57,15 @@ you are troubleshooting.
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
Releases are based on [Semantic Versioning][semver], and use the format
|
||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
||||
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||
based on the following:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
@ -94,7 +93,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Franck Nijhof
|
||||
Copyright (c) 2021 Franck Nijhof
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -120,7 +119,6 @@ SOFTWARE.
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-phpmyadmin/171729?u=frenck
|
||||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-phpmyadmin/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-phpmyadmin/releases
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
|
|
|
@ -47,10 +47,10 @@ If you are more interested in stable releases of our add-ons:
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-phpmyadmin/171729?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||
[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-e976198-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/e976198
|
||||
[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/master/images/screenshot.png
|
||||
[release-shield]: https://img.shields.io/badge/version-f1efd76-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/f1efd76
|
||||
[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/main/images/screenshot.png
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
"name": "phpMyAdmin",
|
||||
"version": "e976198",
|
||||
"version": "f1efd76",
|
||||
"slug": "phpmyadmin",
|
||||
"description": "A web interface for the official MariaDB add-on",
|
||||
"url": "https://github.com/hassio-addons/addon-phpmyadmin",
|
||||
"ingress": true,
|
||||
"panel_icon": "mdi:database",
|
||||
"startup": "application",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
|
@ -15,15 +14,12 @@
|
|||
"i386"
|
||||
],
|
||||
"init": false,
|
||||
"boot": "auto",
|
||||
"services": [
|
||||
"mysql:need"
|
||||
],
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"options": {},
|
||||
"schema": {
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
|
||||
},
|
||||
"image": "hassioaddons/phpmyadmin-{arch}"
|
||||
"image": "ghcr.io/hassio-addons/phpmyadmin/{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue