forked from cloudfoundry/staticfile-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
388 lines (266 loc) · 11.1 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
v1.4.15 Sep 08, 2017
=====================
* Add nginx 1.13.5, remove nginx 1.13.4
(https://www.pivotaltracker.com/story/show/150814564)
* Move nginx.conf instead of copying
(https://www.pivotaltracker.com/story/show/150757043)
v1.4.14 Aug 21, 2017
=====================
* Add opt-in richer HSTS support.
(https://www.pivotaltracker.com/story/show/149979433)
v1.4.13 Aug 14, 2017
=====================
* Add nginx 1.13.4, remove nginx 1.13.3
v1.4.12 Jul 24, 2017
=====================
* Override existing public directory during copy
(https://www.pivotaltracker.com/story/show/148930437)
v1.4.11 Jul 13, 2017
=====================
* Add nginx 1.13.3, remove nginx 1.13.2
(https://www.pivotaltracker.com/story/show/148679499)
v1.4.10 Jul 11, 2017
=====================
* Add nginx 1.13.2, remove nginx 1.13.1
(https://www.pivotaltracker.com/story/show/147928939)
v1.4.9 Jun 15, 2017
====================
* Add nginx 1.13.1, remove nginx 1.11.13
(https://www.pivotaltracker.com/story/show/146651429)
v1.4.8 Jun 06, 2017
====================
* Convert to online-only distribution.
- See: http://cf-dev.70369.x6.nabble.com/cf-dev-Discontinuing-Distribution-of-the-Offline-Buildpacks-td6732.html
(https://www.pivotaltracker.com/story/show/146375487)
v1.4.7 Jun 05, 2017
====================
* Warn users that location_include must set root
(https://www.pivotaltracker.com/story/show/146409581)
v1.4.6 May 15, 2017
====================
* Add Dynatrace OneAgent integration to staticfile buildpack
(https://www.pivotaltracker.com/story/show/144856601)
* Add multiple buildpack support
(https://www.pivotaltracker.com/story/show/142852459)
v1.4.5 Apr 20, 2017
====================
* Use boot.sh for start command
(https://www.pivotaltracker.com/story/show/143954449)
v1.4.4 Apr 10, 2017
====================
* Add nginx 1.11.13, remove nginx 1.11.12
(https://www.pivotaltracker.com/story/show/143052671)
* Fix bug with "run-task", where by tasks would not exit
(https://www.pivotaltracker.com/story/show/142863193)
* Packaging a uncached buildpack now compiles bin/compile
(https://www.pivotaltracker.com/story/show/143040749)
* Fix bug with "basic-auth" when a Staticfile is not provided
(https://www.pivotaltracker.com/story/show/143385535)
v1.4.2 Mar 29, 2017
====================
* Fix bug in untar
(https://www.pivotaltracker.com/story/show/142699861)
v1.4.1 Mar 27, 2017
====================
* Add nginx 1.11.12, remove nginx 1.11.11
(https://www.pivotaltracker.com/story/show/142401589)
v1.4.0 Mar 22, 2017
=====================
* Hook Support
Add support for BeforeCompile and AfterCompile hooks
(https://www.pivotaltracker.com/story/show/141975819)
* Add support for supply buildpacks
(https://www.pivotaltracker.com/story/show/141617933)
* Add nginx 1.11.11, remove nginx 1.11.10
(https://www.pivotaltracker.com/story/show/142148789)
* Implement staticfile buildpack in Go
- there should be no change in observed behavior
(https://www.pivotaltracker.com/story/show/139019387)
v1.3.18 Feb 24, 2017
=====================
* Add nginx 1.11.10, remove nginx 1.11.9
(https://www.pivotaltracker.com/story/show/139833155)
* Allow users to include arbitrary nginx configuration
(https://www.pivotaltracker.com/story/show/136370663)
v1.3.17 Feb 09, 2017
=====================
* Add MIME types for TTF, WOFF, WOFF2 fonts
(https://www.pivotaltracker.com/story/show/138621515)
* Add nginx 1.11.9, remove nginx 1.11.8
(https://www.pivotaltracker.com/story/show/138243621)
v1.3.16 Jan 10, 2017
=====================
* Catch excecptions from buildpack version warning scripts
- Under some non-standard CF deployment configurations, it was possible for these scripts to
error out. As they are purely informative, this should never happen.
(https://www.pivotaltracker.com/story/show/137351597)
v1.3.15 Jan 06, 2017
=====================
* Add new Slack icon to README
(https://www.pivotaltracker.com/story/show/136438447)
* Add nginx 1.11.8, remove nginx 1.11.6
(https://www.pivotaltracker.com/story/show/136691285)
(https://www.pivotaltracker.com/story/show/136041771)
* Correct copyright NOTICE
(https://www.pivotaltracker.com/story/show/136141035)
* Add new version warning to staticfile buildpack
(https://www.pivotaltracker.com/story/show/135234395)
* Use regexes for url_to_dependency mapping for nginx
- Remove hardcoded version string from url_to_dependency mapping
(https://www.pivotaltracker.com/story/show/126394939)
v1.3.14 Dec 01, 2016
=====================
* Add default_versions support to buildpack
(https://www.pivotaltracker.com/story/show/126394939)
* Enable 'Vary: Accept-Encoding' header
(https://www.pivotaltracker.com/story/show/129364025)
* Add nginx 1.11.6, remove nginx 1.11.5
(https://www.pivotaltracker.com/story/show/134361411)
* Rebuild and change path for nginx binary
- We identified a potential, but unlikely, attack vector in our continuous
integration system. Our own auditing strongly suggests that this attack
vector was not taken advantage of. However, out of an abundance of caution,
we are rebuilding all buildpack dependencies that we maintain.
v1.3.13 Nov 09, 2016
=====================
* Option to enable hosting of hidden dot-files
- To enable hosting of hidden dot-files, add the line:
'host_dot_files: true'
to the Staticfile
- If this line is not present, no hiddne dot-files will be served
(https://www.pivotaltracker.com/story/show/130223889)
* Enable HSTS support
- To enable HSTS support, add the line:
'http_strict_transport_security: true'
to the Staticfile
(https://www.pivotaltracker.com/story/show/128980925)
* Don't write hashed credentials from Staticfile.auth to the logs
(https://www.pivotaltracker.com/story/show/130048269)
v1.3.12 Oct 19, 2016
=====================
* Add nginx 1.11.5, remove nginx 1.11.4
(https://www.pivotaltracker.com/story/show/132088805)
* staticfile-buildpack BOSH release now available on bosh.io at
http://bosh.io/releases/github.com/cloudfoundry/staticfile-buildpack-release
(https://www.pivotaltracker.com/story/show/130040305)
v1.3.11 Sep 19, 2016
=====================
* Add nginx 1.11.4, remove nginx 1.11.3
(https://www.pivotaltracker.com/story/show/130296431)
* Redact credentials from URLs in a cached buildpack's output
(https://www.pivotaltracker.com/story/show/127357631)
* Redact credentials from URLs in an uncached buildpack's output
(https://www.pivotaltracker.com/story/show/126514693)
v1.3.10 Jul 28, 2016
=====================
* Add nginx 1.11.3, remove nginx 1.11.1
(https://www.pivotaltracker.com/story/show/127085963)
* Make buildpacks.cloudfoundry.org the default url for buildpack dependencies
(https://www.pivotaltracker.com/story/show/121757949)
v1.3.9 Jun 01, 2016
====================
* Add nginx 1.11.1, remove nginx 1.9.15
(https://www.pivotaltracker.com/story/show/120614839)
v1.3.8 May 09, 2016
====================
* Add a way to make nginx more HTML5 push state friendly
(https://www.pivotaltracker.com/story/show/118545199)
v1.3.7 Apr 22, 2016
====================
* Add nginx 1.9.15, remove nginx 1.9.12
(https://www.pivotaltracker.com/story/show/117934027)
* Remove extraneous grep Staticfile error messages when pushing without Staticfile
(https://www.pivotaltracker.com/story/show/117950873)
* Enable `gzip_static` and `gunzip` by default
(https://www.pivotaltracker.com/story/show/109491060)
v1.3.6 Apr 06, 2016
====================
* Add nginx 1.9.14, remove nginx 1.9.12
(https://www.pivotaltracker.com/story/show/116842725)
v1.3.5 Mar 22, 2016
====================
* Fix bug where you cannot have `public` dir inside app root
(https://www.pivotaltracker.com/story/show/116068383)
v1.3.4 Mar 21, 2016
====================
* Toggle for ssi in Staticfile
(https://www.pivotaltracker.com/story/show/111667592)
* Specify charset of HTML chars in nginx.conf
v1.3.3 Mar 14, 2016
====================
* Reduce disk usage by moving files instead of copying them into the `public` directory
(https://www.pivotaltracker.com/story/show/112908945)
v1.3.2 Mar 07, 2016
====================
* Update nginx from 1.9.9 to 1.9.10
(https://www.pivotaltracker.com/story/show/114349749)
Note that nginx 1.9.10 is mainly a feature / bugfix release
v1.3.1 Jan 28, 2016
====================
* Update nginx from 1.9.9 to 1.9.10
(https://www.pivotaltracker.com/story/show/112526103)
Note that nginx 1.9.10 is a security update for the [following CVEs](http://mailman.nginx.org/pipermail/nginx-announce/2016/000169.html?_ga=1.134019406.1734013177.1444677334):
* CVE-2016-0742
* CVE-2016-0746
* CVE-2016-0747
v1.3.0 Dec 30, 2015
====================
* added nginx 1.9.9, drop 1.8.0
(https://www.pivotaltracker.com/story/show/110627622)
* correctly redirect http to https
v1.2.3 Nov 16, 2015
====================
* Nginx log files no longer are no longer written to disk, but
instead are piped to stdout/stderr.
(https://www.pivotaltracker.com/story/show/107057846)
v1.2.2 2015-10-24
====================
* Improve error messages for alternate root directory issues
(https://www.pivotaltracker.com/story/show/106553928)
* bin/detect script emits buildpack name and version
(https://www.pivotaltracker.com/story/show/100757820)
* Log the location of downloaded resources
(https://www.pivotaltracker.com/story/show/100853260)
v1.2.1 Jul 16, 2015
====================
* Adding helpful message for unsupported stack
(https://www.pivotaltracker.com/story/show/98579464)
* Compress nginx response body for more MIME types
(https://www.pivotaltracker.com/story/show/98128132)
* Update nginx to version 1.8.0
(https://www.pivotaltracker.com/story/show/97663450)
v1.2.0 Jun 24, 2015
====================
* Remove nginx version display
(https://www.pivotaltracker.com/story/show/94542440)
* Remove lucid-specific binaries from manifest.yml
(https://www.pivotaltracker.com/story/show/96135874)
* Give helpful message on unsupported stacks
(https://www.pivotaltracker.com/story/show/96590146)
v1.1.1 Jun 15, 2015
====================
* Bump compile extensions
(https://www.pivotaltracker.com/story/show/96957294)
v1.1.0 Jun 05, 2015
====================
* Use compile-extensions to pull in nginx
* This nginx is dynamically linked to pcre.
(https://www.pivotaltracker.com/story/show/96283548)
v1.0.0 Apr 29, 2015
====================
- Add Machete rspec integration tests
(https://www.pivotaltracker.com/story/show/89505182)
v0.5.2
====================
- Respond with `Content-Type: application/json` for `.json` files. #30 [Thanks, @danielsiwiec!]
v0.5.1
====================
- Include gzip static module in nginx [thanks @ljfranklin]
- Allow alternate root to be `public` folder
v0.5.0
====================
- Support for `cflinuxfs2` trusty stack (and continued support for `lucid64` stack) [thanks @simonjohansson]
- Remove trailing whitespace from Staticfile 'root:' value [thanks @edmorley]
- Use rsync rather than mv to ensure correct files present in public/ [thanks @edmorley]
- add text/cache-manifest mime type for .manifest files [thanks @hairmare]
- Ensure that trailing slash redirects don't include `ENV[PORT]` [thanks @mrdavidlaing]