Add group field to nginx packages - #20544
Conversation
✅ Elastic Docs Style Checker (Vale)No 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. |
|
✅ All changelog entries have the correct PR link. |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
Package nginx - 3.2.2 containing this change is available at https://epr.elastic.co/package/nginx/3.2.2/ |
|
Package nginx_ingress_controller - 1.14.2 containing this change is available at https://epr.elastic.co/package/nginx_ingress_controller/1.14.2/ |
|
Package nginx_ingress_controller_otel - 0.4.1 containing this change is available at https://epr.elastic.co/package/nginx_ingress_controller_otel/0.4.1/ |
|
Package nginx_otel - 0.6.1 containing this change is available at https://epr.elastic.co/package/nginx_otel/0.6.1/ |
|
Package nginx_otel_input - 0.2.2 containing this change is available at https://epr.elastic.co/package/nginx_otel_input/0.2.2/ |
Proposed commit message
Add
group: nginxto the manifest of all nginx-related packages:nginx,nginx_ingress_controller,nginx_ingress_controller_otel,nginx_otel,nginx_input_otel.WHAT: Adds a
groupfield to each package'smanifest.yml, immediately after thetypefield, with the valuenginx. Each package receives a patch version bump and a corresponding changelog entry.WHY: The Kibana UI uses the
groupfield to display related packages as a unified technology tile, allowing users to discover and install the full nginx observability stack from a single entry point.Checklist
changelog.ymlfile.Author's Checklist
group: nginxappears in all 5 package manifests.How to test this PR locally
Start a local registry (v1.40.0) pointing at this branch using
elastic-packagev0.126.0 and query each package:Requires
elastic-packagev0.126.0, which starts the registry at v1.40.0.Each response should contain
"group": "nginx". Example:{ "name": "nginx", "version": "3.2.2", "type": "integration", "group": "nginx" }Related issues
Screenshots