We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2647d commit 88d3ce1Copy full SHA for 88d3ce1
nginx-mainline.yaml
@@ -2,7 +2,7 @@ package:
2
name: nginx-mainline
3
# MAINLINE VERSIONS MUST USE ODD MINOR VERSIONS (e.g., 1.27.x, 1.29.x)
4
# Must also bump njs at the same time
5
- version: "1.29.5"
+ version: "1.29.6"
6
epoch: 0 # go/wolfi-rsc/nginx-mainline
7
# HEY YOU! If you update/bump this package you NEED to go and update the equivilent nginx-otel package
8
description: HTTP and reverse proxy server (mainline version)
@@ -78,7 +78,7 @@ pipeline:
78
with:
79
repository: https://github.com/nginx/nginx.git
80
tag: release-${{package.version}}
81
- expected-commit: 1f57d8dc9d386b46ba7e156e25345b70843e7f55
+ expected-commit: cb85fbbfbad6adf5ce71ed4f9b585f498c05c19d
82
destination: nginx-mainline
83
84
- uses: git-checkout
0 commit comments