Bump puma from 6.6.0 to 8.0.2#120
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a0b324bd91
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| stringio | ||
| public_suffix (6.0.2) | ||
| puma (6.6.0) | ||
| puma (8.0.2) |
There was a problem hiding this comment.
Pin Puma to the previous IPv4 bind
When this production Docker image runs on a host/container runtime with a non-loopback IPv6 interface but IPv4-only ingress or health checks, Puma 8 changes the default host used by config/puma.rb's port ENV.fetch("PORT", 3000) from 0.0.0.0 to ::. Deployments that relied on the previous IPv4 wildcard can become unreachable on IPv6-only socket behavior; preserve the old behavior by passing an explicit host, e.g. port ENV.fetch("PORT", 3000), "0.0.0.0", or by using an explicit bind.
Useful? React with 👍 / 👎.
Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 8.0.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v6.6.0...v8.0.2) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
a0b324b to
019dc89
Compare
Bumps puma from 6.6.0 to 8.0.2.
Release notes
Sourced from puma's releases.
... (truncated)
Changelog
Sourced from puma's changelog.
... (truncated)
Commits
8085b75Release v8.0.2 (#3945)439c6138.0.2 backport (#3944)cee7e61Release v8.0.1 (#3932)f955cafFix prune_bundler stripping user-configured BUNDLE_* env vars on re-exec (#3929)97996aaci: test_error_logger.rb - fix TruffleRuby error (#3930)03825bcBuild(deps): Bump actions/github-script from 8 to 9 (#3925)053efaeReword v8 upgrade guide ipv6 bullet (#3928)b19f35aFix incorrect hook names in gRPC docs (#3923)eeabe4bUse blocks for debug logging to avoid creating messages if debug disabled (#3...08f63d4Release v8.0.0 (#3914)