Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.4 Release #445

Merged
merged 14 commits into from
Oct 3, 2024
Merged

v3.4 Release #445

merged 14 commits into from
Oct 3, 2024

Conversation

jaydrogers
Copy link
Member

@jaydrogers jaydrogers commented Sep 27, 2024

πŸ‘¨β€πŸ”¬ Testing this PR

You can visit the serversideup/php-dev repo and view any item tagged with 445. Each image will be rebuilt after a new commit is pushed to this PR.

serversideup/php-dev:445-*

πŸ“• Viewing the docs

The docs are continuously updated with the latest for this release. Visit the preview site below:

View the v3.4 Preview Site β†’

🎯 Project Board

If you'd like to see the status of where this project is, view the project board.

View the v3.4 GitHub Project Board β†’

πŸ› If you found a bug

Please report them on our GitHub issue tracker and specifically mention you're testing the v3.4 release.

Report a bug on GitHub β†’

πŸ‘‡ What's new

Here's a summary of what's new

🀩 New Features

πŸ› Bug fixes

πŸ” Security Improvements

⏫ Dependency Updates

πŸ€“ Development improvements

jaydrogers and others added 8 commits September 23, 2024 14:56
…ehavior (#437)

* Add custom registry support to build command

* Attempted fix for just-containers/s6-overlay#586

* Preprended `fpm` to debug logs

* Revert change back to SIGQUIT for best performance with graceful shutdowns with FPM

* fix fpm with custom command (#413)

Co-authored-by: Jay Rogers <[email protected]>

* Removed undefined PHP_VARIATION warnings

* Added support for running custom commands

* Improved debug notice

* Added deprecation notice

* Revert "Removed undefined PHP_VARIATION warnings"

This reverts commit fbfcc9d.

* Remove undefined variable warnings

---------

Co-authored-by: Fabio Capucci <[email protected]>
* Added "runs-on" runner

* Added Skip Download support

* Testing runners with static versions

* Changed to 4 CPUs

* Revert back to pulling versions from PHP.net

This comment was marked as off-topic.

* Fix S6 error of "/package/admin/s6-overlay/libexec/preinit: info: /run belongs to uid 82 instead of 501 - fixing it"

* Added native health checks for advanced Laravel services. Fixes #444

* Added documentation for health checks
@jaydrogers jaydrogers merged commit 5237e41 into main Oct 3, 2024
41 checks passed
# Check if S6 is initialized
if [ "$S6_INITIALIZED" != "true" ]; then
echo "ℹ️ [NOTICE]: S6 is not initialized. Skipping web server configuration and running custom command."
exit 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be return 0, with exit 0 subsequent scripts will not run

@jaydrogers jaydrogers deleted the release/v3.4 branch October 15, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚑️ Enhancement Items that are new features requested to be added.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants