Skip to content

Commit 831a64f

Browse files
committed
🎉 Release of add-on The Lounge 0.22.0
1 parent 62481ef commit 831a64f

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,10 +1100,10 @@ SOFTWARE.
11001100
[tautulli-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
11011101
[tautulli-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
11021102
[tautulli-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
1103-
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.21.2
1104-
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.21.2/README.md
1103+
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.22.0
1104+
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.22.0/README.md
11051105
[thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues
1106-
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.21.2-blue.svg
1106+
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.22.0-blue.svg
11071107
[thelounge-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
11081108
[thelounge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
11091109
[thelounge-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

thelounge/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
## What’s changed
22

3+
## 🚨 Breaking changes
4+
5+
- Drop support for armv7 systems @frenck ([#233](https://github.com/hassio-addons/addon-thelounge/pull/233))
6+
7+
## 🐛 Bug fixes
8+
9+
- Remove deprecated codenotary fields @frenck ([#232](https://github.com/hassio-addons/addon-thelounge/pull/232))
10+
311
## ⬆️ Dependency updates
412

5-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.2 @[renovate[bot]](https://github.com/apps/renovate) ([#225](https://github.com/hassio-addons/addon-thelounge/pull/225))
6-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 @[renovate[bot]](https://github.com/apps/renovate) ([#226](https://github.com/hassio-addons/addon-thelounge/pull/226))
13+
- ⬆️ Update alpine_3_22/python3 to v3.12.12-r0 @[renovate[bot]](https://github.com/apps/renovate) ([#227](https://github.com/hassio-addons/addon-thelounge/pull/227))
14+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.0 @[renovate[bot]](https://github.com/apps/renovate) ([#228](https://github.com/hassio-addons/addon-thelounge/pull/228))
15+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.1 @[renovate[bot]](https://github.com/apps/renovate) ([#229](https://github.com/hassio-addons/addon-thelounge/pull/229))
16+
- ⬆️: migrate renovate config @[renovate[bot]](https://github.com/apps/renovate) ([#231](https://github.com/hassio-addons/addon-thelounge/pull/231))

thelounge/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you are more interested in stable releases of our add-ons:
4545
[midnight-theme]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/midnight-theme.png
4646
[more-info-light]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/more-info-light.png
4747
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
48-
[release-shield]: https://img.shields.io/badge/version-v0.21.2-blue.svg
49-
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.21.2
48+
[release-shield]: https://img.shields.io/badge/version-v0.22.0-blue.svg
49+
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.22.0
5050
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png
5151
[thelounge]: https://github.com/timmo001/thelounge

thelounge/config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: The Lounge
2-
version: 0.21.2
2+
version: 0.22.0
33
slug: thelounge
44
description: A self-hosted web IRC client
55
url: https://github.com/hassio-addons/addon-thelounge
6-
codenotary: [email protected]
76
arch:
87
- aarch64
98
- amd64
10-
- armv7
119
ingress: true
1210
ingress_stream: true
1311
panel_admin: false

0 commit comments

Comments
 (0)