🎉 Release of add-on The Lounge 0.17.1

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-26 11:40:04 +00:00
parent 9db23a3122
commit b186d39a19
4 changed files with 31 additions and 39 deletions

View file

@ -1,20 +1,12 @@
## Whats changed
## 🐛 Bug fixes
- 🚑 Fix S6 dependencies @frenck (#131)
## 🧰 Maintenance
- 🎆 Updates maintenance/license year to 2023 @frenck (#128)
- 🔨 Migrate old-style S6 scripts to s6-rc.d @frenck (#130)
- Add Renovate for dependency management @frenck ([#132](https://github.com/hassio-addons/addon-thelounge/pull/132))
## ⬆️ Dependency updates
- ⬆️ Upgrades add-on base image to 12.2.3 @frenck (#122)
- ⬆️ Upgrades git to 2.36.3-r0 @frenck (#123)
- ⬆️ Upgrades python3 to 3.10.8-r0 @frenck (#124)
- ⬆️ Upgrades nodejs to 16.17.1-r0 @frenck (#125)
- ⬆️ Upgrades nginx to 1.22.1-r0 @frenck (#126)
- ⬆️ Upgrades add-on base image to 12.2.7 @frenck (#127)
- ⬆️ Upgrades add-on base image to 13.1.1 @frenck (#129)
- ⬆️ Update alpine_3_17/git to v2.38.4-r1 @renovate ([#133](https://github.com/hassio-addons/addon-thelounge/pull/133))
- ⬆️ Update alpine_3_17/python3 to v3.10.10-r0 @renovate ([#134](https://github.com/hassio-addons/addon-thelounge/pull/134))
- ⬆️ Update alpine_3_17/nodejs to v18.14.2-r0 @renovate ([#137](https://github.com/hassio-addons/addon-thelounge/pull/137))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 @renovate ([#136](https://github.com/hassio-addons/addon-thelounge/pull/136))

View file

@ -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.17.0-blue.svg
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.17.0
[release-shield]: https://img.shields.io/badge/version-v0.17.1-blue.svg
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.17.1
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png
[thelounge]: https://github.com/timmo001/thelounge

View file

@ -1,42 +1,42 @@
name: The Lounge
version: 0.17.1
slug: thelounge
description: A self-hosted web IRC client
url: https://github.com/hassio-addons/addon-thelounge
codenotary: codenotary@frenck.dev
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
codenotary: codenotary@frenck.dev
description: A self-hosted web IRC client
image: ghcr.io/hassio-addons/thelounge/{arch}
ingress: true
ingress_stream: true
init: false
map:
- ssl
name: The Lounge
options:
certfile: fullchain.pem
default_theme: default
keyfile: privkey.pem
ssl: true
themes:
- thelounge-theme-solarized
users: []
panel_admin: false
init: false
panel_icon: mdi:chat
ports:
80/tcp: null
ports_description:
80/tcp: The Lounge Web UI (Not required for Ingress)
map:
- ssl
options:
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
default_theme: default
themes:
- thelounge-theme-solarized
users: []
schema:
certfile: str
default_theme: str
keyfile: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
ssl: bool
certfile: str
keyfile: str
default_theme: str
themes:
- str
users:
- str
slug: thelounge
url: https://github.com/hassio-addons/addon-thelounge
version: 0.17.0
image: ghcr.io/hassio-addons/thelounge/{arch}