-
65 - Add the 0.4.1 changelog entry
StableAll checks were successfulBuild and Push Docker Image / build (push) Successful in 26m47sreleased this
2026-08-16 13:28:30 +02:00 | 0 commits to main since this release[0.4.1] - 2026-08-16
Cleanup after v0.4.0, found once the release was actually cut.
Changed
- The production image is built on version tags only (#62). A release merges to
mainand is tagged at the same commit, so both triggers matched and the
multi-arch image was built twice — 36 minutes of the duplicate, and:latest
published twice from identical source. - The production image should build considerably faster (#65)
- PHP extensions come from prebuilt binaries rather than being compiled. Six
C compiles under QEMU emulation dominated the arm64 half of the build. - Composer dependencies install before the application source is copied, so a
code change no longer reinstalls them. - The build uses a registry cache, and
exifis no longer installed. linux/arm64is kept deliberately: nothing of ours deploys to it, but the
image is published for self-hosters and dropping it would exclude ARM
machines.
- PHP extensions come from prebuilt binaries rather than being compiled. Six
- The onboarding and set-value forms are one Blade component (#64). They were
near-identical, down to a 200-character class string that existed twice.
Removed
fakerphp/fakerandlaravel/sail, neither of which the project used, along
withdocker/dev/podman-sail-alias.shand thefaker_localeconfig (#63)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The production image is built on version tags only (#62). A release merges to