Skip to content

Commit 7ef75dc

Browse files
committed
2 parents fa8bbad + 2510016 commit 7ef75dc

5 files changed

Lines changed: 56 additions & 10 deletions

File tree

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v1.2.33 Jan 27, 2026
2+
=====================
3+
* Add openresty 1.27.1.2
4+
for stack(s) cflinuxfs4
5+
6+
* Add openresty 1.29.2.1
7+
for stack(s) cflinuxfs4
8+
9+
* Add nginx 1.28.1
10+
for stack(s) cflinuxfs4
11+
12+
* Add nginx 1.29.4
13+
for stack(s) cflinuxfs4
14+
115
v1.2.23 Feb 20, 2025
216
=====================
317

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.32
1+
1.2.35
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
version_lines:
2+
mainline: 1.28.999
13
nginx:
24
dependencies:
35
- name: nginx
4-
version: 1.27.999
5-
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.27.999-linux-x64.tgz
6+
version: 1.28.999
7+
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.28.999-linux-x64.tgz
68
file: BUILDPACK_DIR/nginx.tgz
79
sha256: 062d906c87839d03b243e2821e10653c89b4c92878bfe2bf995dec231e117bfc
810
cf_stacks:
911
- cflinuxfs3
12+
- cflinuxfs4

manifest.yml

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
language: nginx
33
default_versions:
44
- name: nginx
5-
version: 1.27.x
5+
version: 1.28.x
66
version_lines:
7-
mainline: 1.27.x
8-
stable: 1.26.x
7+
mainline: 1.28.x
8+
stable: 1.29.x
99
dependency_deprecation_dates:
1010
dependencies:
1111
- name: nginx
@@ -40,6 +40,22 @@ dependencies:
4040
- cflinuxfs4
4141
source: http://nginx.org/download/nginx-1.27.5.tar.gz
4242
source_sha256: e96acebb9c2a6db8a000c3dd1b32ecba1b810f0cd586232d4d921e376674dd0e
43+
- name: nginx
44+
version: 1.28.1
45+
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.28.1_linux_x64_cflinuxfs4_2c1e026e.tgz
46+
sha256: 2c1e026eb52f83da4c6aa9447967af83bb227737a09e0ae2068bf1029d92bc87
47+
cf_stacks:
48+
- cflinuxfs4
49+
source: http://nginx.org/download/nginx-1.28.1.tar.gz
50+
source_sha256: 40e7a0916d121e8905ef50f2a738b675599e42b2224a582dd938603fed15788e
51+
- name: nginx
52+
version: 1.29.4
53+
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx_1.29.4_linux_x64_cflinuxfs4_1cec02c3.tgz
54+
sha256: 1cec02c3ecad1da31cde0cdf51aec98c94fe5202689099d890bd479c4be950a0
55+
cf_stacks:
56+
- cflinuxfs4
57+
source: http://nginx.org/download/nginx-1.29.4.tar.gz
58+
source_sha256: 5a7d37eee505866fbab5810fa9f78247d6d5d9157a595c4e7a72043141ddab25
4359
- name: openresty
4460
version: 1.21.4.4
4561
uri: https://buildpacks.cloudfoundry.org/dependencies/openresty/openresty_1.21.4.4_linux_x64_cflinuxfs3_9ade85e8.tgz
@@ -72,6 +88,19 @@ dependencies:
7288
- cflinuxfs4
7389
source: http://openresty.org/download/openresty-1.25.3.2.tar.gz
7490
source_sha256: 2d564022b06e33b45f7e5cfaf1e5dc571d38d61803af9fa2754dfff353c28d9c
91+
- name: openresty
92+
version: 1.27.1.2
93+
uri: https://buildpacks.cloudfoundry.org/dependencies/openresty/openresty_1.27.1.2_linux_x64_cflinuxfs4_960ac130.tgz
94+
sha256: 960ac1308d8bfa9e6fad631a2d0e2969a5b6009755fcb4fc7dbc4a5517947678
95+
version: 1.29.2.1
96+
uri: https://buildpacks.cloudfoundry.org/dependencies/openresty/openresty_1.29.2.1_linux_x64_cflinuxfs4_7cd7b4d7.tgz
97+
sha256: 7cd7b4d7e981b3ed413939febe9b6e5fc187fb5884780c9bc2e705779dbe8b72
98+
cf_stacks:
99+
- cflinuxfs4
100+
source: http://openresty.org/download/openresty-1.27.1.2.tar.gz
101+
source_sha256: 74f076f7e364b2a99a6c5f9bb531c27610c78985abe956b442b192a2295f7548
102+
source: http://openresty.org/download/openresty-1.29.2.1.tar.gz
103+
source_sha256: 52b2d096743dbc812f654b295087ef28fc24b2d40c1ba30aeae51cac21caf2b9
75104
pre_package: scripts/build.sh
76105
include_files:
77106
- CHANGELOG

src/nginx/integration/default_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
114114
Execute(name, filepath.Join(fixtures, "default", "unspecified_version"))
115115
Expect(err).NotTo(HaveOccurred())
116116

117-
Eventually(logs).Should(ContainSubstring(`No nginx version specified - using mainline => 1.27.`))
117+
Eventually(logs).Should(ContainSubstring(`No nginx version specified - using mainline => 1.28.`))
118118
Eventually(logs).ShouldNot(ContainSubstring(`Requested nginx version:`))
119119

120120
Eventually(deployment).Should(Serve(ContainSubstring("Exciting Content")))
@@ -133,7 +133,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
133133
Execute(name, filepath.Join(fixtures, "default", "mainline"))
134134
Expect(err).NotTo(HaveOccurred())
135135

136-
Eventually(logs).Should(ContainSubstring(`Requested nginx version: mainline => 1.27.`))
136+
Eventually(logs).Should(ContainSubstring(`Requested nginx version: mainline => 1.28.`))
137137

138138
Eventually(deployment).Should(Serve(ContainSubstring("Exciting Content")))
139139

@@ -151,7 +151,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
151151
Execute(name, filepath.Join(fixtures, "default", "stable"))
152152
Expect(err).NotTo(HaveOccurred())
153153

154-
Eventually(logs).Should(ContainSubstring(`Requested nginx version: stable => 1.26.`))
154+
Eventually(logs).Should(ContainSubstring(`Requested nginx version: stable => 1.29.`))
155155
Eventually(logs).Should(ContainSubstring(`Warning: usage of "stable" versions of NGINX is discouraged in most cases by the NGINX team.`))
156156

157157
Eventually(deployment).Should(Serve(ContainSubstring("Exciting Content")))
@@ -170,7 +170,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
170170
Execute(name, filepath.Join(fixtures, "default", "unavailable_version"))
171171
Expect(err).To(HaveOccurred())
172172

173-
Eventually(logs).Should(ContainSubstring(`Available versions: mainline, stable, 1.26.x, 1.27.x`))
173+
Eventually(logs).Should(ContainSubstring(`Available versions: mainline, stable, 1.28.x, 1.29.x`))
174174
})
175175
})
176176

0 commit comments

Comments
 (0)