🎉 Release of add-on phpMyAdmin 0.6.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-11 07:58:13 +00:00
parent 4aad805a5b
commit 14344b8c87
7 changed files with 41 additions and 52 deletions

View file

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

@ -2,22 +2,24 @@
## 🚀 Enhancements
- 🔥 Less logging by removing access log from log ouput @frenck (#88)
- 🏎 Enable streaming mode for Ingress @frenck (#89)
- ⬆️ Upgrade php7 -> php8 @frenck (#90)
- Migrate JSON config to YAML @frenck (#110)
## 🧰 Maintenance
- 🚀 Add-on CI improvements @frenck (#86)
## 📚 Documentation
- 🚑 Fix contributing link in readme @frenck (#87)
- Switch to centralized GitHub Action Workflows @frenck (#109)
## ⬆️ Dependency updates
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#82)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#83)
- ⬆️ Upgrades mariadb-client to 10.5.12-r0 @frenck (#84)
- ⬆️ Upgrades php7 to 7.4.22-r0 @frenck (#85)
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#91)
- ⬆️ 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)

View file

@ -32,6 +32,6 @@ MariaDB add-on.
[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.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/v0.5.0
[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
[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/main/images/screenshot.png

View file

@ -1,26 +0,0 @@
{
"name": "phpMyAdmin",
"version": "0.5.0",
"slug": "phpmyadmin",
"description": "A web interface for the official MariaDB add-on",
"url": "https://github.com/hassio-addons/addon-phpmyadmin",
"ingress": true,
"ingress_stream": true,
"panel_icon": "mdi:database",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"init": false,
"services": [
"mysql:need"
],
"hassio_api": true,
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
},
"image": "ghcr.io/hassio-addons/phpmyadmin/{arch}"
}

21
phpmyadmin/config.yaml Normal file
View file

@ -0,0 +1,21 @@
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
description: A web interface for the official MariaDB add-on
hassio_api: true
image: ghcr.io/hassio-addons/phpmyadmin/{arch}
ingress: true
ingress_stream: true
init: false
name: phpMyAdmin
panel_icon: mdi:database
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
services:
- mysql:need
slug: phpmyadmin
url: https://github.com/hassio-addons/addon-phpmyadmin
version: 0.6.0

View file

@ -1,4 +0,0 @@
configuration:
log_level:
description: 'Controls the level of log details the add-on provides.'
name: 'Log level'

View file

@ -1,4 +0,0 @@
configuration:
log_level:
description: 'Bepaalt het niveau van de logs die de add-on toont.'
name: 'Log niveau'