All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
v7.1.0 (2023-10-30)
Implemented enhancements:
- Add Rocky & AlmaLinux support #510 (bastelfreak)
- Add Debian 12 support #509 (bastelfreak)
- Add OracleLinux 9 support #508 (bastelfreak)
- Add Puppet 8 support #502 (bastelfreak)
v7.0.0 (2023-06-05)
Breaking changes:
- Drop Puppet 6 support #495 (bastelfreak)
Implemented enhancements:
Merged pull requests:
- puppetlabs/stdlib: Allow 9.x #499 (bastelfreak)
v6.1.2 (2023-04-13)
Fixed bugs:
- Fix catalog compilation failure when net/ftp is not available #491 (smortex)
- ruby provider: ensure cleanup happens #474 (pillarsdotnet)
Closed issues:
Merged pull requests:
v6.1.1 (2023-01-16)
Fixed bugs:
- curl provider: array of multiple headers does not work #481
- Bug fix when passing multiple headers #482 (sprankle)
v6.1.0 (2022-11-29)
Implemented enhancements:
- feature: Artifactory authentication support #265
- add array of headers as optional parameter #475 (prolixalias)
- Mark CentOS 9 and RHEL 9 as supported operating systems #473 (kajinamit)
- Update CA certificate bundle to 2021-10-26 #468 (l-avila)
- modulesync 5.3 & update EoL URI syntax + a lot of rubocop rework #463 (bastelfreak)
Merged pull requests:
- Improve/fix examples in README #470 (pillarsdotnet)
v6.0.2 (2021-11-23)
Merged pull requests:
- puppet-lint: fix top_scope_facts warnings #462 (bastelfreak)
v6.0.1 (2021-08-26)
Fixed bugs:
- Fix
archive::download::digest_type
data type (reverts 6.0.0 breaking change) #460 (alexjfisher)
v6.0.0 (2021-08-25)
Breaking changes:
- Drop Virtuozzo 6 #455 (genebean)
- Drop EoL AIX versions #454 (genebean)
- Drop EoL Windows versions #453 (genebean)
- Drop Debian 9 #452 (genebean)
- Drop Ubuntu 16.04 #451 (genebean)
- Set optional param to undef to fix failing test (REVERTED IN 6.0.1) #449 (yachub)
Implemented enhancements:
- Add support for Debian 11 #458 (smortex)
- Add ubuntu 20.04 #456 (genebean)
- Update CA certificate bundle to 2021-05-25 #444 (l-avila)
Fixed bugs:
- Fix Could not set 'present' on ensure: wrong number of arguments (given 1, expected 0) #443 (jeffmccune)
- Write downloaded files as binary #442 (benohara)
Merged pull requests:
v5.0.0 (2021-04-16)
Breaking changes:
- metadata.json: drop Puppet 5, add Puppet 7 support #436 (kenyon)
- Drop support for CentOS/RHEL 6 and variants #431 (alexjfisher)
Implemented enhancements:
- Enable Debian 9/10 support #439 (bastelfreak)
- Support stdlib 7.x #437 (treydock)
- Add
archives
parameter to make use with an ENC or hiera easier #423 (jcpunk) - Add initial support for gsutil and pulling from Google Storage buckets #421 (j0sh3rs)
Fixed bugs:
- Fix downloading when passwords contain spaces #430 (alexjfisher)
- Windows: find 7zip binary #428 (joerg16)
Merged pull requests:
- Produce a better error for the puppet downloader when file not found #434 (hajee)
- Pass over credentials in archive::artifactory #433 (jramosf)
- Clean up temporary files when checksums don't match #412 (benridley)
v4.6.0 (2020-08-21)
Implemented enhancements:
- Add
temp_dir
parameter toarchive::nexus
#415 (alexcit) - Use curl netrc file instead of
--user
#399 (alexjfisher)
Closed issues:
- Feature request: make password sensitive and hide on fail #397
Merged pull requests:
v4.5.0 (2020-04-02)
Implemented enhancements:
- Add VZ 6/7 to metadata.json #402 (bastelfreak)
Closed issues:
- Could not autoload puppet/parser/functions/artifactory_sha1: no such file to load -- puppet_x/bodeco/util #320
Merged pull requests:
- Convert
archive
class docs to puppet-strings and small README improvements #394 (alexjfisher) - Convert
go_md5
function to modern API #392 (alexjfisher) - Use
relative_require
in artifactory functions #391 (alexjfisher) - Convert
assemble_nexus_url
to modern API #390 (alexjfisher) - Remove duplicate CONTRIBUTING.md file #389 (dhoppe)
- Add Darwin (mac os x) compatibility #387 (bjoernhaeuser)
v4.4.0 (2019-11-04)
Implemented enhancements:
- Extract .zip using PowerShell (native) as alternative to 7-zip #380
- Add support for .tar.Z files and uncompress #385 (hajee)
Merged pull requests:
v4.3.0 (2019-10-16)
Implemented enhancements:
- Add Archlinux compatibility #383 (bastelfreak)
- Add CentOS/RHEL 8 compatibility #382 (bastelfreak)
v4.2.0 (2019-08-14)
Implemented enhancements:
v4.1.0 (2019-07-04)
Closed issues:
- 4 Certificates expired, 3 expiring soon in cacert.pem #372
Merged pull requests:
- Update cacert.pem #373 (alexjfisher)
- drop Ubuntu 14.04 support #371 (bastelfreak)
v4.0.0 (2019-05-29)
Breaking changes:
- modulesync 2.7.0 and drop puppet 4 #368 (bastelfreak)
Implemented enhancements:
- Allow
puppetlabs/stdlib
6.x #369 (alexjfisher)
Merged pull requests:
v3.2.1 (2018-10-19)
Merged pull requests:
- modulesync 2.1.0 and allow puppet 6.x #355 (bastelfreak)
v3.2.0 (2018-08-26)
Implemented enhancements:
- Bump stdlib dependency to <6.0.0 #352 (HelenCampbell)
- Fallback to PowerShell for zip files on Windows #351 (GeoffWilliams)
v3.1.1 (2018-08-02)
Fixed bugs:
Closed issues:
- need a good example for extracting a tgz #335
Merged pull requests:
- fix documentation - refactor example when extracting tar.gz #342 (azbarcea)
- purge EOL ubuntu 10.04/12.04 from metadata.json #341 (bastelfreak)
- README.md: how to handle a .tar.gz file #338 (bastelfreak)
v3.1.0 (2018-06-14)
Closed issues:
- HTTPS download broken again on windows #289
Merged pull requests:
- Allow Ubuntu 18.04 #336 (mpdude)
- Remove docker nodesets #334 (bastelfreak)
- drop EOL OSs; fix puppet version range #332 (bastelfreak)
v3.0.0 (2018-03-31)
Breaking changes:
- Rewrite artifactory_sha1 function with puppet v4 api #323 (alexjfisher)
- Remove deprecated archive::artifactory parameters #322 (alexjfisher)
Implemented enhancements:
- Adding windows server 2016 to metadata.json #325 (TraGicCode)
Merged pull requests:
- bump puppet to latest supported version 4.10.0 #326 (bastelfreak)
- Don't glob archive URL with curl #318 (derekhiggins)
v2.3.0 (2018-02-21)
Implemented enhancements:
- Support fetching latest SNAPSHOT artifacts #284 (alexjfisher)
Fixed bugs:
Merged pull requests:
- Fix checksum_type sh256 -> sha256 typo #309 (tylerjl)
- Fix typo "voxpupoli" #308 (nmesstorff)
v2.2.0 (2017-11-21)
Closed issues:
- Setting an invalid proxy_server parameter should return a more helpful error message. #220
Merged pull requests:
- Log actual and expected checksums on mismatch #305 (jeffmccune)
v2.1.0 (2017-10-10)
Closed issues:
- unzip not installed and results in errors #291
- Support puppet:/// urls or edit readme? #283
- Using proxy_server and/or proxy_port has no effect on Windows #277
- puppet source #151
Merged pull requests:
- Fix typos in puppet:/// URL example #298 (gabe-sky)
- Update cacert.pem #290 (nanliu)
- Support Nexus 3 urls for artifact downloads #285 (rvdh)
v2.0.0 (2017-08-25)
Breaking changes:
- BREAKING: Drop puppet 3 support. Replace validate_* functions with Puppet 4 data type validations #264 (jkroepke)
Implemented enhancements:
- Enable allow_insecure in archive::download #295 (alexjfisher)
- Add custom download options #279 (nanliu)
- Add support for downloading puppet URL’s #270 (hajee)
Fixed bugs:
- wget proxy implementation incorrect #256
Closed issues:
- allow_insecure is not working #294
- Can't download latest SNAPSHOT artifactory artifacts #282
- Need option to set curl SSL protocol #273
- Add guide for migrating from puppet-staging #266
- Rubocop: fix RSpec/MessageSpies #260
- -z for curl option #241
- RSpec/MessageExpectation violations #208
Merged pull requests:
- Change how ruby proxy is invoked. #280 (nanliu)
- Pass proxy values using the wget -e option #272 (nanliu)
- GH-260 Fix rubocop RSpec/MessageSpies #271 (nanliu)
- Fix README typo on credentials file and add the config too #269 (aerostitch)
- Add puppet-staging migration examples #268 (alexjfisher)
v1.3.0 (2017-02-10)
- Modulesync with latest Vox Pupuli defaults
- Fix wrong license in repo
- Fix several rubocop issues
- Fix several markdown issues in README.md
- Add temp_dir option to override OS temp dir location
- GH-213 Fix allow_insecure for ruby provider
- GH-205 Raise exception on bad source parameters
- GH-204 Resolve camptocamp archive regression
- Expose allow_insecure in nexus defined type
- 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.
- Modulesync with latest Vox Pupuli defaults
- Fix cacert path
- Fix AIX extraction
- Feature: make allow_insecure parameter universal
- GH-176 Add Compatiblity layer for camptocamp/archive
- GH-174 Add allow_insecure parameter
- Numerous Rubocop and other modulesync changes
- Drop support for ruby 1.8
- GH-146 Set aws_cli_install default to false
- GH-142 Fix wget cookie options
- GH-114 Document extract customization options
- Open file in binary mode when writing files for windows download
Release 0.5.x contains significant changes:
-
faraday, faraday_middleware no longer required.
-
ruby provider is the default for windows (using net::http).
-
archive gem_provider attribute deprecated.
-
archive::artifactory server, port, url_path attributes deprecated.
-
S3 bucket support (experimental).
-
GH-55 use net::http to stream files
-
Add additional documentation
-
Simplify duplicate code in download/content methods
-
Pin rake to avoid rubocop/rake 11 incompatibility
-
Surface "checksum_verify" parameter in archive::nexus
-
GH-48 S3 bucket support
- VoxPupuli Release
- modulesync to fix forge release issues.
- Cosmetic changes due to rubocop update.
- VoxPupuli Release
- Raise exception when error occurs during extraction.
- VoxPupuli Release
- Puppet-community release
- Update travis/forge badge location
- Fix aio-agent detection
- Support .gz .xz format
- Fix local files for non faraday providers
- Fix GH-77 allows local files to be specified without using file:///
- Fix GH-78 allow local file:///c:/... on windows
- Fix phantom v0.4.4 release.
- Puppet-community release
- Ignore files properly for functional release
- Add authentication to archive::nexus
- Create directory before transfering file
- Refactor file download code
- Create and use fact for archive_windir
- Cleanup old testing code
- Puppet-community release
- Automate release :)
- Migrate Module to Puppet-Community
- Make everything Rubocop Clean
- Make everything lint clean
- Various fixes concerning Jar handling
- Support for wget
- Spec Tests for curl
- Support for bzip
- More robust handling of sha512 checksums
Release 0.3.x contains breaking changes
-
The parameter 7zip have been changed to seven_zip to conform to Puppet 4.x variable name requirements.
-
The namevar name have been changed to path to allow files with the same filename to exists in different filepath.
-
This project have been migrated to voxpupuli, please adjust your repo git source.
-
Fix Puppet 4 compatability issues
-
Fix archive namevar to use path
- Add FTP and File support
- Fix ruby 1.8.7 syntax error
- Fix custom flags options
- Add msi installation option for 7zip
- Add support for configuring extract command user/group
- Use temporary filepath for download
- Update documentation
- puppet-lint, metadata.json cleanup
- Fix Puppet Enterprise detection
- Fix checksum length restriction
- Add puppetlabs stdlib/pe_gem dependency
- Add spec testing
- Fix Windows SSL authentication issues
- Add cookie support
- Fix file overwrite and re-extract
- Fix windows x86 path bug
- Fix autorequire and installation of dependencies
- Add windows extraction support via 7zip
- Initial Release
* This Changelog was automatically generated by github_changelog_generator