[nginx] Upgrade Service To Recent Stable Version 1.28.2#17867
Conversation
update readme
✅ Vale Linting ResultsNo issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
🚀 Benchmarks reportTo see the full report comment with |
There was a problem hiding this comment.
Pull request overview
Upgrades the Nginx integration’s dev service configuration and documentation to reflect testing against a newer stable Nginx version (1.28.2), and bumps the package version accordingly.
Changes:
- Bump
packages/nginxintegration version to3.1.0and add a changelog entry. - Document additional tested Nginx version
1.28.2for access/error/stubstatus streams. - Update the
_dev/deployDocker setup to support selecting the Nginx image version via variants/build args, defaulting to 1.28.2.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/nginx/manifest.yml | Package version bumped to 3.1.0. |
| packages/nginx/docs/README.md | Docs updated to state testing with Nginx 1.28.2. |
| packages/nginx/changelog.yml | Adds 3.1.0 changelog entry for the upgrade work. |
| packages/nginx/_dev/deploy/variants.yml | Adds a 1.28.2 variant and makes it the default. |
| packages/nginx/_dev/deploy/docker/docker-compose.yml | Passes Nginx version into the Docker build via build args. |
| packages/nginx/_dev/deploy/docker/Dockerfile | Makes Debian archive rewrite conditional based on Nginx version. |
| packages/nginx/_dev/build/docs/README.md | Mirrors docs tested-version updates for the build docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
💚 Build Succeeded
History
|
|
Package nginx - 3.1.0 containing this change is available at https://epr.elastic.co/package/nginx/3.1.0/ |
Proposed commit message
As part of service upgrade changes made:
Updated readme
Added recent version variant for testing
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots