Releases: opentracing-contrib/nginx-opentracing
Releases · opentracing-contrib/nginx-opentracing
v0.22.0
New in NGINX plugin for OpenTracing v0.22.0
🚀 Features
- Update OpenResty to 3.19.9.1, fix PRCRE and LuaRocks URLs (#229) @lucacome
- Build module for NGINX 1.21.4 (#224) @lucacome
- Add docker image for Alpine (#209) @lucacome
📝 Documentation
- [Examples] Change default otel collector for go (#218) @miry
- Update go example to use latest master docker build (#206) @miry
🔨 Maintenance
- Upload Docker images to ghcr.io (#215) @lucacome
- Keep Docker images updated (#212) @lucacome
- Use GitHub cache backend API (#213) @lucacome
⬆️ Dependencies
- Bump library/nginx from 1.21.3-alpine to 1.21.4-alpine (#226) @dependabot
- Bump nginx from 1.21.3 to 1.21.4 (#227) @dependabot
- Bump protobuf from 3.19.0 to 3.19.1 in /test (#223) @dependabot
- Bump tonistiigi/xx to 1.0.0 (#221) @lucacome
- Bump grpcio from 1.41.0 to 1.41.1 in /test (#220) @dependabot
- Bump protobuf from 3.18.1 to 3.19.0 in /test (#219) @dependabot
- Bump protobuf from 3.18.0 to 3.18.1 in /test (#211) @dependabot
- Bump grpcio from 1.40.0 to 1.41.0 in /test (#210) @dependabot
- Bump urllib3 from 1.26.5 to 1.26.7 in /test (#208) @dependabot
- Bump protobuf from 3.17.3 to 3.18.0 in /test (#207) @dependabot
v0.21.0
New in NGINX plugin for OpenTracing v0.21.0
🚀 Features
- Build module for NGINX 1.21.2 and 1.21.3 (#203) @lucacome
- Add Docker images for arm, arm64, ppc64le and s390x (#186) @lucacome
- Updated Jaeger to 0.8.0 (#191) @tobiasstadler
🐛 Bug Fixes
🔨 Maintenance
- Add Release drafter and PR labeler (#201) @lucacome
- Add pip to dependabot (#192) @lucacome
- Cross-compile libraries (#190) @lucacome
- Convert Dockerfile to multi-stage build (#187) @lucacome
⬆️ Dependencies
- Bump flask-api from 0.7 to 3.0.post1 in /test (#198) @dependabot
- Bump protobuf from 3.13.0 to 3.17.3 in /test (#205) @dependabot
- Bump urllib3 from 1.25.11 to 1.26.5 in /test (#200) @dependabot
- Bump requests from 2.24.0 to 2.26.0 in /test (#202) @dependabot
- Bump grpcio from 1.33.2 to 1.40.0 in /test (#196) @dependabot
- Bump nginx from 1.21.1 to 1.21.3 (#189) @dependabot
v0.20.0
v0.20.0
- Tag Docker image with NGINX version (#183) @lucacome
- Updating example to match Docker image location (#182) @MatthiasScholzTW
- Fix typo in error logging for load_tracer (#179) @dgoffredo