Skip to content

Releases: at-cloud-pro/caddy-php-image

v5.0.0

27 Jan 22:43

Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...5.0.0

v4.0.0

25 Feb 22:04

Choose a tag to compare

Changed

  • use alpine image to use much less space

v3.0.0

03 Dec 17:20

Choose a tag to compare

Changed

  • update PHP image to version 8.3

Major release details

Updating to v3.0.0

This version is a major release, as it changes repository owner to public organization. This is a breaking change, as
you need to change your Dockerfile to use new image name. Please update your Dockerfile to use new image name:

FROM ghcr.io/at-cloud-pro/caddy-php:3.0.0

If your app was running stable on version ghcr.io/at-cloud-pro/caddy-php:2.3.0 this update is non-breaking in terms of
functionality, but it's recommended to update your Dockerfile to use new image name and follow new updates.

PHP updates, Caddy updates and other updates will be released in this repository from now.

Security updates will be released in both repositories for one year - until 2024-12-03.

Previous versions

This image was moved to AT Cloud organization at 2023-12-03. All previous versions are available in previous repository,
with tag:

FROM ghcr.io/archi-tektur/caddy-php:2.3.0

v2.4.0

03 Dec 16:52
43bfa0a

Choose a tag to compare

Changed

  • update PHP image to version 8.3

v2.3.0

26 Oct 21:09
f01fc5f

Choose a tag to compare

  • install and enable php apcu extension

v2.2.0

24 Apr 22:16
9e1c3b4

Choose a tag to compare

What's Changed

  • fix Caddyfile formatting
  • modernize CI configuration

Full Changelog: 2.1.0...2.2.0

v2.1.0

03 Jan 17:13
9933ef6

Choose a tag to compare

What's Changed

  • Update PHP to version 8.2 by @archi-tektur in #10

Full Changelog: 2.0.0...2.1.0

Release v2.0.0

23 Nov 21:06
14bff1f

Choose a tag to compare

What's Changed

  • Replace base image with MacOS compatible by @archi-tektur in #9

Full Changelog: 1.2.0...2.0.0

Release v1.2.0

18 Oct 22:50
657cba2

Choose a tag to compare

Merge branch 'feature/improve-image-scaling' (#8)

Release v.1.1.0

10 Aug 11:23
67ea48e

Choose a tag to compare

Update Caddyfile syntax & clear image for development (#6)

* Bump package version

* Improve general performance and clear leftovers

* Change docker login to external command in CI

* Update changelog

* Fix typo in GH Workflow

* fix

* change typo in git user

* Update caddyfile config syntax

* Add minor update with caddyfile config

* update changelog

* Add information about changelog in README.md