[nginx] Upgrade Service To Recent Stable Version 1.28.2#17867
Open
giorgi-imerlishvili-elastic wants to merge 8 commits intoelastic:mainfrom
Open
[nginx] Upgrade Service To Recent Stable Version 1.28.2#17867giorgi-imerlishvili-elastic wants to merge 8 commits intoelastic:mainfrom
giorgi-imerlishvili-elastic wants to merge 8 commits intoelastic:mainfrom
Conversation
update readme
Contributor
✅ 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 reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
access |
2881.84 | 2169.2 | -712.64 (-24.73%) | 💔 |
To see the full report comment with /test benchmark fullreport
mykola-elastic
approved these changes
Apr 3, 2026
stefans-elastic
approved these changes
Apr 8, 2026
muthu-mps
reviewed
Apr 16, 2026
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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