Skip to content

Releases: johanvanhelden/dockerhero

4.4.0

28 Nov 09:21
bcbe923
Compare
Choose a tag to compare

4.4.0 - 2024-11-28

  • Add PHP 8.4 (without Xdebug as this is not available yet)
  • Add Xdebug to PHP 8.3 Workspace as it's now supported
  • Make PHPMyAdmin and phpRedisAdmin optional through profiles to save system resources for those who do not use it

4.3.1

04 Oct 12:14
856baf8
Compare
Choose a tag to compare

4.3.1 - 2024-10-04

  • Add Makefile with several commands for a cleaner experience.

4.3.0

28 Aug 07:37
9b6fa0d
Compare
Choose a tag to compare

4.3.0 - 2024-08-28

  • Remove version attributes from docker compose yaml files as they are now obsolete.

Full Changelog: 4.2.0...4.3.0

4.2.0

23 Apr 12:48
935fb51
Compare
Choose a tag to compare

4.2.0 - 2024-04-23

4.1.0

30 Nov 07:23
85316d7
Compare
Choose a tag to compare

4.1.0 - 2023-11-30

  • Add PHP 8.3 (without xdebug in the workspace as this is not available yet)
  • [Workspace] Changed phusion/baseimage to the focal tag

4.0.0

18 Sep 07:51
c56b68b
Compare
Choose a tag to compare

4.0.0 - 2023-09-18

  • Build docker images locally on the user's machine and merge all repo's in one
  • All timezones are now set to UTC
  • Local timezones are no longer linked

3.4.0

10 Feb 11:11
Compare
Choose a tag to compare

3.4.0 - 2022-02-10

  • Add PHP 8.2
  • Make PHP 8.2 the default version
  • [PHP8.1] Properly shutdown the container - @janpaqt
  • [PHP8.0] Properly shutdown the container

3.3.5

10 Aug 13:12
Compare
Choose a tag to compare

3.3.5 - 2022-08-10

  • [PHP7.4] Add wkhtmltopdf
  • [PHP8.0] Add wkhtmltopdf
  • [PHP8.1] Add wkhtmltopdf
  • [Workspace] Add wkhtmltopdf

3.3.4

05 Jul 12:06
Compare
Choose a tag to compare

3.3.4 - 2022-07-05

  • [General] Add MinIO container for S3 object storage

3.3.3

21 Mar 10:47
Compare
Choose a tag to compare

3.3.3 - 2022-03-21

  • [General] Fix authentication for MySQL health check - @janpaqt