forked from cloudfoundry/dotnet-core-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
155 lines (98 loc) · 4.02 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
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