Skip to content

Latest commit

 

History

History
170 lines (108 loc) · 8.92 KB

CHANGELOG.md

File metadata and controls

170 lines (108 loc) · 8.92 KB

Changelog

4.4.3 (2024-04-06)

Miscellaneous Chores

  • deps: update dependency thelounge to v4.4.3 (#183) (e580387)

4.4.1 (2023-06-18)

Bug Fixes

Miscellaneous Chores

  • deps: update dependency thelounge to v4.4.1 (#176) (ca61267)

4.4.1-rc.2 (2023-06-01)

Features

Bug Fixes

  • release-please: target master instead of main (#173) (abb97f4)
  • renovate: fix npm versioning range (#169) (27fe810)
  • renovate: set ignoreUnstable: false (#171) (3466f9d)

Miscellaneous Chores

  • deps: update dependency thelounge to v4.4.1-rc.2 (#172) (3b9f4f0)

4.4.1-rc.1 (2023-05-21)

4.4.0 (2023-05-14)

  • Bump thelounge to 4.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.
  • Bump thelounge to 4.3.1.

Breaking changes

  • Only provide an alpine image. The :alpine tag will now be :latest. Versioned tags will also no longer have the -alpine suffix.

4.3.0 (2021-11-23)

  • Bump thelounge to 4.3.0.
  • Upgrade Node.js base images from 12 to LTS.

4.2.0 (2020-08-20)

4.1.0 (2020-03-09)

4.0.0 (2020-01-01)

3.3.0 (2019-10-28)

3.2.0 (2019-08-20)

3.1.1 (2019-07-11)

3.0.1 (2019-02-11)

3.0.0 (2019-01-27)

Breaking Changes

  • Rename the image from thelounge/lounge to thelounge/thelounge on DockerHub.
  • Drop from root user in the container.
    • This may affect file permissions on the host system of mounted data directories. To resolve this, refer to running as a custom user in the README.
    • These file permission errors are restricted to the host system only, The Lounge will continue to run successfully in the container.
  • Change default data path from /home/lounge/data to /var/opt/thelounge.
    • This requires you to update your mounted data volume to mount at /var/opt/thelounge.
  • Remove support for the HOST, PORT and BIND environment variables.
    • You can instead set these config options in the config file, or by running the container with a custom command where you supply the configurations.
  • Remove the slim flavour.
  • No longer installs vim and nano in the base image.

2.7.1 (2018-02-19)

2.7.0 (2018-01-29)

  • Bump thelounge to v2.7.0.
  • Use thelounge executable instead of the deprecated lounge executable.
  • Use THELOUNGE_HOME environment variable instead of the deprecated LOUNGE_HOME environment variable.
    • This is an internal change and will not affect existing configurations.

2.6.0 (2017-11-19)

2.5.0 (2017-10-17)

  • Bump thelounge to v2.5.0.
  • Add a Makefile to help build images.
  • Discontinue the LOUNGE_VERSION environment variable in favor of the new THELOUNGE_VERSION build argument.
    • The THELOUNGE_VERSION build argument makes it possible to control which thelounge version to install via build arguments.

2.4.0 (2017-07-31)

2.3.2 (2017-06-25)

2.3.1 (2017-06-09)

2.3.0 (2017-06-08)

  • Bump thelounge to v2.3.0.
  • vim(1) and nano(1) are now installed in the base image thelounge/lounge. alpine and slim flavours are unaffected.
    • this allows editing configuration file from within the container via attaching to pseudo-TTYs.
  • alpine flavour is now based on the official alpine Node 6 LTS image.

2.2.2 (2017-03-13)

2.2.1 (2017-02-13)

2.2.0 (2017-02-01)

  • Bump thelounge to v2.2.0.
  • Add alpine and slim flavours of the official image (#21 by @williamboman).
    • These flavours will henceforth be available via -alpine and -slim, e.g.;
      • thelounge/lounge:2.2.0-alpine
      • thelounge/lounge:2.2.0-slim
  • Use exec in entrypoint script (#25 by @williamboman).
  • Merge npm operation layers into a single one, effectively reducing the images' virtual size (#27 by @williamboman).

2.1.0 (2016-10-17)