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

Update nginx version 1.9.5 -> 1.9.6 #2150

Merged
merged 5 commits into from
Mar 22, 2024
Merged

Conversation

himabindu07
Copy link
Contributor

Description

imageName oldTag newTag
ap-nginx 1.9.5 1.9.6

Related Issues

https://github.com/astronomer/issues/issues/6188

Testing

NA

Merging

cherry-pick to all valid release branches

@himabindu07 himabindu07 requested a review from a team as a code owner March 22, 2024 06:29
@himabindu07 himabindu07 self-assigned this Mar 22, 2024
Comment on lines 65 to 69
def test_nginx_ssl_cache(nginx):
"""Ensure default nginx cache size if 10m."""
assert "ssl_session_cache shared:SSL:10m;" == nginx.check_output(
"cat nginx.conf | grep ssl_session_cache"
).replace('\t',"")
Copy link
Contributor

Choose a reason for hiding this comment

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

@danielhoherd @rishkarajgi this will make sure the ssl cache is 10m

@pgvishnuram pgvishnuram merged commit 69c2a8e into master Mar 22, 2024
7 of 8 checks passed
@pgvishnuram pgvishnuram deleted the update-nginx-packages branch March 22, 2024 17:42
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.

None yet

2 participants