thelounge@4.4.1-rc.1 (#163)

This commit is contained in:
William Boman 2023-05-21 16:04:45 +02:00 committed by GitHub
parent 5d62280a4e
commit c01bd0b076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## 4.4.1-rc.1 (2023-05-21)
- Bump [`thelounge`][1] to [`4.4.1-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.4.1-rc.1).
## 4.4.0 (2023-05-14)
- Bump [`thelounge`][1] to [`4.4.0`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0).
- Also publish images to ghcr.io/thelounge/thelounge, which henceforth is the default repository.

View file

@ -1,6 +1,6 @@
FROM node:lts-alpine
ARG THELOUNGE_VERSION=4.4.0
ARG THELOUNGE_VERSION=4.4.1-rc.1
LABEL org.opencontainers.image.title "Official The Lounge image"
LABEL org.opencontainers.image.description "Official Docker image for The Lounge, a modern web IRC client designed for self-hosting."

View file

@ -1,4 +1,4 @@
THELOUNGE_VERSION?=4.4.0
THELOUNGE_VERSION?=4.4.1-rc.1
ORGANISATION?=thelounge
all: main