🎉 Release of add-on phpMyAdmin 0.7.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-01-19 11:53:21 +00:00
parent 211bc95798
commit 0361692cf6
5 changed files with 22 additions and 24 deletions

View file

@ -985,10 +985,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/v0.6.0
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/v0.6.0/README.md
[addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/v0.7.0
[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/v0.7.0/README.md
[phpmyadmin-issue]: https://github.com/hassio-addons/addon-phpmyadmin/issues
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
[phpmyadmin-version-shield]: https://img.shields.io/badge/version-v0.7.0-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

View file

@ -1,25 +1,17 @@
## Whats changed
## 🚀 Enhancements
## ✨ New features
- Migrate JSON config to YAML @frenck (#110)
- 🔨 Add Upload limit option @sinclairpaul (#117)
## 🧰 Maintenance
- Switch to centralized GitHub Action Workflows @frenck (#109)
- 🚀 Update CI to latest version @frenck (#114)
- 🎆 Updates maintenance/license year to 2022 @frenck (#120)
## ⬆️ Dependency updates
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#92)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#93)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#94)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#95)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#96)
- ⬆️ Upgrades php8 to 8.0.11-r0 @frenck (#97)
- ⬆️ Upgrades add-on base image to 10.1.0 @frenck (#98)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#101)
- ⬆️ Upgrades add-on base image to 10.1.1 @frenck (#103)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#104)
- ⬆️ Upgrades php8 to 8.0.12-r0 @frenck (#108)
- ⬆️ Upgrades add-on base image to 10.2.1 @frenck (#111)
- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#112)
- ⬆️ Upgrades add-on base image to 11.0.0 @frenck (#115)
- ⬆️ Upgrades php8 to 8.0.14-r0 @frenck (#118)
- ⬆️ Upgrades add-on base image to 11.0.1 @frenck (#119)
- 🔨 Add Upload limit option @sinclairpaul (#117)

View file

@ -30,6 +30,11 @@ log_level: info
**Note**: _This is just an example, don't copy and paste it! Create your own!_
### Option: `upload_limit`
By default, the size limit for uploads (for operations such as imports) is set to
64MB. This can be increased with this option, for example, `100` would be 100MB.
### Option: `log_level`
The `log_level` option controls the level of log output by the addon and can
@ -93,7 +98,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2021 Franck Nijhof
Copyright (c) 2021-2022 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

View file

@ -28,10 +28,10 @@ MariaDB add-on.
[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/2021.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.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-v0.6.0-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/v0.6.0
[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/v0.7.0
[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/main/images/screenshot.png

View file

@ -14,8 +14,9 @@ name: phpMyAdmin
panel_icon: mdi:database
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
upload_limit: int?
services:
- mysql:need
slug: phpmyadmin
url: https://github.com/hassio-addons/addon-phpmyadmin
version: 0.6.0
version: 0.7.0