forked from cloudfoundry/dotnet-core-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
262 lines (174 loc) · 7.34 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
v1.0.13 Mar 15, 2017
=====================
* Add dotnet 1.0.1
- remove dotnet 1.0.0-preview3-004056
- remove dotnet 1.0.0-preview2-003131 (oldest project.json SDK)
- dotnet 1.0.1 is default version
(https://www.pivotaltracker.com/story/show/1042066)
v1.0.12 Feb 27, 2017
=====================
* Add node 6.10.0, remove node 6.9.5
(https://www.pivotaltracker.com/story/show/140375739)
* Add local node_modules to path
(https://www.pivotaltracker.com/story/show/139601543)
v1.0.11 Feb 08, 2017
=====================
* Add node 6.9.5, remove node 6.9.4
(https://www.pivotaltracker.com/story/show/138771375)
* Add EOL dates for node
(https://www.pivotaltracker.com/story/show/137374307)
* Allow user to force node to be installed
- node will be installed if the environment variable
INSTALL_NODE is set to true
(https://www.pivotaltracker.com/story/show/137382231)
v1.0.10 Jan 23, 2017
=====================
* Add libunwind 1.2, remove libunwind 1.1
(https://www.pivotaltracker.com/story/show/137618327)
* Publish msbuild applications during staging
- project.json and pre-published apps are not affected
(https://www.pivotaltracker.com/story/show/131118559)
* Add ability to configure Debug/Release mode for apps published during
staging
- default is Debug to match local cli's behavior
(https://www.pivotaltracker.com/story/show/131118559)
v1.0.9 Jan 11, 2017
====================
* Add warning if downloaded dependency is not the latest patch version for a
given major and minor version
(https://www.pivotaltracker.com/story/show/134863437)
* Add warning if buildpack version used to stage an app changes
(https://www.pivotaltracker.com/story/show/135234395)
* Add node 6.9.4, remove node 6.9.2
(https://www.pivotaltracker.com/story/show/137135283)
(https://www.pivotaltracker.com/story/show/136991485)
* Add .NET SDK 1.0.0-preview4-004233
(https://www.pivotaltracker.com/story/show/136046769)
v1.0.8 Dec 23, 2016
====================
* Fix self contained app regression (#128)
(https://www.pivotaltracker.com/story/show/136522395)
* Add warning if app was previously staged with a different version of
the buildpack
(https://www.pivotaltracker.com/story/show/136522395)
v1.0.7 Dec 20, 2016
====================
* Add .NET SDK 1.0.0-preview2-003156, remove .NET SDK 1.0.0-preview2-003121
- Make .NET SDK 1.0.0-preview2-003156 the default SDK version
(https://www.pivotaltracker.com/story/show/136046769)
* Add .NET Core framework 1.0.3
(https://www.pivotaltracker.com/story/show/136046769)
* Allow project paths in .deployment file to start with ./
(https://www.pivotaltracker.com/story/show/133851173)
* Store process id in the PID environment variable
(https://www.pivotaltracker.com/story/show/135799949)
* Add MSBuild support
- Add .NET SDK 1.0.0-preview3-004056, which uses MSBuild
- Documented here: https://docs.cloudfoundry.org/buildpacks/dotnet-core/index.html#cli_tools
(https://www.pivotaltracker.com/story/show/134472507)
* Add F# support
(https://www.pivotaltracker.com/story/show/135725073)
* Package .NET Core runtimes and install separately from .NET Core SDK
(https://www.pivotaltracker.com/story/show/135703675)
* Add node 6.9.2, remove node 6.9.1
(https://www.pivotaltracker.com/story/show/135643989)
* Allow custom library path
(https://www.pivotaltracker.com/story/show/135356453)
v1.0.6 Nov 23, 2016
====================
* Remove .NET SDK 1.0.0-preview2-1-003155
(https://www.pivotaltracker.com/story/show/134541255)
* Set default version of .NET to latest LTS release (1.0.1)
(https://www.pivotaltracker.com/story/show/134541255)
* Use vendored iniparse gem to parse .deployment
- Now error out if multiple project keys/paths are specified
- Now error out if .deployment file with no project key
(https://www.pivotaltracker.com/story/show/133932443)
* Add dotnet 1.0.0-preview2-1-003177
(https://www.pivotaltracker.com/story/show/134444267)
* Rebuild and change path for dotnet, node, and bower binaries
- 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.0.5 Nov 09, 2016
====================
* Add bower 1.8.0, remove bower 1.7.9
(https://www.pivotaltracker.com/story/show/133829973)
* Serve libunwind from buildpacks.cloudfoundry.org
(https://www.pivotaltracker.com/story/show/132852595)
v1.0.4 Oct 26, 2016
====================
* Add dotnet 1.0.0-preview2-1-003155
- includes .NET Framework 1.1.0-preview1-001100-00
(https://www.pivotaltracker.com/story/show/133041819)
v1.0.3 Oct 21, 2016
====================
* Add default_versions support to buildpack
(https://www.pivotaltracker.com/story/show/132168017)
(https://www.pivotaltracker.com/story/show/132167537)
* Add option to clear Nuget cache
(https://www.pivotaltracker.com/story/show/132160087)
* Run verbose `dotnet run` and `dotnet restore` when BP_DEBUG is specified
(https://www.pivotaltracker.com/story/show/130651349)
* Add node 6.9.1, remove node 6.7.0
(https://www.pivotaltracker.com/story/show/132796533)
* Remove .NET Core 1.0.0 RC2 from manifest
(https://www.pivotaltracker.com/story/show/132028795)
v1.0.2 Oct 11, 2016
====================
* Remove .NET Core 1.0.0 RC2
(https://www.pivotaltracker.com/story/show/132028795)
* Add node 6.7.0, remove node 6.3.0
(https://www.pivotaltracker.com/story/show/131987641)
* Use Cloud Foundry built + hosted dotnet dependencies
(https://www.pivotaltracker.com/story/show/130932637)
* Add default_versions support to buildpack
(https://www.pivotaltracker.com/story/show/130932637)
v1.0.1 Oct 5, 2016
===================
* Add support for .NET Core v1.0.1
v1.0.0 Aug 24, 2016
===================
* Add support for running pre and post compile scripts using NPM and Bower to install front-end javascript and css libraries.
v0.9.0 June 30, 2016
===================
* Add support for the .NET CLI 1.0 Preview 2 build and .NET Core 1.0 RTM
* The default .NET CLI version to be installed is now 1.0.0-preview2-003121
v0.8.0 May 16, 2016
===================
* Switch to .NET CLI from DNX
* Add support for RC2 apps
* Remove support for RC1 and lower apps using DNX
* detect now looks for project.json files or *.runtimeconfig.json files from publish output
* global.json is no longer used to specify runtime version
* Remove support for lucid64 stack
v0.7.0 Sep 30, 2015
===================
* Make NuGet.Config optional, detect only looks for project.json files
* Support published apps for offline mode and faster staging
* Remove Mono
* Switch to .NET Core
v0.6.0 Sep 10, 2015
===================
* Add support for beta7 apps
v0.5.0 Aug 17, 2015
===================
* Removed Nowin server, replaced with use of Kestrel which allows the buildpack to run beta4 - beta6 apps.
v0.4.0 Aug 05, 2015
===================
* Add support for beta6 apps
* Remove support for beta5 apps
v0.3.0 Jul 20, 2015
===================
* Add support for beta5 apps
* Remove support for beta4 apps
* Fix Mono missing trusted root certificates
v0.2.0 Jun 22, 2015
===================
* Add support for beta4 apps
* Remove support for beta3 apps
* Update Mono version from 3.12.1 to 4.0.1
v0.1.0 May 05, 2015
===================
* Initial buildpack to run beta3 apps