Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.3.0"
".": "10.4.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ This file is used to list changes made in each version of the PHP cookbook.
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management

## [10.4.0](https://github.com/sous-chefs/php/compare/v10.3.0...v10.4.0) (2026-08-15)


### Features

* Add ability to install newer PHP versions ([071ed93](https://github.com/sous-chefs/php/commit/071ed9351a4b60e829c49ef82edec6fd66699823))
* Add support for Ubuntu 20.04 ([7aca680](https://github.com/sous-chefs/php/commit/7aca680b41afc55b6b72287da1eb35118d547331))
* Update Ubuntu 18.04 to build latest PHP 7.2 ([a63f54d](https://github.com/sous-chefs/php/commit/a63f54d8cceb1ea1a71f34b643d27ba88a7a4bdb))


### Bug Fixes

* Add back supported RHEL flavors ([cba479d](https://github.com/sous-chefs/php/commit/cba479d519097232fc526909d52c0b7fbcbc1763))
* Add guard for source builds on Debian 9 ([d9559a8](https://github.com/sous-chefs/php/commit/d9559a860b8d8a7909a0e72c525845bff9183f2a))
* **ci:** Update workflows to use release pipeline ([#380](https://github.com/sous-chefs/php/issues/380)) ([20e69fe](https://github.com/sous-chefs/php/commit/20e69feecbc463d4648c22e99776dc0bdf885fe0))
* DRY up php::package recipe ([3d1e544](https://github.com/sous-chefs/php/commit/3d1e5448e1a3dd3c0e86bd21c6c3524c7a5283f9))
* Enable php_pear mods on Debian family OS鈥檚 ([8a71a00](https://github.com/sous-chefs/php/commit/8a71a00ff2b33677186ad4a65452e89a444006d6))
* Ensure we have build tools for php_pear ([f0edde8](https://github.com/sous-chefs/php/commit/f0edde86419cf0afc464a45bbd2281c82b814ec2))
* migrate to Policyfile ([#393](https://github.com/sous-chefs/php/issues/393)) ([c464081](https://github.com/sous-chefs/php/commit/c464081accb50633af5b755116daa17391cc69c2))
* Only symlink GMP lib on Ubuntu 16.04 ([7b1c391](https://github.com/sous-chefs/php/commit/7b1c39140a9bbea84cd55d932968b741ac816f09))
* Prevent Apache from being pulled in as a dep on Ubuntu 20.04 ([#311](https://github.com/sous-chefs/php/issues/311)) ([37d956b](https://github.com/sous-chefs/php/commit/37d956b7e2aa22bfb37476df8d0a80f942c80cf4))
* Prevent Apache from being pulled in as a dep on Ubuntu 20.04 ([#311](https://github.com/sous-chefs/php/issues/311)) ([37607d6](https://github.com/sous-chefs/php/commit/37607d69bfbdc58df5dfc580d784d33b7515c1c5))
* Update attributes for Debian 10 ([d2be518](https://github.com/sous-chefs/php/commit/d2be51859f0ec5d404d63fd38c8fcc6bcd0a3f44))
* Update URL for downloading source ([07aaf93](https://github.com/sous-chefs/php/commit/07aaf9337419c6ab34513731b8a3e4c904096e33))
* Use last stable version of PHP 5.6 ([757f955](https://github.com/sous-chefs/php/commit/757f9555d0c5bc6e5e31c7eb4070a599b839221f))
* Use working URL for PHP source ([5cfc56e](https://github.com/sous-chefs/php/commit/5cfc56eb4befd1ed475e48affba3b997b1878b65))

## [10.3.0](https://github.com/sous-chefs/php/compare/v10.2.6...v10.3.0) (2025-10-16)


Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description 'Installs and maintains php and php modules'
source_url 'https://github.com/sous-chefs/php'
issues_url 'https://github.com/sous-chefs/php/issues'
version '10.3.0'
version '10.4.0'
chef_version '>= 15.3'

supports 'amazon', '>= 2.0'
Expand Down
Loading