diff --git a/README.md b/README.md index 10d8ddb7..5185b2a9 100644 --- a/README.md +++ b/README.md @@ -1093,10 +1093,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.1.4 -[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/v0.1.4/README.md +[addon-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/tree/v0.2.0 +[addon-doc-phpmyadmin]: https://github.com/hassio-addons/addon-phpmyadmin/blob/v0.2.0/README.md [phpmyadmin-issue]: https://github.com/hassio-addons/addon-phpmyadmin/issues -[phpmyadmin-version-shield]: https://img.shields.io/badge/version-v0.1.4-blue.svg +[phpmyadmin-version-shield]: https://img.shields.io/badge/version-v0.2.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 diff --git a/phpmyadmin/CHANGELOG.md b/phpmyadmin/CHANGELOG.md index fd44695b..d7095f44 100644 --- a/phpmyadmin/CHANGELOG.md +++ b/phpmyadmin/CHANGELOG.md @@ -1,14 +1,13 @@ -[Full Changelog][changelog] +## What’s changed -### 🔨 Changes +## 🧰 Maintenance -- ⬆ Upgrades add-on base image to v8.0.1 -- ⬆ Upgrades php7 to 7.3.21-r0 -- ⬆ Upgrades nginx to 1.18.0-r0 -- 🔥 Remove Renovatebot +- Cleanup repository @frenck (#19) +- Happy New Year @frenck (#20) +- Upgrade Code of Conduct @frenck (#21) +- Add new repository workflow @frenck (#22) -[changelog]: https://github.com/hassio-addons/addon-phpmyadmin/compare/v0.1.3...v0.1.4 +## ⬆️ Dependency updates -Questions? Join our Discord server! https://discord.me/hassioaddons -Enjoying my add-ons? Consider supporting my work: -https://github.com/sponsors/frenck or https://patreon.com/frenck \ No newline at end of file +- Upgrade add-on base image to 9.1.0 @frenck (#23) +- Upgrade phpMyAdmin to 5.0.4 @frenck (#24) diff --git a/phpmyadmin/DOCS.md b/phpmyadmin/DOCS.md index d000b8be..0298938c 100644 --- a/phpmyadmin/DOCS.md +++ b/phpmyadmin/DOCS.md @@ -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 diff --git a/phpmyadmin/README.md b/phpmyadmin/README.md index a6e46f6d..64792180 100644 --- a/phpmyadmin/README.md +++ b/phpmyadmin/README.md @@ -44,10 +44,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-v0.1.4-blue.svg -[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/v0.1.4 -[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/master/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-phpmyadmin/tree/v0.2.0 +[screenshot]: https://github.com/hassio-addons/addon-phpmyadmin/raw/main/images/screenshot.png \ No newline at end of file diff --git a/phpmyadmin/config.json b/phpmyadmin/config.json index 8b5b067c..dbb06b9d 100644 --- a/phpmyadmin/config.json +++ b/phpmyadmin/config.json @@ -1,12 +1,11 @@ { "name": "phpMyAdmin", - "version": "0.1.4", + "version": "0.2.0", "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}" } \ No newline at end of file