Skip to content

Updating version for nginx for 1.28.X #344

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
34 changes: 17 additions & 17 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,9 @@ default_versions:
version: 1.27.x
version_lines:
mainline: 1.27.x
stable: 1.26.x
stable: 1.28.x
dependency_deprecation_dates:
dependencies:
- name: nginx
version: 1.26.3
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.26.3_linux_x64_cflinuxfs3_d3b7c019.tgz
sha256: d3b7c019cc9f156e8c2e24cd340163501cce7ef6387a55a61a9e8898c6379680
cf_stacks:
- cflinuxfs3
source: http://nginx.org/download/nginx-1.26.3.tar.gz
source_sha256: 69ee2b237744036e61d24b836668aad3040dda461fe6f570f1787eab570c75aa
- name: nginx
version: 1.26.3
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.26.3_linux_x64_cflinuxfs4_0e2279d0.tgz
sha256: 0e2279d0151f9140de869bae765d10635e1e03ebba5087a013cabce6811b2a1c
cf_stacks:
- cflinuxfs4
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
Expand All @@ -40,6 +24,22 @@ dependencies:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.27.4.tar.gz
source_sha256: 294816f879b300e621fa4edd5353dd1ec00badb056399eceb30de7db64b753b2
- name: nginx
version: 1.28.0
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.28.0_linux_x64_cflinuxfs3_36aa7783.tgz
sha256: 36aa778391dcb47ad2beda454fb54c0c6e5038aa6937c7381f4c3bde6116e41d
cf_stacks:
- cflinuxfs3
source: http://nginx.org/download/nginx-1.28.0.tar.gz
source_sha256: c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a
- name: nginx
version: 1.28.0
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.28.0_linux_x64_cflinuxfs4_fe2bfd85.tgz
sha256: fe2bfd855a434b994a9e67ee808dd97b33f6ab8880c616ae8397e9f968b532a0
cf_stacks:
- cflinuxfs4
source: http://nginx.org/download/nginx-1.28.0.tar.gz
source_sha256: c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a
- 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