Skip to content

Latest commit

 

History

History
86 lines (63 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

86 lines (63 loc) · 2.25 KB

subversion Cookbook CHANGELOG

This file is used to list changes made in each version of the subversion cookbook.

3.0.0 (2018-07-24)

  • Remove dependency on windows cookbook and require Chef 13.4+

2.1.3 (2018-02-16)

  • Properly notify the apache2 restart
  • Testing updates

2.1.2 (2017-08-07)

  • Add Amazon as a platform in client.rb recipe

2.1.1 (2016-12-31)

  • Loosen the Windows cookbook dependency

2.1.0 (2016-09-16)

  • Require Chef 12.1+

2.0.0 (2016-09-03)

  • Testing updates
  • Require Chef 12 or later

1.4.0 (2016-08-11)

  • Issue #9 subversion::server converges execute[create htpasswd file] on every run
  • Force chef run to include svn directory in PATH on Windows
  • Use kitchen-docker for integration testing
  • Add chef_version metadata and require new windows
  • Fixing repo_name to repo_dir
  • Update to the latest subversion on windows

v1.3.1 (9-21-2015)

  • Changed the apache2 cookbook dependency from '~> 2.0.0' to '>= 2.0.0' so that the 3.X release can be used
  • Updated Travis config to test on modern Ruby releases and use the container infrastructure for faster tests
  • Updated Berskfile to the 3.X format
  • Updated Chefspecs to the 4.X format
  • Added source_url and issues_url metadata for Supermarket
  • Added contributing, testing, and maintainers documentation
  • Updated all development dependencies in the Gemfile to the latest
  • Added a Rakefile for simplified testing
  • Added Oracle Linux and Amazon Linux to the Readme and metadata
  • Added CentOS to the Kitchen CI config
  • Added Chef standard .gitignore and chefignore files

v1.3.0

  • Updating test harness
  • Upgrading to Apache2 2.0.x series to support Ubuntu 14.04

v1.1.2

Improvement

  • COOK-3868 - add mod_dav to subversion cookbooks

v1.1.0

Improvement

  • COOK-3692 - Use SVNParentPath for Server and expose SVNListParentPath as attribute

v1.0.4

Improvement

v1.0.2

  • Resolves foodcritic warnings
  • [COOK-1513] - support SUSE SLES

v1.0.0

  • [COOK-810] - add Windows platform support

v0.8.3

  • Current public release