-
Notifications
You must be signed in to change notification settings - Fork 50
/
CHANGELOG
472 lines (280 loc) · 9.5 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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
v1.1.15 Nov 07, 2024
=====================
* go.mod: update go version
v1.1.14 Sep 23, 2024
=====================
* go.mod: update go version
v1.1.13 Jul 19, 2024
=====================
* remove references to the windows2016 stack
This stack is identical to the windows stack and windows2016 has been
unsupported in CF for a long time now.
https://docs.cloudfoundry.org/devguide/deploy-apps/windows-stacks.html#-available-stacks
v1.1.12 May 22, 2024
=====================
* Updating github-config
* add codeowners (#173)
v1.1.11 Apr 12, 2024
=====================
* Updating github-config (#171)
v1.1.10 Feb 29, 2024
=====================
* Rebuild executables
v1.1.9 Dec 13, 2023
====================
* Updating github-config
v1.1.8 Nov 21, 2023
====================
* Updating github-config (#158)
v1.1.7 Oct 05, 2023
====================
* Updating github-config (#148)
v1.1.6 Aug 30, 2023
====================
* Rebuild
v1.1.5 May 18, 2023
====================
* Updating github-config
v1.1.4 Apr 14, 2023
====================
* tests: replace ruby webserver w a simple netcat porgram
cflinuxfs4 1.x does not come with ruby on the stack
* Update libbuildpack
v1.1.3 Mar 01, 2023
====================
* Updating github-config
v1.1.2 Feb 14, 2023
====================
* Update libbuildpack
* Updating github-config
* Bump github.com/onsi/gomega from 1.25.0 to 1.26.0
v1.1.1 Jan 24, 2023
====================
* Update libbuildpack
* Bump github.com/onsi/gomega from 1.24.1 to 1.25.0
v1.1.0 Dec 05, 2022
=====================
* Add support for cflinuxfs4 stack
* Bumps go.mod go version to 1.19
v1.0.47 Oct 13, 2022
=====================
* Update libbuildpack
v1.0.46 Sep 09, 2022
=====================
* Update libbuildpack
v1.0.45 May 10, 2022
=====================
* Update libbuildpack
v1.0.44 May 06, 2022
=====================
* Fix workflows error - Remove Integration step, these tests doesn't run on Github Actions
v1.0.43 Apr 06, 2022
=====================
* Update libbuildpack
v1.0.42 Dec 13, 2021
=====================
* Merge pull request #72 from cloudfoundry/dependabot/go_modules/develop/github.com/onsi/gomega-1.17.0
Bump github.com/onsi/gomega from 1.14.0 to 1.17.0
* Bump github.com/onsi/gomega from 1.14.0 to 1.17.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.14.0 to 1.17.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.14.0...v1.17.0)
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
* Update libbuildpack
v1.0.41 Nov 22, 2021
=====================
* Update libbuildpack
v1.0.40 Aug 09, 2021
=====================
* Bootstraps with github-config
* Update libbuildpack
v1.0.39 Jun 15, 2021
=====================
* Bootstraps with github-config
* Update libbuildpack
v1.0.38 May 05, 2021
=====================
* Update libbuildpack
v1.0.37 Apr 20, 2021
=====================
* Updates version of go used to build buildpack from source on CF
v1.0.36 Dec 18, 2019
=====================
* No user facing changes. Libraries updates.
v1.0.35 Oct 09, 2019
=====================
* Update libbuildpack
* Update libbuildpack
* Remove cflinuxfs2 Fixes: #32
(https://www.pivotaltracker.com/story/show/166710428)
* Update libbuildpack
commit 3d9cfb20f0be4177d8557976ac74ff20bc2a4720
Merge: a341094 ec3922b
Author: Zander Mackie <amackie@pivotal.io>
Date: Wed Oct 2 14:21:39 2019 -0400
Merge pull request #34 from cloudfoundry/revert-33-remove-windows2016-stack-2.8
Revert "Remove references to windows2016 stack"
commit ec3922bc0e52064bb328ee6eb3e7d0ca71ed336e
Author: Zander Mackie <zmackie@gmail.com>
Date: Wed Oct 2 14:21:28 2019 -0400
Revert "Remove references to windows2016 stack"
* Update libbuildpack
* Update libbuildpack
v1.0.34 Sep 23, 2019
=====================
* Remove windows2016 stack
v1.0.33 Jul 11, 2019
=====================
* No Major Changes
v1.0.32 Apr 23, 2019
=====================
* Remove warning logs causing bosh cli error
v1.0.31 Mar 01, 2019
=====================
* Add windows support for extension buildpacks
* Update go version to 1.11.5 when compiling buildpack from source
(https://www.pivotaltracker.com/story/show/163701450)
* Update warning message with clear buildpack names
(https://www.pivotaltracker.com/story/show/162625493)
v1.0.30 Jan 22, 2019
=====================
* Use built version of go 1.11.4 in online unbuilt/URL buildpack
(https://www.pivotaltracker.com/story/show/163089977)
v1.0.29 Jan 16, 2019
=====================
* Vendor with go modules
(https://www.pivotaltracker.com/story/show/162654926)
v1.0.28 Dec 07, 2018
=====================
* Bumping to release new 'windows' stack
* No feature changes
v1.0.27 Sep 20, 2018
=====================
* Bumping to release new versions for LTS foundations
* No feature changes
v1.0.26 Aug 30, 2018
=====================
* Bumping buildpack version to bump bosh release
* No feature changes
v1.0.25 Aug 28, 2018
=====================
* Bumping buildpack version to bump bosh release
* No feature changes
v1.0.24 Aug 14, 2018
=====================
* Bumping buildpack version to bump bosh release
* No feature changes
v1.0.23 Aug 10, 2018
=====================
* Support deploying to cloudfoundry with windows2012R2 and windows2016 buildpacks
v1.0.22 Aug 01, 2018
=====================
* Build with stack association.
for cflinuxfs2, cflinuxfs3, windows2012R2, and windows2016.
v1.0.21 Jun 13, 2018
=====================
* Do not associate this buildpack with stacks in offline bosh release
(https://www.pivotaltracker.com/story/show/158242610)
v1.0.20 Jun 08, 2018
=====================
* Do not associate this buildpack with stacks
v1.0.19 Jun 05, 2018
=====================
* Support packaging with associated stacks
(https://www.pivotaltracker.com/story/show/153256959)
v1.0.18 Mar 20, 2018
=====================
* New buildpack-packager build command
(https://www.pivotaltracker.com/story/show/155223266)
* Online buildpacks cache downloaded manifest.yml dependencies
(https://www.pivotaltracker.com/story/show/155405429)
* Merge pull request #15 from sneal/no-powershell
Remove PowerShell execution from buildpack phases on Windows
(https://www.pivotaltracker.com/story/show/153865216)
v1.0.17 Feb 09, 2018
=====================
* Emit an error message when no start command is provided
(https://www.pivotaltracker.com/story/show/137377633)
v1.0.16 Jan 29, 2018
=====================
* Convert to libbuildpack
(https://www.pivotaltracker.com/story/show/154557770)
* Pass profile.d dir through to finalize
(https://www.pivotaltracker.com/story/show/151381690)
v1.0.15 Oct 10, 2017
=====================
* Improve README
* Fix error while runing the integration test suite on newer cloudfoundry clusters
(https://www.pivotaltracker.com/story/show/151215179)
v1.0.14 Jul 31, 2017
=====================
* Fix readme links
(https://www.pivotaltracker.com/story/show/147615323)
v1.0.13 May 18, 2017
=====================
* Use '_' instead of '-' in .profile.d script names
(https://www.pivotaltracker.com/story/show/144964891)
v1.0.12 May 08, 2017
=====================
* Add Multi Buildpack support
(https://www.pivotaltracker.com/story/show/142852421)
v1.0.11 Mar 21, 2017
=====================
* Run compile.ps1 with Unrestricted execution policy
(https://www.pivotaltracker.com/story/show/142141879)
* Add hooks for eventual multiple buildpack compatibility
note: only implemented for Linux, not Windows
(https://www.pivotaltracker.com/story/show/141616657)
v1.0.10 Mar 15, 2017
=====================
* Run release.ps1 with Unrestricted execution policy
(https://www.pivotaltracker.com/story/show/141795139)
v1.0.9 Feb 09, 2017
====================
* On Windows, print a warning if web.config is detected and there is no start
command or Procfile.
(https://www.pivotaltracker.com/story/show/139411591)
v1.0.8 Feb 06, 2017
====================
* Add Windows support to the binary buildpack
(https://www.pivotaltracker.com/story/show/138289425)
v1.0.7 Jan 10, 2017
====================
* Add new version warning to binary buildpack
(https://www.pivotaltracker.com/story/show/135234395)
v1.0.5 Oct 19, 2016
====================
* binary-buildpack BOSH release now available on bosh.io at
http://bosh.io/releases/github.com/cloudfoundry/binary-buildpack-release
(https://www.pivotaltracker.com/story/show/130040305)
v1.0.4 Sep 19, 2016
====================
* Update machete to 0.0.49
* Update buildpack-packager to 2.3.3
* Update ruby from 2.2.3 -> 2.3.1
(https://www.pivotaltracker.com/story/show/126143393)
v1.0.3 Jul 18, 2016
====================
* Update buildpack-packager to 2.2.9
(https://www.pivotaltracker.com/story/show/125874681)
v1.0.2 May 02, 2016
====================
* Move documentation about deploying applications to cloudfoundry.org docs
(https://www.pivotaltracker.com/story/show/#118094267)
* Add github issue and pull request templates
(https://www.pivotaltracker.com/story/show/115892743)
(https://www.pivotaltracker.com/story/show/113122277)
v1.0.1 Jun 19, 2015
====================
* Make compile and detect proper scripts
(https://www.pivotaltracker.com/story/show/96882956)
v1.0.0 May 7, 2015
==================
* Implement binary buildpack with rspec tests
(https://www.pivotaltracker.com/story/show/93713568)