Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed May 14, 2023
1 parent f193b03 commit 5d62280
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Changelog

## 4.4.0-rc.1 (2023-05-06)
- Bump [`thelounge`][1] to [`4.4.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-rc.1).

## 4.4.0-pre.2 (2023-03-20)
- Bump [`thelounge`][1] to [`4.4.0-pre.2`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-pre.2).

## 4.4.0-pre.1 (2023-03-19)
- Bump [`thelounge`][1] to [`4.4.0-pre.1`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-pre.1).
- Also publish images to ghcr.io/thelounge/thelounge, which is the default repository henceforth.
## 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.

## 4.3.1 (2022-04-12)
- Rebuild latest stable release images on a weekly basis.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:lts-alpine

ARG THELOUNGE_VERSION=4.4.0-rc.1
ARG THELOUNGE_VERSION=4.4.0

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."
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
THELOUNGE_VERSION?=4.4.0-rc.1
THELOUNGE_VERSION?=4.4.0
ORGANISATION?=thelounge

all: main
Expand Down

0 comments on commit 5d62280

Please sign in to comment.