From 18e54b5b560e0b5e2cbb3ac39f4cdc9359a093e6 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 8 Mar 2021 15:18:31 +0000 Subject: [PATCH] :tada: Release of add-on The Lounge 0.11.1 --- README.md | 6 +++--- thelounge/CHANGELOG.md | 31 +++++++++++-------------------- thelounge/README.md | 4 ++-- thelounge/config.json | 2 +- 4 files changed, 17 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index c1fd367d..04dfcb00 100644 --- a/README.md +++ b/README.md @@ -1017,10 +1017,10 @@ SOFTWARE. [tautulli-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tautulli-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [tautulli-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.0 -[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.11.0/README.md +[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.1 +[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.11.1/README.md [thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues -[thelounge-version-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg +[thelounge-version-shield]: https://img.shields.io/badge/version-v0.11.1-blue.svg [thelounge-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [thelounge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [thelounge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/thelounge/CHANGELOG.md b/thelounge/CHANGELOG.md index 6f7eabb6..700755cc 100644 --- a/thelounge/CHANGELOG.md +++ b/thelounge/CHANGELOG.md @@ -1,24 +1,15 @@ ## What’s changed -## 🐛 Bug fixes - -- Add build dependencies for sqlite3 @y0ast (#12) - -## 🚀 Enhancements - -- Refactor NGINX configuration and API access @frenck (#22) - -## 🧰 Maintenance - -- Cleanup repository @frenck (#13) -- Happy New Year @frenck (#14) -- Upgrade Code of Conduct @frenck (#15) -- Add new repository workflow @frenck (#16) -- Remove obsolete webui from configuration @frenck (#19) - ## ⬆️ Dependency updates -- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#17) -- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#18) -- Upgrade add-on base image to 9.1.2 @frenck (#20) -- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#21) +- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#23) +- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#24) +- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#25) +- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#26) +- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#27) +- ⬆ Upgrades nodejs to 14.15.5-r0 @frenck (#29) +- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#28) +- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#30) +- ⬆ Upgrades nodejs to 14.16.0-r0 @frenck (#32) +- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#31) +- ⬆ Upgrades add-on base image to v9.1.5 @frenck (#33) diff --git a/thelounge/README.md b/thelounge/README.md index 97c564a4..28b7766c 100644 --- a/thelounge/README.md +++ b/thelounge/README.md @@ -45,7 +45,7 @@ If you are more interested in stable releases of our add-ons: [midnight-theme]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/midnight-theme.png [more-info-light]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/more-info-light.png [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg -[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.0 +[release-shield]: https://img.shields.io/badge/version-v0.11.1-blue.svg +[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.1 [screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png [thelounge]: https://github.com/timmo001/thelounge \ No newline at end of file diff --git a/thelounge/config.json b/thelounge/config.json index a266e0ee..89a047ae 100644 --- a/thelounge/config.json +++ b/thelounge/config.json @@ -1,6 +1,6 @@ { "name": "The Lounge", - "version": "0.11.0", + "version": "0.11.1", "slug": "thelounge", "description": "A self-hosted web IRC client", "url": "https://github.com/hassio-addons/addon-thelounge",