forked from cloudfoundry/ruby-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
381 lines (263 loc) · 11.6 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
v1.6.12 Dec 30, 2015
=====================
* add Ruby 2.3.0
(https://www.pivotaltracker.com/story/show/110759512)
v1.6.11 Dec 17, 2015
=====================
* Added Ruby 2.2.4, 2.1.8, 2.0.0p648, Dropped 2.2.2, 2.1.6, 2.0.0p647
(https://www.pivotaltracker.com/story/show/110307648)
* Removed manifest-including-unsupported
(https://www.pivotaltracker.com/story/show/109537822)
v1.6.10 Dec 09, 2015
=====================
* Add support for JRuby 1.7.23 (Remove support for JRuby 1.7.22)
(https://www.pivotaltracker.com/story/show/109357572)
v1.6.9 Nov 16, 2015
====================
* Add support for JRuby 9.0.4.0 (Remove support for JRuby 9.0.3.0)
(https://www.pivotaltracker.com/story/show/108125524)
* Developers should be given detailed, helpful instructions when they attempt
to stage an application whose dependency is not found in the manifest.
(https://www.pivotaltracker.com/story/show/107939104)
* Replace `JAVA_TOOL_OPTIONS` with `JAVA_MEM` to avoid JRuby overriding
(https://github.com/heroku/heroku-buildpack-ruby/commit/694c3039e710778d6286989ba6a006fd582b88c1)
v1.6.8 Nov 03, 2015
====================
* Add support for JRuby 9.0.3.0 (Removes support for JRuby 9.0.1.0)
(https://www.pivotaltracker.com/story/show/106242058)
(https://www.pivotaltracker.com/story/show/106234536)
* Update OpenJDK to 1.8.0_65.
(https://www.pivotaltracker.com/story/show/106836266)
v1.6.7 Sep 04, 2015
====================
* Add support for jruby 9.0.1.0 (Removes support for jruby 9.0.0.0)
* Removing support for jruby 1.7.21
(https://www.pivotaltracker.com/story/show/102606534)
v1.6.6 Aug 28, 2015
====================
* Add support for jruby 1.7.22
(https://www.pivotaltracker.com/story/show/102073316)
v1.6.5 Aug 21, 2015
====================
* Change default Ruby version to '2.2.3'
(https://www.pivotaltracker.com/story/show/101779882)
v1.6.4 Aug 19, 2015
===================
* Add support for Ruby 2.1.7 and 2.0.0-p647, which addresses CVE-2015-3900.
Remove support for Ruby 2.1.5 and 2.0.0-p645.
(https://www.pivotaltracker.com/story/show/101589968)
v1.6.3 Aug 19, 2015
===================
* Add support for Ruby 2.2.3, which addresses CVE-2015-3900
Remove support for Ruby 2.2.1.
(https://www.pivotaltracker.com/story/show/101589968)
* `bin/detect` emits the buildpack version
(https://www.pivotaltracker.com/story/show/100757820)
v1.6.2 Jul 30, 2015
===================
* Update to JRuby 9.0.0.0 (final)
- Add 9.0.0.0
- Remove 9.0.0.0.rc2
* Update openjdk to 1.8.0_51 ("8u51")
This version of openjdk 8 addresses some severe CVEs, which are enumerated here:
http://www.oracle.com/technetwork/topics/security/cpujul2015-2367936.html#AppendixJAVA
v1.6.1 Jul 21, 2015
====================
* Fix issues with the 'including unsupported' manifest
- Fix incorrect md5 checksum for node version 0.12.7
- Remove merge conflict annotations
v1.6.0 Jul 20, 2015
====================
* Include CF built binaries
(https://www.pivotaltracker.com/story/show/97136960)
v1.5.2 Jul 13, 2015
====================
* Update 1.7.* jrubies to 1.7.21 in response to CVE-2015-4020
Add support for JRuby 9.0.0.0.rc2
Remove support for JRuby 9.0.0.0.rc1
(https://www.pivotaltracker.com/story/show/98856174)
* Add support for node version 0.12.7
(https://www.pivotaltracker.com/story/show/98855140)
v1.5.1 Jul 10, 2015
====================
* Update error message in the event of deploying this buildpack on
an unsupported stack
(https://www.pivotaltracker.com/story/show/98579464)
* Security upgrade to NodeJS 0.12.6
(https://www.pivotaltracker.com/story/show/98683546)
* Updating to buildpack-packager v2.2.2
Now supports printing out buildpack dependencies via `buildpack-packager list`
(https://www.pivotaltracker.com/story/show/98588996)
* Upgrade JRuby 9000 support to rc1
(https://www.pivotaltracker.com/story/show/97566746)
v1.5.0 Jun 24, 2015
====================
* 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/96590188)
* Use cloudfoundry java team built OpenJdks
(https://www.pivotaltracker.com/story/show/94123750)
v1.4.2 May 20, 2015
====================
* Merge upstream changes from Heroku up to SHA 4b493f80ed9ea9ae7bf8cd743068fb79e3c8b9a2
(https://www.pivotaltracker.com/story/show/94986118)
* Add bundler version 1.9.7 to manifest
(https://www.pivotaltracker.com/story/show/94986118)
v1.4.1 May 08, 2015
====================
* Default Ruby version set to MRI 2.2.2
(https://www.pivotaltracker.com/story/show/91706560)
* Fixed Ruby 1.8.7 for unsupported manifest
(https://www.pivotaltracker.com/story/show/93717296)
* Bump buildpack-packager to support custom buildpack manifests.
(https://www.pivotaltracker.com/story/show/93717296)
v1.4.0 Apr 28, 2015
====================
* Remove many older ruby versions. We currenly support:
* MRI ruby versions:
* 2.2.2
* 2.2.1
* 2.1.6
* 2.1.5
* 2.0.0
* JRuby verisons:
* ruby-1.9.3-jruby-1.7.19
* ruby-2.0.0-jruby-1.7.19
* ruby-2.2.0-jruby-9.0.0.0.pre1
(https://www.pivotaltracker.com/story/show/93201508)
(https://www.pivotaltracker.com/story/show/90697240)
(https://www.pivotaltracker.com/story/show/90697238)
* Update to latest OpenJDK 1.8
(https://www.pivotaltracker.com/story/show/90697236)
* Updated to latest node JS
(https://www.pivotaltracker.com/story/show/90697226)
v1.3.1 Apr 21, 2015
====================
* Update provided MRI ruby versions for CVE-2015-1855 (https://www.pivotaltracker.com/story/show/92437386)
* 2.0.0p645
* 2.1.6
* 2.2.2
* Document Contribution guidelines (https://www.pivotaltracker.com/story/show/92459188)
* Do not use cached dependencies when a running app is restaged on a different rootfs (https://www.pivotaltracker.com/story/show/91630536)
* Merge upstream changes from Heroku up to SHA f349dfc1212ffb329ea73a41b15efac13ba302b8 (https://www.pivotaltracker.com/story/show/90537738)
* Add support for jruby versions (https://www.pivotaltracker.com/story/show/90537738)
* jruby-1.7.19:
* ruby-1.8.7
* ruby-1.9.3
* ruby-2.0.0
* jruby-9.0.0.0:
* ruby-2.2.0
v1.3.0 Mar 17, 2015
====================
* Support cflinuxfs2 stack. This does not include support for 1.8.7 and 1.9.2
(https://www.pivotaltracker.com/story/show/88174340)
(https://www.pivotaltracker.com/story/show/90295946)
* Dropped support for Ruby 1.9.2 on lucid64
(https://www.pivotaltracker.com/story/show/90295946)
* Reference git repos by https in cf.Gemfile
(https://www.pivotaltracker.com/story/show/90365848)
* Add checksum to `manifest.yml` for all binaries.
(https://www.pivotaltracker.com/story/show/89503122)
v1.2.1 Jan 27, 2015
====================
* Add Ruby 2.2.0
(https://www.pivotaltracker.com/story/show/86046576)
* Update documentation for use of buildpack-packager
(https://www.pivotaltracker.com/story/show/85807806)
* Merge upstream changes
(https://www.pivotaltracker.com/story/show/86046576)
* Update Bundler to 1.7
(https://github.com/heroku/heroku-buildpack-ruby/commit/4d6c831e9ba1c67604c395d20ba153a2752b303b)
* Fix support for JRuby 9.0.0.0.pre1
(https://github.com/heroku/heroku-buildpack-ruby/commit/881d794a8f33d102561798f696c049f5178ce60d)
* set JAVA_TOOL_OPTIONS for compile time JRuby
(https://github.com/heroku/heroku-buildpack-ruby/commit/380c9aa8626d689b6d0f0bdeaf5b78c999cf7540)
v1.2.0 Dec 15, 2014
====================
* Introduce new offline dependency packaging system
(https://www.pivotaltracker.com/story/show/82513994)
(https://www.pivotaltracker.com/story/show/83886038)
(https://www.pivotaltracker.com/story/show/82972454)
* Introduce new runtime dependency translation system
(https://www.pivotaltracker.com/story/show/82513994)
(https://www.pivotaltracker.com/story/show/83483872)
(https://www.pivotaltracker.com/story/show/83504664)
v1.1.4 Nov 19, 2014
====================
* Add ruby 2.1.4 and 2.1.5
* Update machete instructions in README
(https://www.pivotaltracker.com/story/show/82692644)
* Test regression around copying the same file to itself
(https://www.pivotaltracker.com/story/show/81613240)
* Add a regression test for stack env variable
(https://www.pivotaltracker.com/story/show/82289072)
* Merge upstream changes
(https://www.pivotaltracker.com/story/show/82765888)
* Include fix to unbounded cache size
(https://github.com/heroku/heroku-buildpack-ruby/pull/314)
* Show full stack trace on all unexpected errors
(https://github.com/heroku/heroku-buildpack-ruby/commit/b84422c9c74f64aef37bd52966d0165858bf59a1)
* Suppress backtrace from likely errors
(https://github.com/heroku/heroku-buildpack-ruby/commit/74cba7c15c64386d85c46035030d46e2a6265b63)
v1.1.3 Oct 21, 2014
====================
* Adds code to resolve fault where Ruby 2.1.3 apps to fail to stage.
(https://www.pivotaltracker.com/story/show/80934254)
* Adds friendlier error message when apps request unavailable rubies in offline buildpacks.
(https://www.pivotaltracker.com/story/show/80403676)
* Makes supporting Bash scripts more robust.
(https://www.pivotaltracker.com/story/show/79735118)
v1.1.2 Oct 07, 2014
====================
* Add Ruby 2.1.2 and 2.1.3 to offline
(https://www.pivotaltracker.com/story/show/79742234)
* Introduce fix for errors arising from unset STACK variable.
(https://www.pivotaltracker.com/story/show/78677868)
(https://www.pivotaltracker.com/story/show/80029582)
(https://www.pivotaltracker.com/story/show/78290072)
* Print version number of buildpack while compiling
(https://www.pivotaltracker.com/story/show/78505368)
* Merge from upstream
v1.1.1 Sep 22, 2014
====================
* Update buildpack-packager
(https://www.pivotaltracker.com/story/show/79126294)
* Merge Heroku upstream changes up to [v127](https://github.com/heroku/heroku-buildpack-ruby/releases/tag/v127). Important changes:
* Improve RBX support
v1.1.0 Aug 29, 2014
====================
* Fixed libreadline issue.
(https://www.pivotaltracker.com/story/show/75199948)
* Removes spurious warning "already initialized constant" warning
(https://www.pivotaltracker.com/story/show/76163642)
* Merges Heroku upstream changes up to [v126](https://github.com/heroku/heroku-buildpack-ruby/releases/tag/v126). Important changes:
* NodeJS is now a dependency
* Bundler updated to 1.6.3
v1.0.1 Jul 22, 2014
====================
* Improve documentation and make the README CF specific.
(https://www.pivotaltracker.com/story/show/69192654)
(https://www.pivotaltracker.com/story/show/73157440)
* Switch to new Cloud Foundry offline dependency framework
(https://www.pivotaltracker.com/story/show/73384384)
(https://www.pivotaltracker.com/story/show/73544396)
(https://www.pivotaltracker.com/story/show/74053110)
(https://www.pivotaltracker.com/story/show/73723814)
* Allow apps to specify BUNDLE_GEMFILE environment variable
(https://www.pivotaltracker.com/story/show/73334472)
* Added vendor/cache to .gitignore
* Use Ruby 2.1.1 for packaging
* Improve version imprinting
(https://www.pivotaltracker.com/story/show/73158908)
* Fix: Offline mode should not attempt to use public networks
(https://www.pivotaltracker.com/story/show/73420832)
* Fix: Install 12 factor plugins when the user does not provided it
* Fix: do not ignore bin/ dir in rails 4 apps.
v1.0.0 Jun 17, 2014
===================
* Remove libyaml 0.1.5. It's not used and has a security flaw.
* Modify [the Heroku Ruby buildpack](https://github.com/heroku/heroku-buildpack-ruby) to
support offline mode.
* Do not download Heroku's pre-cached gems. They are not binary compatible
with the Cloud Foundry environment.