diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index cdcf98fb..daba02d8 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -135,6 +135,7 @@ jobs: file: ${{ env.BUILD_DOCKERFILE }} context: ${{ env.BUILD_CONTEXT }} tags: ${{ env.BUILD_TMP_NAME }} + sbom: true build-args: | BUILD_CACHE_KEY=${{ env.BUILD_CACHE_KEY }} BUILD_CACHE_PATH=${{ env.BUILD_CACHE_PATH }} diff --git a/.github/workflows/php-web-servers-images.yml b/.github/workflows/php-web-servers-images.yml index 72e2dcfc..31ce34b8 100644 --- a/.github/workflows/php-web-servers-images.yml +++ b/.github/workflows/php-web-servers-images.yml @@ -144,8 +144,11 @@ jobs: - "app-cakephp4" - "app-codeigniter4" - "app-drupal" + - "app-fuelphp" + - "app-laminas" - "app-laravel" - "app-phpmyadmin" + - "app-slim" - "app-symfony" - "app-wordpress" php_version: @@ -175,13 +178,11 @@ jobs: app: - "app-crater" - "app-flarum" - - "app-fuelphp" - "app-grav" - "app-hyperf" - "app-kirby" - - "app-laminas" - "app-mautic" - - "app-slim" + - "app-phpixie" - "app-statamic" - "app-yii" php_version: diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ee2a82..af32d9ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,23 @@ All notable changes to this project will be documented in this file. +## [5.0.1] - 2024-02-16 + +We have made some minor improvements to the content of debug messages and variable naming. + ## [5.0.0] - 2024-02-15 -We are rolling out updated Docker images based on the [official PHP Docker images](https://hub.docker.com/_/php). We have taken steps to minimize the impact of this change on your existing setup. +We are thrilled to announce the rollout of updated Docker images (v5) built directly from the [official PHP Docker images](https://hub.docker.com/_/php) to ensure you get the most up-to-date packages and bug fixes! + +Check out the document and available tags on Docker Hub: +https://hub.docker.com/r/shinsenter/php +> The `-alpine` and `-tidy` tags are lightweight Alpine-based images to speed up your builds and save bandwidth. + +These images are updated daily to stay current with the latest PHP, OS, and tooling updates for maximum freshness. We also apply stable version tags on a separate repo for dependable production images: +https://hub.docker.com/r/shinsenter/php-archives/tags -We are using different Docker image tags to maintain the old Docker image versions. All old Docker images have been published with `*-deprecated` tag names. However, we will no longer provide any update for the old Docker images. https://hub.docker.com/r/shinsenter/php/tags?page=1&name=-deprecated +Old image versions (pre v5.x) now have `-deprecated` tags but will no longer receive updates. See them here: +https://hub.docker.com/r/shinsenter/php/tags?name=-deprecated