forked from cloudfoundry/apt-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
92 lines (62 loc) · 2.51 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
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)