Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(nginx): support nginx 1.27.4 and 1.26.3 #169

Merged
merged 3 commits into from
Feb 7, 2025

Conversation

dmehala
Copy link
Contributor

@dmehala dmehala commented Feb 7, 2025

No description provided.

@dmehala dmehala requested a review from a team as a code owner February 7, 2025 09:15
@dmehala dmehala requested review from zacharycmontoya, dubloom and pablomartinezbernardo and removed request for a team February 7, 2025 09:15
@pablomartinezbernardo
Copy link
Collaborator

Looks like it's still having some issues with the python packages

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.87%. Comparing base (e0e7b43) to head (1cce9dc).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   71.87%   71.87%           
=======================================
  Files          44       44           
  Lines        6190     6190           
  Branches      899      899           
=======================================
  Hits         4449     4449           
  Misses       1305     1305           
  Partials      436      436           

@@ -287,7 +287,7 @@ jobs:
command: git clone https://github.com/DataDog/system-tests.git
name: clone system-tests repo
- run:
command: sudo apt-get install python3.12-venv
command: "sudo apt update -y \nsudo apt install -y python3.12-venv\n"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Can we use && instead of \n?

@dmehala dmehala merged commit f1e5aff into master Feb 7, 2025
50 checks passed
@dmehala dmehala deleted the dmehala/support-nginx-1.27.4 branch February 7, 2025 11:50
@Xanotis
Copy link

Xanotis commented Feb 13, 2025

Will these matching tarballs be added to the v1.5.0 release? Or will this be a 1.5.1?

@dmehala
Copy link
Contributor Author

dmehala commented Feb 13, 2025

Will be v1.5.0. I feel like a YAML engineer today, hopefully they will be there by EOD.

@dmehala
Copy link
Contributor Author

dmehala commented Feb 13, 2025

@Xanotis I updated v1.5.0 release:

Tracing only

Tracing + Appsec

@Xanotis
Copy link

Xanotis commented Feb 13, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants