diff --git a/README.md b/README.md index 25e755f0..44b8a7d9 100644 --- a/README.md +++ b/README.md @@ -795,10 +795,10 @@ SOFTWARE. [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/v0.5.3 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.5.3/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/v0.5.4 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.5.4/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-v0.5.3-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-v0.5.4-blue.svg [glances-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/glances-armhf.svg [glances-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [glances-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/glances/CHANGELOG.md b/glances/CHANGELOG.md index 44092413..4fea75b4 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -4,10 +4,13 @@ This is a general maintenance release. ### 🔨 Changes -- :arrow_up: Upgrades add-on base image to v4.0.3 -- :arrow_up: Upgrades musl-dev to 1.1.22-r3 +- :arrow_up: Upgrades nginx to 1.16.1-r0 +- :arrow_up: Upgrades add-on base image to v4.1.1 +- :hammer: Updates HA Auth URL in NGinx LUA script +- :ambulance: Fixes path handling for SSL certificates +- :hammer: Use Hass.io DNS as NGinx resolver -[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.5.2...v0.5.3 +[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.5.3...v0.5.4 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/glances/README.md b/glances/README.md index 0e49e4fe..d331c7ba 100644 --- a/glances/README.md +++ b/glances/README.md @@ -42,13 +42,13 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.5.3/README.md +[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.5.4/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-glances/97102?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [patreon-shield]: https://www.frenck.nl/images/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.3-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/v0.5.3 +[release-shield]: https://img.shields.io/badge/version-v0.5.4-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/v0.5.4 [screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png \ No newline at end of file diff --git a/glances/config.json b/glances/config.json index 4e1a6374..c14ca744 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "0.5.3", + "version": "0.5.4", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",