47aecb5a263383d73cd6f7aadebe8808ad1e932d
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / HISTORY.md
1 ## v1.2.0 (2016-12-25)
2
3 * Modulesync with latest Vox Pupuli defaults
4 * Fix wrong license in repo
5 * Fix several rubocop issues
6 * Fix several markdown issues in README.md
7 * Add temp_dir option to override OS temp dir location
8
9 ## v1.1.2 (2016-08-31)
10
11   * [GH-213](https://github.com/voxpupuli/puppet-archive/issues/213) Fix *allow_insecure* for ruby provider
12   * [GH-205](https://github.com/voxpupuli/puppet-archive/issues/205) Raise exception on bad source parameters
13   * [GH-204](https://github.com/voxpupuli/puppet-archive/issues/204) Resolve camptocamp archive regression
14   * Expose *allow_insecure* in nexus defined type
15   * Make *archive_windir* fact confinement work on ruby 1.8 systems.  Note this does **not** mean the *type* will work on unsupported ruby 1.8 systems.
16
17
18 ## v1.1.1 (2016-08-18)
19
20   * Modulesync with latest Vox Pupuli defaults
21   * Fix cacert path
22   * Fix AIX extraction
23   * Feature: make allow_insecure parameter universal
24
25
26 ## v1.0.0 (2016-07-13)
27
28   * GH-176 Add Compatiblity layer for camptocamp/archive
29   * GH-174 Add allow_insecure parameter
30   * Numerous Rubocop and other modulesync changes
31   * Drop support for ruby 1.8
32
33
34 ## v0.5.1 (2016-03-18)
35
36   * GH-146 Set aws_cli_install default to false
37   * GH-142 Fix wget cookie options
38   * GH-114 Document extract customization options
39   * Open file in binary mode when writing files for windows download
40
41
42 ## v0.5.0 (2016-03-10)
43
44 Release 0.5.x contains significant changes:
45
46   * faraday, faraday_middleware no longer required.
47   * ruby provider is the default for windows (using net::http).
48   * archive gem_provider attribute deprecated.
49   * archive::artifactory server, port, url_path attributes deprecated.
50   * S3 bucket support (experimental).
51
52   * GH-55 use net::http to stream files
53   * Add additional documentation
54   * Simplify duplicate code in download/content methods
55   * Pin rake to avoid rubocop/rake 11 incompatibility
56   * Surface "checksum_verify" parameter in archive::nexus
57   * GH-48 S3 bucket support
58
59
60 ## v0.4.8 (2016-03-02)
61
62   * VoxPupuli Release
63   * modulesync to fix forge release issues.
64   * Cosmetic changes due to rubocop update.
65
66
67 ## v0.4.7 (2016-03-1)
68
69   * VoxPupuli Release
70   * Raise exception when error occurs during extraction.
71
72 ## v0.4.6 (2016-02-26)
73
74   * VoxPupuli Release
75
76
77 ## v0.4.5 (2016-02-26)
78
79   * Puppet-community release
80   * Update travis/forge badge location
81   * Fix aio-agent detection
82   * Support .gz .xz format
83   * Fix local files for non faraday providers
84   * Fix GH-77 allows local files to be specified without using file:///
85   * Fix GH-78 allow local file:///c:/... on windows
86   * Fix phantom v0.4.4 release.
87
88
89 ## v0.4.4 (2015-12-2)
90
91   * Puppet-community release
92   * Ignore files properly for functional release
93   * Add authentication to archive::nexus
94   * Create directory before transfering file
95   * Refactor file download code
96   * Create and use fact for archive_windir
97   * Cleanup old testing code
98
99
100 ## v0.4.3 (2015-11-25)
101
102   * Puppet-community release
103
104
105 ## v0.4.1 (2015-11-25)
106
107   * Automate release :)
108
109
110 ## v0.4.0 (2015-11-25)
111
112   * Migrate Module to Puppet-Community
113   * Make everything Rubocop Clean
114   * Make everything lint clean
115   * Various fixes concerning Jar handling
116   * Support for wget
117   * Spec Tests for curl
118   * Support for bzip
119   * More robust handling of sha512 checksums
120
121
122 ## 0.3.0 (2015-04-23)
123
124 Release 0.3.x contains breaking changes
125
126   * The parameter 7zip have been changed to seven_zip to conform to Puppet 4.x variable name requirements.
127   * The namevar name have been changed to path to allow files with the same filename to exists in different filepath.
128   * This project have been migrated to [voxpupuli](https://github.com/voxpupuli/puppet-archive), please adjust your repo git source.
129
130   * Fix Puppet 4 compatability issues
131   * Fix archive namevar to use path
132
133
134 ## 0.2.2 (2015-03-05)
135
136   * Add FTP and File support
137
138
139 ## 0.2.1 (2015-02-26)
140
141   * Fix ruby 1.8.7 syntax error
142
143
144 ## 0.2.0 (2015-02-23)
145
146   * Fix custom flags options
147   * Add msi installation option for 7zip
148   * Add support for configuring extract command user/group
149   * Use temporary filepath for download
150
151
152 ## 0.1.8 (2014-12-08)
153
154   * Update documentation
155   * puppet-lint, metadata.json cleanup
156
157
158 ## 0.1.7 (2014-11-13)
159
160   * Fix Puppet Enterprise detection
161   * Fix checksum length restriction
162   * Add puppetlabs stdlib/pe_gem dependency
163   * Add spec testing
164
165
166 ## 0.1.6 (2014-11-05)
167
168   * Fix Windows SSL authentication issues
169
170
171 ## 0.1.5 (2014-11-04)
172
173   * Add cookie support
174
175
176 ## 0.1.4 (2014-10-03)
177
178   * Fix file overwrite and re-extract
179
180
181 ## 0.1.3 (2014-10-03)
182
183   * Fix windows x86 path bug
184
185
186 ## 0.1.2 (2014-10-02)
187
188   * Fix autorequire and installation of dependencies
189
190
191 ## 0.1.1 (2014-10-01)
192
193   * Add windows extraction support via 7zip
194
195
196 ## 0.1.0 (2014-09-26)
197
198   * Initial Release