Skip to content

Releases: wohali/couchdb-cookbook

Version 3.0.1

27 Jun 18:59
Compare
Choose a tag to compare

No functional changes.

Updated documentation to explain using the same hashed password on all nodes in a cluster to obtain session cookies that work across all nodes in the cluster.

Version 3.0.0

23 Jun 07:56
Compare
Choose a tag to compare
  • Complete rewrite of cookbook as 2 custom resources
  • Currently only installs CouchDB from source as packages are not available
  • Full test-kitchen support and includes worked examples
  • Supports CouchDB 2.0+
    • If CouchDB 1.x is required, use v2.5.3 of this cookbook.
  • Supports full-text search add-on

Version 2.5.3

10 Jun 04:25
Compare
Choose a tag to compare

Final release explicitly targeting CouchDB 1.x.

Changes:

  • Multiple fixes for CentOS, recent Debian/Ubuntu builds
  • Prefer /usr/lib64/ over /usr/lib when present
  • Store CouchDB UUID into host-specific local.ini file
  • New database LWRP provider
  • Source downloaded via https (closes #40)
  • Clean up build directory when building from source
  • Fixed init script problem on multiple platforms
  • Documentation received a complete overhaul
  • Many style cleanups for Ruby and Chef 12/13
  • Full support for test-kitchen, rubocop, rake, foodcritic, etc.
    • Includes basic smoke test

v2.5.2

21 Aug 02:53
Compare
Choose a tag to compare

Add nohup to running couch to make it work with Test Kitchen
adding case for libmozjs package for ubuntu 14.04
Specify upstart service provider for ubuntu >=13.10

v2.5.0

16 Dec 15:08
Compare
Choose a tag to compare

Porting to use cookbook yum ~> 3.0
Fixing up style to pass rubocop
Updating testing bits

v2.4.8

12 Dec 02:13
Compare
Choose a tag to compare

fixing metadata version error. locking to 3.0"

v2.4.6

12 Dec 00:27
Compare
Choose a tag to compare

Locking yum dependency to '< 3'

v2.4.4

01 Oct 03:18
Compare
Choose a tag to compare

Bug

  • COOK-3659 - Directory owner is changed at improper level (var/run)