DataDog / nginx-datadog

Enhance NGINX Observability and Security with Datadog's Module
https://www.datadoghq.com
Apache License 2.0
23 stars 10 forks source link

Feature request: nginx 1.25.4 support #62

Closed na-ji closed 7 months ago

na-ji commented 8 months ago

Hi!

Same request as in #32, would it be possible to support the latest nginx version, please? Also, is there any plan to automate this support?

Thank you.

dgoffredo commented 8 months ago

Hi, @na-ji.

We would like to automate support for new nginx versions, but have not yet spent the time to implement a reliable system for it.

I'm thinking a CI job that consults either or some mailing list to see when a new release happens, and then kicks off a job to build/test in that configuration. We use nginx's Docker images as a base for our builds and tests (at least for now), so there's also the question of when the nginx maintainers publish those images.

We'll look into adding support for nginx 1.25.4. It's usually just a matter of building and testing everything, and then publishing a new release.

dgoffredo commented 8 months ago

The new Alpine image is not playing nice. Here's a prereq: https://github.com/DataDog/dd-trace-cpp/pull/99.

After that it should be smooth sailing for a release.

dgoffredo commented 8 months ago

https://github.com/DataDog/nginx-datadog/pull/63

dgoffredo commented 8 months ago

See the 1.25.4 related artifacts in today's release: https://github.com/DataDog/nginx-datadog/releases/tag/v1.0.5

na-ji commented 8 months ago

See the 1.25.4 related artifacts in today's release: v1.0.5 (release)

Thank you very much!