Skip to content

Updating version for nginx for 1.29.X #345

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_versions:
- name: nginx
version: 1.27.x
version_lines:
mainline: 1.27.x
mainline: 1.29.x
stable: 1.26.x
dependency_deprecation_dates:
dependencies:
Expand All @@ -25,21 +25,21 @@ dependencies:
source: http://nginx.org/download/nginx-1.26.3.tar.gz
source_sha256: 69ee2b237744036e61d24b836668aad3040dda461fe6f570f1787eab570c75aa
- name: nginx
version: 1.27.4
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.27.4_linux_x64_cflinuxfs3_85d42efc.tgz
sha256: 85d42efc9f04a6046de2dac2e060886cfe2470111b5bd6e6d0e1442f09fedeb6
version: 1.29.0
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.29.0_linux_x64_cflinuxfs3_8ff8f9f7.tgz
sha256: 8ff8f9f76b9f96d5626892373adc7ce99ecfd84fc4fdec1d9d0fd2193c419dbb
cf_stacks:
- cflinuxfs3
source: http://nginx.org/download/nginx-1.27.4.tar.gz
source_sha256: 294816f879b300e621fa4edd5353dd1ec00badb056399eceb30de7db64b753b2
source: http://nginx.org/download/nginx-1.29.0.tar.gz
source_sha256: 109754dfe8e5169a7a0cf0db6718e7da2db495753308f933f161e525a579a664
- name: nginx
version: 1.27.4
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.27.4_linux_x64_cflinuxfs4_42baae87.tgz
sha256: 42baae87bf752b57d3a1f2a5d8fd717db6d2dc39791cbab229d2d4b8add03646
version: 1.29.0
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.29.0_linux_x64_cflinuxfs4_21c1237e.tgz
sha256: 21c1237ecddabf42225239707f566446f40349877fa8b2a22c6240b74821dc6c
cf_stacks:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.27.4.tar.gz
source_sha256: 294816f879b300e621fa4edd5353dd1ec00badb056399eceb30de7db64b753b2
source: http://nginx.org/download/nginx-1.29.0.tar.gz
source_sha256: 109754dfe8e5169a7a0cf0db6718e7da2db495753308f933f161e525a579a664
- name: openresty
version: 1.21.4.3
uri: https://buildpacks.cloudfoundry.org/dependencies/openresty/openresty_1.21.4.3_linux_x64_cflinuxfs3_58d545e1.tgz
Expand Down