diff --git a/README.md b/README.md index 2da43d0c106..873697b0af0 100644 --- a/README.md +++ b/README.md @@ -886,10 +886,10 @@ SOFTWARE. [tautulli-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [tautulli-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [tautulli-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.18.3 -[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.18.3/README.md +[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.19.0 +[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.19.0/README.md [thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues -[thelounge-version-shield]: https://img.shields.io/badge/version-v0.18.3-blue.svg +[thelounge-version-shield]: https://img.shields.io/badge/version-v0.19.0-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-no-red.svg diff --git a/thelounge/CHANGELOG.md b/thelounge/CHANGELOG.md index 5404f2cc7dc..05dcd90a4e8 100644 --- a/thelounge/CHANGELOG.md +++ b/thelounge/CHANGELOG.md @@ -1,10 +1,18 @@ ## What’s changed +## 🚨 Breaking changes + +- Drop support for armhf & i386 @frenck ([#176](https://github.com/hassio-addons/addon-thelounge/pull/176)) + +## 🧰 Maintenance + +- 🎆 Updates maintenance/license year to 2024 @frenck ([#183](https://github.com/hassio-addons/addon-thelounge/pull/183)) + ## ⬆️ Dependency updates -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.1.1 @renovate ([#169](https://github.com/hassio-addons/addon-thelounge/pull/169)) -- ⬆️ Update alpine_3_18/python3 to v3.11.6-r0 @renovate ([#171](https://github.com/hassio-addons/addon-thelounge/pull/171)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.0 @renovate ([#170](https://github.com/hassio-addons/addon-thelounge/pull/170)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.1 @renovate ([#172](https://github.com/hassio-addons/addon-thelounge/pull/172)) -- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.2 @renovate ([#173](https://github.com/hassio-addons/addon-thelounge/pull/173)) -- ⬆️ Update alpine_3_18/nodejs to v18.18.2-r0 @renovate ([#174](https://github.com/hassio-addons/addon-thelounge/pull/174)) +- ⬆️ Update alpine_3_18/nginx to v1.24.0-r7 @renovate ([#175](https://github.com/hassio-addons/addon-thelounge/pull/175)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.0 @renovate ([#177](https://github.com/hassio-addons/addon-thelounge/pull/177)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.1 @renovate ([#178](https://github.com/hassio-addons/addon-thelounge/pull/178)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.2 @renovate ([#179](https://github.com/hassio-addons/addon-thelounge/pull/179)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.3 @renovate ([#180](https://github.com/hassio-addons/addon-thelounge/pull/180)) +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 @renovate ([#181](https://github.com/hassio-addons/addon-thelounge/pull/181)) diff --git a/thelounge/DOCS.md b/thelounge/DOCS.md index 99e0b420bf6..2eba39c9983 100644 --- a/thelounge/DOCS.md +++ b/thelounge/DOCS.md @@ -129,7 +129,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2019-2023 Timmo +Copyright (c) 2019-2024 Timmo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/thelounge/README.md b/thelounge/README.md index f9db3254079..7a60651dd80 100644 --- a/thelounge/README.md +++ b/thelounge/README.md @@ -25,11 +25,11 @@ A self-hosted web IRC client that uses a modern and sleek interface with [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=timmo001 [hass]: https://www.home-assistant.io/ -[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg [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.18.3-blue.svg -[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.18.3 +[release-shield]: https://img.shields.io/badge/version-v0.19.0-blue.svg +[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.19.0 [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.yaml b/thelounge/config.yaml index 99cee4659e9..ae9f22c8d30 100644 --- a/thelounge/config.yaml +++ b/thelounge/config.yaml @@ -1,5 +1,5 @@ name: The Lounge -version: 0.18.3 +version: 0.19.0 slug: thelounge description: A self-hosted web IRC client url: https://github.com/hassio-addons/addon-thelounge @@ -7,9 +7,7 @@ codenotary: codenotary@frenck.dev arch: - aarch64 - amd64 -- armhf - armv7 -- i386 ingress: true ingress_stream: true panel_admin: false