-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathCHANGELOG
263 lines (155 loc) · 5.38 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
v0.3.6 Jan 08, 2025
====================
* Bump go version
* Prepare dependant buildpacks in docker platform
- there will not be any existing buildpacks when running on docker.
* Switch to cflinuxfs4 for switchblade testing.
* Bump go deps.
* Update libbuildpack
v0.3.5 Mar 11, 2024
====================
* Updating github-config
v0.3.4 Dec 13, 2023
====================
* Updating github-config
v0.3.3 Nov 21, 2023
====================
* Updating github-config (#169)
v0.3.2 Oct 18, 2023
====================
* Updating github-config
v0.3.1 Sep 20, 2023
====================
* integration/brats tests: do not depend on stack ruby as cflinuxfs4 1.x do not come
with ruby. Therefore use ruby-buildpack and install our own.
* Update libbuildpack
* Bump github.com/onsi/gomega from 1.27.4 to 1.27.6
v0.3.0 Mar 17, 2023
=====================
* includes support for cflinuxfs4
* tests: temporarily install fs4 compatible static/binary BPs
* Update libbuildpack
v0.2.15 Mar 02, 2023
=====================
* Bump github.com/cloudfoundry/switchblade from 0.1.2 to 0.1.3
* Updating github-config
v0.2.14 Feb 14, 2023
=====================
* Update libbuildpack
* Updating github-config
v0.2.13 Dec 12, 2022
=====================
* Update libbuildpack
* Bumps go.mod go version to 1.19
v0.2.12 Oct 13, 2022
=====================
* Update libbuildpack
v0.2.11 May 10, 2022
=====================
* Update libbuildpack
v0.2.10 Dec 10, 2021
=====================
* Bump github.com/onsi/gomega from 1.16.0 to 1.17.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.16.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.16.0...v1.17.0)
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
* Update libbuildpack
v0.2.9 Nov 22, 2021
====================
* Add logging for apt commands to give insights into what's happening
v0.2.8 Oct 19, 2021
====================
* Run integration suite with switchblade
* Update libbuildpack
* Updating github-config
v0.2.7 Sep 29, 2021
====================
* Update libbuildpack
* Adds integration testing matrix
- factors our integration repo into before suite setup
* Rewrites integration suite using spec
v0.2.6 Jun 11, 2021
====================
* Update libbuildpack
* Bootstraps with github-config
v0.2.5 May 05, 2021
====================
* Update libbuildpack
v0.2.4 Apr 20, 2021
====================
* No user facing changes. Updated internal libraries.
v0.2.3 Jan 11, 2021
====================
* No user facing changes. Updated internal libraries.
v0.2.2 Dec 18, 2019
====================
* No user facing changes. Updated internal libraries.
v0.2.1 Nov 08, 2019
====================
* No user facing changes. Updated internal libraries.
v0.2.0 Sep 06, 2019
=====================
* Remove support for cflinuxfs2.
(https://www.pivotaltracker.com/story/show/168269855)
v0.1.9 Aug 29, 2019
====================
* Adds support for installing apt packages from custom repositories in offline environments.
- Thanks to @abhinavrau for the PR!
(https://www.pivotaltracker.com/story/show/167925100)
* Cleans up output to clear up confusion. Yay clarity!
(https://www.pivotaltracker.com/story/show/163646135)
v0.1.8 May 07, 2019
====================
* update install_go.sh script to use go 1.12.4
Re-release with go1.12 binaries
v0.1.7 Apr 23, 2019
====================
* Remove warning logs causing bosh cli error
v0.1.6 Mar 01, 2019
====================
* Update go to 1.11.5 for compiling buildpack from source when using URLs
(https://www.pivotaltracker.com/story/show/163701450)
v0.1.5 Jan 22, 2019
====================
* Use built version of go 1.11.4 in online unbuilt/URL buildpack
(https://www.pivotaltracker.com/story/show/163089977)
* Vendor with go modules
- This helps with building from source in the URL case
(https://www.pivotaltracker.com/story/show/162654926)
v0.1.4 Oct 16, 2018
====================
* Fix gpg keys existence check for cflinuxfs3
- add checks to apt.install to install only the newest .deb packages, similar to the curl -z option
(https://www.pivotaltracker.com/story/show/160305701)
v0.1.3 Sep 20, 2018
====================
* Add ability to specify repository priority
(https://www.pivotaltracker.com/story/show/160048595)
v0.1.2 Apr 03, 2018
====================
* Merge pull request #11 from flavorjones/flavorjones-alt-apt-keys-feature
support gpg advanced options for apt repo key retrieval
* Document new buildpack-packager build command
(https://www.pivotaltracker.com/story/show/155223266)
* Merge pull request #8 from Meshcloud/feature/optimize-apt-get
Use a single apt-get install invocation to download packages
v0.1.1 Nov 06, 2017
====================
* Replace Aptfile with apt.yml (see README.md for details)
- allow specification of custom repositories and repo keys
(https://www.pivotaltracker.com/story/show/152325879)
v0.0.2 Oct 10, 2017
====================
* Make buildpack work when the git repo URL is specified
(https://www.pivotaltracker.com/story/show/151828720)
v0.0.1 Oct 6, 2017
====================
* Initial support for apt packages
(https://www.pivotaltracker.com/story/show/142066675)