Skip to content

Commit 48f1411

Browse files
chore(php): release 2.9.3
1 parent 04815a1 commit 48f1411

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

generators/php/sdk/changes/unreleased/bump-composer-base-image-cves.yml renamed to generators/php/sdk/changes/2.9.3/bump-composer-base-image-cves.yml

File renamed without changes.

generators/php/sdk/changes/unreleased/bump-php-model-composer-base-image.yml renamed to generators/php/sdk/changes/2.9.3/bump-php-model-composer-base-image.yml

File renamed without changes.

generators/php/sdk/versions.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
# yaml-language-server: $schema=../../../fern-versions-yml.schema.json
2+
- version: 2.9.3
3+
changelogEntry:
4+
- summary: |
5+
Bump the php-sdk container's `composer` base image from `composer:2.7.9`
6+
(Alpine 3.20, PHP 8.3.12) to `composer:2.9.7` (Alpine 3.22, current PHP),
7+
addressing the Alpine 3.20 EOL alert and the PHP 8.3.12 CVEs
8+
(CVE-2024-8932, CVE-2024-11236, CVE-2025-1861), and force a fresh
9+
`apk upgrade` so the rebuilt image picks up the patched openssl 3.5.6-r0
10+
from Alpine 3.23.4 (CVE-2026-31789).
11+
type: chore
12+
- summary: |
13+
Bump the php-model container's `composer` base image from `composer:2.7.9`
14+
(Alpine 3.20, PHP 8.3.12) to `composer:2.9.7` (Alpine 3.22, current PHP),
15+
mirroring the php-sdk bump. Addresses the Alpine 3.20 EOL alert and the
16+
PHP 8.3.12 CVEs (CVE-2024-8932, CVE-2024-11236, CVE-2025-1861), and
17+
standardizes on `apk upgrade --no-cache --available` for cache invalidation.
18+
type: chore
19+
createdAt: "2026-05-08"
20+
irVersion: 66
221
- version: 2.9.2
322
changelogEntry:
423
- summary: |

0 commit comments

Comments
 (0)