diff --git a/CHANGELOG.md b/CHANGELOG.md index ba38539..c30a880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,544 +1,507 @@ -## 4.0.0 +# Change Log -* Enhancement: [#49][]: Update default database to postgresql -* Enhancement: [#58][]: Update mysql dependency to ~> 6.0 -* Enhancement: [#61][]: Fix deprecation warning from Berkshelf -* Enhancement: [#98][]: Upgrade web.xml to latest version -* Enhancement: [#101][]: Add and default to Stash 3.10.2 -* Enhancement: [#102][]: Move pid to /var/run/stash/catalina.pid -* Enhancement: [#104][]: Removed redundant stash_test::apache2 integration tests -* Enhancement: [#105][]: Migrate to serverspec tests -* Enhancement: [#107][]: Add postgresql test suite -* Enhancement: [#112][]: Switch to using MySQL 5.5 by default -* Bugfix: [#113][]: Switch to using MySQL 5.5 by default -* Enhancement: [#114][]: Add and default to Stash 3.11.1 -* Bugfix: [#115][]: fix rubocop offenses from master -* Enhancement: [#116][]: Add Bitbucket Server 4.0 Support -* Bugfix: [#118][]: Create backup folder recusively -* Enhancement: [#119][]: Upgrade bitbucket to 4.0.2 -* Enhancement: [#121][]: Add recursive folder creation to DIY backup -* Enhancement: [#122][]: Upgrade bitbucket to 4.0.3 -* Enhancement: [#124][]: Upgrade bitbucket to 4.1.0 -* Bugfix: [#125][]: Fix hard-coded JAVA_HOME ENV -* Enhancement: [#127][]: Set home path to 3.x default when it exists +## [4.0.1](https://github.com/bflad/chef-stash/tree/4.0.1) (2016-01-01) -## 3.16.1 +[Full Changelog](https://github.com/bflad/chef-stash/compare/4.0.0...4.0.1) -* Bugfix: [#93][]: Set umask to 0027 for more secure file creation +**Merged pull requests:** -## 3.16.0 +- Prepare for 4.0.1 cookbook release [\#131](https://github.com/bflad/chef-stash/pull/131) ([linc01n](https://github.com/linc01n)) +- Add Bitbucket versions 4.2.0 [\#130](https://github.com/bflad/chef-stash/pull/130) ([linc01n](https://github.com/linc01n)) +- Update readme [\#129](https://github.com/bflad/chef-stash/pull/129) ([linc01n](https://github.com/linc01n)) -### 3.16.0 Major Changes +## [4.0.0](https://github.com/bflad/chef-stash/tree/4.0.0) (2015-12-06) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.16.1...4.0.0) -* In default recipe run `stash::configuration` before `stash::tomcat_configuration` -* For stash version 3.8+, move `server.xml` from `#{install_path}/config` to `#{home_path}/shared` -* Increase default `maximum_permgen` from `256m` to `384m` [#84][] +**Implemented enhancements:** -### 3.16.0 Minor Changes +- Move pid file to /var/run [\#100](https://github.com/bflad/chef-stash/issues/100) +- Need to upgrade the conf/web.xml for 3.10.0 [\#97](https://github.com/bflad/chef-stash/issues/97) +- Upgrade database/mysql/postgresql dependencies as necessary [\#58](https://github.com/bflad/chef-stash/issues/58) -* Enhancement: [#87][]: Add support of Stash versions 3.8.1, 3.9.1, 3.9.2, 3.10.0 -* Bugfix: [#89][]: Use proper setenv.sh format for v3.8+ -* Bugfix: [#90][]: Do a apt-get update before running package install for debian-based vagrant +**Fixed bugs:** +- Cannot install mysql-client 5.6 on Ubuntu 12.04 [\#111](https://github.com/bflad/chef-stash/issues/111) -## 3.15.0 +**Closed issues:** -* Enhancement: [#82][]: Default to Stash 3.8.0 and Stash Backup Client 1.8.2 +- make create directory recursive [\#117](https://github.com/bflad/chef-stash/issues/117) +- Need any new co-maintainers? [\#106](https://github.com/bflad/chef-stash/issues/106) +- Update test-kitchen tests [\#96](https://github.com/bflad/chef-stash/issues/96) -## 3.14.4 +**Merged pull requests:** -* Bugfix: [#79][]: Fix stash service in CentOS 7 +- 4.0 release [\#128](https://github.com/bflad/chef-stash/pull/128) ([linc01n](https://github.com/linc01n)) +- Set home path to 3.x default when it exists [\#127](https://github.com/bflad/chef-stash/pull/127) ([linc01n](https://github.com/linc01n)) +- Fix hard-coded JAVA\_HOME ENV [\#125](https://github.com/bflad/chef-stash/pull/125) ([linc01n](https://github.com/linc01n)) +- Upgrade bitbucket to 4.1.0 [\#124](https://github.com/bflad/chef-stash/pull/124) ([linc01n](https://github.com/linc01n)) +- Upgrade bitbucket to 4.0.3 [\#122](https://github.com/bflad/chef-stash/pull/122) ([linc01n](https://github.com/linc01n)) +- Add recursive folder creation to DIY backup [\#121](https://github.com/bflad/chef-stash/pull/121) ([linc01n](https://github.com/linc01n)) +- Upgrade bitbucket to 4.0.2 [\#119](https://github.com/bflad/chef-stash/pull/119) ([linc01n](https://github.com/linc01n)) +- Create backup folder recusively [\#118](https://github.com/bflad/chef-stash/pull/118) ([linc01n](https://github.com/linc01n)) +- Add Bitbucket Server 4.0 Support [\#116](https://github.com/bflad/chef-stash/pull/116) ([SuperTux88](https://github.com/SuperTux88)) +- fix rubocop offenses from master [\#115](https://github.com/bflad/chef-stash/pull/115) ([SuperTux88](https://github.com/SuperTux88)) +- bump stash to the latest version [\#114](https://github.com/bflad/chef-stash/pull/114) ([ramonskie](https://github.com/ramonskie)) +- Match Kitchen network config with Vagrantfile [\#113](https://github.com/bflad/chef-stash/pull/113) ([linc01n](https://github.com/linc01n)) +- Switch to using MySQL 5.5 by default [\#112](https://github.com/bflad/chef-stash/pull/112) ([patcon](https://github.com/patcon)) +- Add DIY backup and Move pid file [\#110](https://github.com/bflad/chef-stash/pull/110) ([linc01n](https://github.com/linc01n)) +- Add postgresql test suite [\#107](https://github.com/bflad/chef-stash/pull/107) ([patcon](https://github.com/patcon)) +- Migrate to serverspec tests [\#105](https://github.com/bflad/chef-stash/pull/105) ([patcon](https://github.com/patcon)) +- Remove apache2 test-kitchen suite [\#104](https://github.com/bflad/chef-stash/pull/104) ([patcon](https://github.com/patcon)) +- Update mysql cookbook \(6.x\) and database cookbook [\#103](https://github.com/bflad/chef-stash/pull/103) ([patcon](https://github.com/patcon)) +- Move pid to /var/run/stash/catalina.pid [\#102](https://github.com/bflad/chef-stash/pull/102) ([linc01n](https://github.com/linc01n)) +- Add and default to Stash 3.10.2 [\#101](https://github.com/bflad/chef-stash/pull/101) ([linc01n](https://github.com/linc01n)) +- Upgrade web.xml to latest version [\#98](https://github.com/bflad/chef-stash/pull/98) ([linc01n](https://github.com/linc01n)) -## 3.14.3 +## [3.16.1](https://github.com/bflad/chef-stash/tree/3.16.1) (2015-06-20) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.16.0...3.16.1) -* Enhancement: [#77][]: Default to Stash 3.7.1 -* Enhancement: [#75][]: Default to Stash Backup Client 1.7.0 +**Fixed bugs:** -## 3.14.2 +- umask warning when restarting \(in vagrant ubuntu1404\) [\#92](https://github.com/bflad/chef-stash/issues/92) -* Enhancement: [#73][]: Default to Stash 3.6.1 +**Merged pull requests:** -## 3.14.1 +- Prepare for 3.16.1 cookbook release [\#94](https://github.com/bflad/chef-stash/pull/94) ([linc01n](https://github.com/linc01n)) +- Set umask to 0027 for more secure file creation [\#93](https://github.com/bflad/chef-stash/pull/93) ([linc01n](https://github.com/linc01n)) -* Bugfix: [#69][]: Lock database dependency to = 2.3.1 +## [3.16.0](https://github.com/bflad/chef-stash/tree/3.16.0) (2015-06-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.15.0...3.16.0) -## 3.14.0 +**Fixed bugs:** -* Bugfix: [#55][]: Lock mysql dependency to ~> 5.0 -* Enhancement: [#46][]: Ability to set all property values instead of only the plugins +- Stash Crashes Due to java.lang.OutOfMemoryError PermGen Space Error [\#84](https://github.com/bflad/chef-stash/issues/84) -## 3.13.0 +**Closed issues:** -* Bugfix: [#43][]: Fix for "sh: 'rsync' no such file or directory" on RHEL-like systems (install rsync package in backup_client recipe) -* Bugfix: [#45][]: Fixed HTTP authentication (disables apache auth_basic) -* Enhancement: [#44][]: Settings attributes now correctly deep merge and override via data bags -* Enhancement: [#41][] / [#47][]: Default to Stash 3.6.0, Stash Backup Client 1.6.0 +- Vagrant failed for Ubuntu 1404 install [\#86](https://github.com/bflad/chef-stash/issues/86) -## 3.12.1 +**Merged pull requests:** -* Enhancement: Default to Stash 3.3.2 -* Enhancement: Default to Stash Backup Client 1.5.0 +- Prepare for 3.16.0 cookbook release [\#91](https://github.com/bflad/chef-stash/pull/91) ([linc01n](https://github.com/linc01n)) +- Do a apt-get update before running package install [\#90](https://github.com/bflad/chef-stash/pull/90) ([linc01n](https://github.com/linc01n)) +- Use proper setenv.sh format for v3.8+. [\#89](https://github.com/bflad/chef-stash/pull/89) ([patcon](https://github.com/patcon)) +- Fix minor rubocop style errors [\#88](https://github.com/bflad/chef-stash/pull/88) ([patcon](https://github.com/patcon)) +- Add support of Stash versions 3.8.1, 3.9.1, 3.9.2, 3.10.0 [\#87](https://github.com/bflad/chef-stash/pull/87) ([legal90](https://github.com/legal90)) -## 3.12.0 (busted tag) +## [3.15.0](https://github.com/bflad/chef-stash/tree/3.15.0) (2015-04-22) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.14.4...3.15.0) -* Enhancement: Default to Stash 3.3.1 -* Enhancement: [#39][]: git package for CentOS/RHEL 7 +**Merged pull requests:** -## 3.11.0 +- Prepare for 3.15.0 cookbook release [\#83](https://github.com/bflad/chef-stash/pull/83) ([linc01n](https://github.com/linc01n)) +- Upgrade stash to 3.8.0 and backup client to 1.8.2 [\#82](https://github.com/bflad/chef-stash/pull/82) ([linc01n](https://github.com/linc01n)) +- Speedup travis build [\#81](https://github.com/bflad/chef-stash/pull/81) ([linc01n](https://github.com/linc01n)) -* Enhancement: [#32][]: Support apache 2.4 access control syntax -* Enhancement: [#36][]: Add unset of basic auth header in web app config -* Enhancement: [#37][]: Default to Stash 3.3.0 (Tomcat 8) +## [3.14.4](https://github.com/bflad/chef-stash/tree/3.14.4) (2015-03-17) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.14.3...3.14.4) -## 3.10.1 +**Fixed bugs:** -* Enhancement: [#33][]: Default to Stash 3.1.1 +- service stash start|restart|stop|status not working on CentOS 7 [\#67](https://github.com/bflad/chef-stash/issues/67) -## 3.10.0 +**Merged pull requests:** -* Enhancement: Default to Stash 3.1.0 +- Prepare for 3.14.4 cookbook release [\#80](https://github.com/bflad/chef-stash/pull/80) ([linc01n](https://github.com/linc01n)) +- Fix \#67 [\#79](https://github.com/bflad/chef-stash/pull/79) ([linc01n](https://github.com/linc01n)) -## 3.9.1 +## [3.14.3](https://github.com/bflad/chef-stash/tree/3.14.3) (2015-03-13) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.14.2...3.14.3) -* Enhancement: Default to Stash 3.0.5 +**Merged pull requests:** -## 3.9.0 +- Prepare for 3.14.3 cookbook release [\#78](https://github.com/bflad/chef-stash/pull/78) ([linc01n](https://github.com/linc01n)) +- Upgrade Stash to 3.7.1 [\#77](https://github.com/bflad/chef-stash/pull/77) ([crivabene](https://github.com/crivabene)) +- Fix ubuntu version [\#76](https://github.com/bflad/chef-stash/pull/76) ([linc01n](https://github.com/linc01n)) +- Upgrade stash to 3.7.0 and backup client to 1.7.0 [\#75](https://github.com/bflad/chef-stash/pull/75) ([linc01n](https://github.com/linc01n)) -* Enhancement: Default to Stash 3.0.1 +## [3.14.2](https://github.com/bflad/chef-stash/tree/3.14.2) (2015-02-12) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.14.1...3.14.2) -## 3.8.3 +**Merged pull requests:** -* Enhancement: [#29][]: Default to Stash 2.12.3 +- Prepare 3.14.2 release [\#74](https://github.com/bflad/chef-stash/pull/74) ([linc01n](https://github.com/linc01n)) +- Update stash to 3.6.1 [\#73](https://github.com/bflad/chef-stash/pull/73) ([linc01n](https://github.com/linc01n)) -## 3.8.2 +## [3.14.1](https://github.com/bflad/chef-stash/tree/3.14.1) (2015-02-11) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.14.0...3.14.1) -* Enhancement: [#27][]: Default to Stash 2.12.2 +**Fixed bugs:** +'' +- Missing mysql-chef\_gem cookbook [\#69](https://github.com/bflad/chef-stash/issues/69) -## 3.8.1 +**Merged pull requests:** -* Enhancement: [#26][]: Default to Stash 2.12.1 and Stash Backup Client 1.2.1 +- Prepare for 3.14.1 cookbook release [\#72](https://github.com/bflad/chef-stash/pull/72) ([linc01n](https://github.com/linc01n)) +- Lock database cookbook to 2.3.1 [\#71](https://github.com/bflad/chef-stash/pull/71) ([linc01n](https://github.com/linc01n)) +- Fix rubocop offenses [\#70](https://github.com/bflad/chef-stash/pull/70) ([linc01n](https://github.com/linc01n)) +- Extend license year to 2015 [\#66](https://github.com/bflad/chef-stash/pull/66) ([linc01n](https://github.com/linc01n)) +- Add contributors [\#65](https://github.com/bflad/chef-stash/pull/65) ([linc01n](https://github.com/linc01n)) +- Bump dependencies in Gemfile [\#62](https://github.com/bflad/chef-stash/pull/62) ([bflad](https://github.com/bflad)) +- Fixed deprecation warning from Berkshelf [\#61](https://github.com/bflad/chef-stash/pull/61) ([legal90](https://github.com/legal90)) -## 3.8.0 +## [3.14.0](https://github.com/bflad/chef-stash/tree/3.14.0) (2015-01-24) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.13.0...3.14.0) -* Enhancement: Default to Stash 2.12.0 -* Enhancement: Default to Stash Backup Client 1.2.0 -* Enhancement: Skip backup client installation in default recipe by setting version to nil +**Fixed bugs:** -## 3.7.0 +- cookbook is broker because of no versionlock in metadata [\#55](https://github.com/bflad/chef-stash/issues/55) -* Enhancement: [#23][] Default Stash to 2.11.2 +**Merged pull requests:** -## 3.6.0 +- Prepare 3.14.0 release, begin documenting 4.0.0 changes [\#60](https://github.com/bflad/chef-stash/pull/60) ([bflad](https://github.com/bflad)) +- Split metadata supports/depends, lock mysql ~\> 5.0, fixes \#55 [\#59](https://github.com/bflad/chef-stash/pull/59) ([bflad](https://github.com/bflad)) +- Documentation surrounding properties versus now deprecated plugins [\#57](https://github.com/bflad/chef-stash/pull/57) ([bflad](https://github.com/bflad)) +- the ability to set all property values instead of only the plugins [\#46](https://github.com/bflad/chef-stash/pull/46) ([ramonskie](https://github.com/ramonskie)) -* Bugfix: [#16][] Remove start action from stash service (database locking issues on initial installation) -* Enhancement: Default to Stash 2.10.1 -* Enhancement: Default to Stash Backup Client 1.1.0 +## [3.13.0](https://github.com/bflad/chef-stash/tree/3.13.0) (2015-01-23) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.12.1...3.13.0) -## 3.5.0 +**Closed issues:** -* Default to Stash Backup Client 1.0.3 +- Support Stash 3.6.0 [\#47](https://github.com/bflad/chef-stash/issues/47) +- all http auth not working when using apache \(eg git clone\) [\#42](https://github.com/bflad/chef-stash/issues/42) +- 3.12.0 is not yet release to supermarket [\#40](https://github.com/bflad/chef-stash/issues/40) -## 3.4.0 +**Merged pull requests:** -* Default to Stash 2.9.4 +- Prepare for 3.13.0 cookbook release [\#54](https://github.com/bflad/chef-stash/pull/54) ([bflad](https://github.com/bflad)) +- Rubocop fixes and ignores [\#53](https://github.com/bflad/chef-stash/pull/53) ([bflad](https://github.com/bflad)) +- Default to Stash 3.6.0, Stash Backup Client 1.6.0, resolves \#47 [\#52](https://github.com/bflad/chef-stash/pull/52) ([bflad](https://github.com/bflad)) +- Convert Test Kitchen and Vagrant to Atlas boxes [\#51](https://github.com/bflad/chef-stash/pull/51) ([bflad](https://github.com/bflad)) +- Add Stash version default checksums for 3.1.7, 3.2.7, 3.3.3, 3.3.5, 3.4.1, 3.4.3, 3.4.5, 3.5.0, 3.5.1, and 3.6.0 [\#48](https://github.com/bflad/chef-stash/pull/48) ([bflad](https://github.com/bflad)) +- Fixed HTTP authentication [\#45](https://github.com/bflad/chef-stash/pull/45) ([legal90](https://github.com/legal90)) +- Fixes for the Stash library [\#44](https://github.com/bflad/chef-stash/pull/44) ([legal90](https://github.com/legal90)) +- Fix for "sh: 'rsync' no such file or directory" on RHEL-like systems [\#43](https://github.com/bflad/chef-stash/pull/43) ([legal90](https://github.com/legal90)) +- Upgrade Stash to 3.4.0 [\#41](https://github.com/bflad/chef-stash/pull/41) ([linc01n](https://github.com/linc01n)) -## 3.3.0 +## [3.12.1](https://github.com/bflad/chef-stash/tree/3.12.1) (2014-10-21) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.12.0...3.12.1) -* Default to Stash 2.9.2 +## [3.12.0](https://github.com/bflad/chef-stash/tree/3.12.0) (2014-10-21) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.11.0...3.12.0) -## 3.2.0 +**Merged pull requests:** -* Default to Stash 2.8.4 +- Default to Stash 3.3.1 and git package for CentOS/RHEL 7 [\#39](https://github.com/bflad/chef-stash/pull/39) ([bflad](https://github.com/bflad)) -## 3.1.2 +## [3.11.0](https://github.com/bflad/chef-stash/tree/3.11.0) (2014-10-06) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.10.1...3.11.0) -* Bugfix: [#19][] Add `node['database']['testInterval']` attribute (defaults to 2) to reduce remote idle connection disconnects +**Closed issues:** -## 3.1.1 +- stash 3.2 directories changed [\#35](https://github.com/bflad/chef-stash/issues/35) -* Stash database connection fix for localhost MySQL setup with bind_address set to 0.0.0.0 +**Merged pull requests:** -## 3.1.0 +- Upgrade to Stash 3.3.0 [\#37](https://github.com/bflad/chef-stash/pull/37) ([linc01n](https://github.com/linc01n)) +- Add unset of basic auth header in web app config [\#36](https://github.com/bflad/chef-stash/pull/36) ([ghost](https://github.com/ghost)) -* Default to Stash 2.8.2 -* Switch subscribes to string notation in service_init recipe +## [3.10.1](https://github.com/bflad/chef-stash/tree/3.10.1) (2014-07-10) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.10.0...3.10.1) -## 3.0.1 +**Merged pull requests:** -* Syntax adjustment to Hash diff helper method to support Ruby 1.8 +- updated stash to 3.1.1 [\#33](https://github.com/bflad/chef-stash/pull/33) ([ramonskie](https://github.com/ramonskie)) +- support apache 2.4 access control syntax [\#32](https://github.com/bflad/chef-stash/pull/32) ([andrewgoktepe](https://github.com/andrewgoktepe)) -## 3.0.0 +## [3.10.0](https://github.com/bflad/chef-stash/tree/3.10.0) (2014-06-26) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.9.1...3.10.0) -### 3.0.0 Major Changes +**Merged pull requests:** -#### Additions +- Update stash to 3.1.0 [\#31](https://github.com/bflad/chef-stash/pull/31) ([linc01n](https://github.com/linc01n)) -* Cookbook dependency: ark (handling downloads and extracting) -* Recipe: default (installs backup_client recipe -- use backup_client_cron if you'd like it automatically running via cron) -* Attribute: `node['stash']['install_type']` (possible future usage, defaults to standalone) -* Attribute: `node['stash']['service_type']` (possible future usage, defaults to init) +## [3.9.1](https://github.com/bflad/chef-stash/tree/3.9.1) (2014-06-24) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.9.0...3.9.1) -#### Removals +**Merged pull requests:** -* Recipe: upgrade (ark handles symlinks automatically and use Stash Backup Client for backups) -* Attribute `node['stash']['backup_home']` (use Stash Backup Client instead) -* Attribute `node['stash']['backup_install']` (use Stash Backup Client instead) -* Attribute `node['stash']['home_backup']` (use Stash Backup Client instead) -* Attribute `node['stash']['install_backup']` (use Stash Backup Client instead) +- Bump stash version [\#30](https://github.com/bflad/chef-stash/pull/30) ([linc01n](https://github.com/linc01n)) -#### Modifications +## [3.9.0](https://github.com/bflad/chef-stash/tree/3.9.0) (2014-05-21) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.8.3...3.9.0) -* apache2 recipe: no longer includes default recipe -* Attribute renamed: - * From: `node['stash']['run_user']` - * To: `node['stash']['user']` - * Reasoning: Consistency with other cookbooks -* Attribute default: `node['stash']['home_path']` - * From: /home/stash - * To: /var/atlassian/application-data/stash - * Reasoning: Match Atlassian recommendations - * See Migrating home_path and install_path section for manual steps to perform cookbook upgrade -* Attribute default: `node['stash']['home_path']` - * From: /opt/atlassian-stash - * To: /opt/atlassian (symlinks /opt/atlassian/stash-X.Y.Z to /opt/atlassian/stash) - * Reasoning: Match Atlassian recommendations - * See Migrating home_path and install_path section for manual steps to perform cookbook upgrade -* Attributes moved: - * From: apache2.rb - * To: default.rb -* default recipe: separate recipes - * configuration - * database - * linux_standalone - * service_init - * tomcat_configuration +## [3.8.3](https://github.com/bflad/chef-stash/tree/3.8.3) (2014-05-21) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.8.2...3.8.3) -#### Migrating home_path and install_path +**Merged pull requests:** -To switch to new defaults: - * Ensure Chef client won't run (service chef-client stop, etc.) - * service stash stop - * mkdir -p /var/atlassian/application-data - * usermod -d /var/atlassian/application-data/stash -m stash - * mkdir /opt/atlassian - * mv /opt/atlassian-stash /opt/atlassian/stash-X.Y.Z - * ln -s /opt/atlassian/stash-X.Y.Z /opt/atlassian/stash - * Start Chef client again (service chef-client start, etc.) +- Update stash to 2.12.3 [\#29](https://github.com/bflad/chef-stash/pull/29) ([linc01n](https://github.com/linc01n)) -### 3.0.0 Minor Changes +## [3.8.2](https://github.com/bflad/chef-stash/tree/3.8.2) (2014-05-07) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.8.1...3.8.2) -* Update COMPATIBILITY.md to easier to read format and migrate checksums to default attributes -* Added vagrant-cachier to Vagrantfile -* Added ubuntu1210 and ubuntu1304 to Test Kitchen and Vagrantfile -* Added TESTING.md for documentation about Test Kitchen -* Added Guardfile -* Added .rubocop.yml -* Bump Gemfile.ci to Chef 11.6.0 -* Move all licensing statements to LICENSE +**Merged pull requests:** -## 2.21.0 +- Update stash to 2.12.2 [\#27](https://github.com/bflad/chef-stash/pull/27) ([linc01n](https://github.com/linc01n)) -* Add plugin attributes/databag items for insertion into stash-config.properties +## [3.8.1](https://github.com/bflad/chef-stash/tree/3.8.1) (2014-04-22) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.8.0...3.8.1) -## 2.20.0 +**Merged pull requests:** -* Default to Stash 2.8.1 -* Default to Stash Backup Client 1.0.0 (with new download URL) +- Update stash to 2.12.1 and backup to 1.2.1 [\#26](https://github.com/bflad/chef-stash/pull/26) ([linc01n](https://github.com/linc01n)) -## 2.19.0 +## [3.8.0](https://github.com/bflad/chef-stash/tree/3.8.0) (2014-03-26) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.7.0...3.8.0) -* Add backup_client and backup_client_cron recipes for installing/configuring [Atlassian Stash Backup Client](https://marketplace.atlassian.com/plugins/com.atlassian.stash.backup.client) -* Add [cron cookbook](https://github.com/opscode-cookbooks/cron) dependency +**Merged pull requests:** -## 2.18.0 +- updated to version 2.11.4 [\#25](https://github.com/bflad/chef-stash/pull/25) ([ramonskie](https://github.com/ramonskie)) -* Bump default Stash version to 2.7.0 +## [3.7.0](https://github.com/bflad/chef-stash/tree/3.7.0) (2014-02-28) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.6.0...3.7.0) -## 2.17.0 +**Closed issues:** -* Initial HSQLDB support (not recommended for production) - * Only need to set "hsqldb" for `node['stash']['database']['type']` and select internal database on setup +- first-time setup with database does not work [\#16](https://github.com/bflad/chef-stash/issues/16) -## 2.16.0 +**Merged pull requests:** -* Bump default Stash version to 2.6.3 +- Default Stash to 2.11.2 [\#23](https://github.com/bflad/chef-stash/pull/23) ([linc01n](https://github.com/linc01n)) -## 2.15.0 +## [3.6.0](https://github.com/bflad/chef-stash/tree/3.6.0) (2014-01-03) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.5.0...3.6.0) -* Bump default Stash version to 2.6.0 +**Merged pull requests:** -## 2.14.0 +- removed the start action [\#21](https://github.com/bflad/chef-stash/pull/21) ([ramonskie](https://github.com/ramonskie)) -* Bump default Stash version to 2.5.0 +## [3.5.0](https://github.com/bflad/chef-stash/tree/3.5.0) (2013-12-08) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.4.0...3.5.0) -## 2.13.0 +## [3.4.0](https://github.com/bflad/chef-stash/tree/3.4.0) (2013-12-08) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.3.0...3.4.0) -* Bump default Stash version to 2.4.2 +**Merged pull requests:** -## 2.12.0 +- Updates for Stash 2.9.4 [\#20](https://github.com/bflad/chef-stash/pull/20) ([xeon22](https://github.com/xeon22)) -* Bump default Stash version to 2.4.1 +## [3.3.0](https://github.com/bflad/chef-stash/tree/3.3.0) (2013-11-24) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.2.0...3.3.0) -## 2.11.0 +## [3.2.0](https://github.com/bflad/chef-stash/tree/3.2.0) (2013-11-18) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.1.2...3.2.0) -* Add default sqlserver port to settings library -* Tested support for Microsoft SQL Server +## [3.1.2](https://github.com/bflad/chef-stash/tree/3.1.2) (2013-11-18) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.1.1...3.1.2) -## 2.10.1 +**Closed issues:** -* Add LWRP update notifications +- Random hibernate exceptions giving me the 500 page [\#19](https://github.com/bflad/chef-stash/issues/19) +- stash.tar.gz unzip fails [\#17](https://github.com/bflad/chef-stash/issues/17) +- Cannot find a resource matching java\_ark\[jdk\] [\#15](https://github.com/bflad/chef-stash/issues/15) -## 2.10.0 +## [3.1.1](https://github.com/bflad/chef-stash/tree/3.1.1) (2013-11-04) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.1.0...3.1.1) -* Add `hook` LWRP for interfacing with Stash hooks -* Add `repo` LWRP for interfacing with Stash repositories +**Closed issues:** -## 2.9.0 +- Apache2 Gets Installed Regardless [\#14](https://github.com/bflad/chef-stash/issues/14) +- Hash diff function broken [\#13](https://github.com/bflad/chef-stash/issues/13) -* Bump default Stash version to 2.4.0 -* Fix run_user attribute ordering +## [3.1.0](https://github.com/bflad/chef-stash/tree/3.1.0) (2013-11-03) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.0.1...3.1.0) -## 2.8.0 +## [3.0.1](https://github.com/bflad/chef-stash/tree/3.0.1) (2013-10-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/3.0.0...3.0.1) -* Checksum attribute auto-detection -* Added url_base attribute +## [3.0.0](https://github.com/bflad/chef-stash/tree/3.0.0) (2013-10-12) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.21.0...3.0.0) -## 2.7.0 +**Closed issues:** -* Untested support for Microsoft SQL server +- isn't it better to use ark for downloading stash? [\#9](https://github.com/bflad/chef-stash/issues/9) -## 2.6.1 +## [2.21.0](https://github.com/bflad/chef-stash/tree/2.21.0) (2013-10-08) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.20.0...2.21.0) -* Bump default Stash to 2.3.1 +**Merged pull requests:** -## 2.6.0 +- - Added extra settings for plugin in the stash-config.properties file [\#12](https://github.com/bflad/chef-stash/pull/12) ([xeon22](https://github.com/xeon22)) -* Default to installing Stash 2.3.0 -* Updated Vagrant box URLs to Chef 11.2.0 since tested and works +## [2.20.0](https://github.com/bflad/chef-stash/tree/2.20.0) (2013-10-04) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.19.0...2.20.0) -## 2.5.0 +**Merged pull requests:** -* Default to installing Stash 2.2.0 -* Use new `node['stash']['home_path']/lib` directory support for persistent MySQL Connector/J library -* Set `node['build_essential']['compiletime'] = true` to ensure build tools are ready -* Oracle JDK 7 for Vagrant testing +- - Added versions and checksums for latest versions [\#11](https://github.com/bflad/chef-stash/pull/11) ([xeon22](https://github.com/xeon22)) -## 2.4.0 +## [2.19.0](https://github.com/bflad/chef-stash/tree/2.19.0) (2013-08-21) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.18.0...2.19.0) -* Added Perl dependency (required for Stash 2.X) -* Ubuntu 12.04 support -* Better handling of apache2 listen_ports in apache2 recipe +## [2.18.0](https://github.com/bflad/chef-stash/tree/2.18.0) (2013-08-21) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.17.0...2.18.0) -## 2.3.1 +## [2.17.0](https://github.com/bflad/chef-stash/tree/2.17.0) (2013-08-12) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.16.0...2.17.0) -* Chef 11 fixes for apache2 recipe +## [2.16.0](https://github.com/bflad/chef-stash/tree/2.16.0) (2013-08-08) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.15.0...2.16.0) -## 2.3.0 +## [2.15.0](https://github.com/bflad/chef-stash/tree/2.15.0) (2013-07-24) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.14.0...2.15.0) -* Stash 2.x support -* Bumped default Stash installation to 2.1.1 +## [2.14.0](https://github.com/bflad/chef-stash/tree/2.14.0) (2013-06-18) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.13.0...2.14.0) -## 2.2.0 +## [2.13.0](https://github.com/bflad/chef-stash/tree/2.13.0) (2013-05-30) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.12.0...2.13.0) -* Added Chef Solo support by refactoring settings into library function -* Refactored localhost database handling in default recipe -* Additional `node['stash']['database']` and `node['stash']['tomcat']` attributes from settings refactoring +## [2.12.0](https://github.com/bflad/chef-stash/tree/2.12.0) (2013-05-10) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.11.0...2.12.0) -## 2.1.8 ## +## [2.11.0](https://github.com/bflad/chef-stash/tree/2.11.0) (2013-05-07) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.10.1...2.11.0) -* Use generic database_user with provider for last MySQL fix +**Closed issues:** -## 2.1.7 ## +- Add LWRP for stash hooks and repositories [\#4](https://github.com/bflad/chef-stash/issues/4) -* On MySQL, drop anonymous localhost user due to MySQL issue +## [2.10.1](https://github.com/bflad/chef-stash/tree/2.10.1) (2013-05-06) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.10.0...2.10.1) -## 2.1.6 ## +## [2.10.0](https://github.com/bflad/chef-stash/tree/2.10.0) (2013-05-06) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.9.0...2.10.0) -* Made stash_deploy LWRP only updated if underlying Git resource was updated +**Merged pull requests:** -## 2.1.5 ## +- Resolves Issue \#4 [\#5](https://github.com/bflad/chef-stash/pull/5) ([moserke](https://github.com/moserke)) -* Removed SSH URI default attribute to prevent caching issues with SSH hostname +## [2.9.0](https://github.com/bflad/chef-stash/tree/2.9.0) (2013-05-06) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.8.0...2.9.0) -## 2.1.4 ## +## [2.8.0](https://github.com/bflad/chef-stash/tree/2.8.0) (2013-04-22) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.7.0...2.8.0) -* Corrected ssh_wrapper.sh template +## [2.7.0](https://github.com/bflad/chef-stash/tree/2.7.0) (2013-04-20) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.6.1...2.7.0) -## 2.1.3 ## +## [2.6.1](https://github.com/bflad/chef-stash/tree/2.6.1) (2013-04-08) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.6.0...2.6.1) -* deploy LWRP s/owner/user/g for Git resource +## [2.6.0](https://github.com/bflad/chef-stash/tree/2.6.0) (2013-03-28) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.5.0...2.6.0) -## 2.1.2 ## +## [2.5.0](https://github.com/bflad/chef-stash/tree/2.5.0) (2013-03-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.4.0...2.5.0) -* deploy LWRP fixed action attribute to deploy_action so it can be passed through +## [2.4.0](https://github.com/bflad/chef-stash/tree/2.4.0) (2013-02-08) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.3.1...2.4.0) -## 2.1.1 ## +## [2.3.1](https://github.com/bflad/chef-stash/tree/2.3.1) (2013-02-07) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.3.0...2.3.1) -* Set deploy_key cookbook for ssh_wrapper.sh template to stash +## [2.3.0](https://github.com/bflad/chef-stash/tree/2.3.0) (2013-02-07) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.1.8...2.3.0) -## 2.1.0 ## +## [2.1.8](https://github.com/bflad/chef-stash/tree/2.1.8) (2013-01-16) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.1.7...2.1.8) -* Added `stash_deploy` and `stash_deploy_key` LWRPs -* Added SSH attributes +## [2.1.7](https://github.com/bflad/chef-stash/tree/2.1.7) (2013-01-16) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.1.6...2.1.7) -## 2.0.2 +## [2.1.6](https://github.com/bflad/chef-stash/tree/2.1.6) (2012-12-23) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.1.5...2.1.6) -* Fixed location of stash-config.properties +## [2.1.5](https://github.com/bflad/chef-stash/tree/2.1.5) (2012-12-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.1.4...2.1.5) -## 2.0.1 +## [2.1.4](https://github.com/bflad/chef-stash/tree/2.1.4) (2012-12-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.1.3...2.1.4) -* Renamed service in upgrade recipe to prevent resource caching issues -* Fixed service notifications in default recipe -* Subscribed stash service to java_ark[jdk] updates +## [2.1.3](https://github.com/bflad/chef-stash/tree/2.1.3) (2012-12-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.1.2...2.1.3) -## 2.0.0 +## [2.1.2](https://github.com/bflad/chef-stash/tree/2.1.2) (2012-12-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.1.1...2.1.2) -* Uses mysql_connector cookbook for handling MySQL Connector/J installation -* stash::upgrade recipe now just calls stash::default rather than duplicating - code -* Includes git::source recipe on "rhel" platform_family since Git package - version is not new enough -* Refactored to use apache2 cookbook web_app +## [2.1.1](https://github.com/bflad/chef-stash/tree/2.1.1) (2012-12-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.1.0...2.1.1) -## 1.0.3 +## [2.1.0](https://github.com/bflad/chef-stash/tree/2.1.0) (2012-12-18) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.0.2...2.1.0) -* Fixes broken apache VirtualHost minitest +## [2.0.2](https://github.com/bflad/chef-stash/tree/2.0.2) (2012-11-16) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.0.1...2.0.2) -## 1.0.2 +## [2.0.1](https://github.com/bflad/chef-stash/tree/2.0.1) (2012-11-06) +[Full Changelog](https://github.com/bflad/chef-stash/compare/2.0.0...2.0.1) -* Includes initial minitests +## [2.0.0](https://github.com/bflad/chef-stash/tree/2.0.0) (2012-11-05) +[Full Changelog](https://github.com/bflad/chef-stash/compare/1.0.3...2.0.0) -## 1.0.1 +**Closed issues:** -* Fixes installation existance check from change in Stash 1.3 +- Add Minitests [\#1](https://github.com/bflad/chef-stash/issues/1) -## 1.0.0 +## [1.0.3](https://github.com/bflad/chef-stash/tree/1.0.3) (2012-11-02) +[Full Changelog](https://github.com/bflad/chef-stash/compare/1.0.2...1.0.3) -* Ready for production, supports Stash 1.3 -* Fixed upgrade recipe template names -* Documentation updated for actual functionality +## [1.0.2](https://github.com/bflad/chef-stash/tree/1.0.2) (2012-11-02) +[Full Changelog](https://github.com/bflad/chef-stash/compare/1.0.1...1.0.2) -## 0.2.16 +## [1.0.1](https://github.com/bflad/chef-stash/tree/1.0.1) (2012-10-26) +[Full Changelog](https://github.com/bflad/chef-stash/compare/1.0.0...1.0.1) -* Renamed upgrade template blocks to prevent caching issues +## [1.0.0](https://github.com/bflad/chef-stash/tree/1.0.0) (2012-10-11) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.16...1.0.0) -## 0.2.15 +**Closed issues:** -* Fixed loading all encrypted databag objects for upgrade recipe +- Upgrade recipe does not extract over installation [\#3](https://github.com/bflad/chef-stash/issues/3) -## 0.2.14 +## [0.2.16](https://github.com/bflad/chef-stash/tree/0.2.16) (2012-09-24) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.15...0.2.16) -* Added templates to upgrade recipe +## [0.2.15](https://github.com/bflad/chef-stash/tree/0.2.15) (2012-09-24) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.14...0.2.15) -## 0.2.13 +## [0.2.14](https://github.com/bflad/chef-stash/tree/0.2.14) (2012-09-24) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.13...0.2.14) -* Renamed upgrade recipe execute block description to prevent caching issue +## [0.2.13](https://github.com/bflad/chef-stash/tree/0.2.13) (2012-09-24) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.12...0.2.13) -## 0.2.12 +**Closed issues:** -* FC001: Use strings in preference to symbols to access node attributes +- TravisCI Integration [\#2](https://github.com/bflad/chef-stash/issues/2) -## 0.2.11 +## [0.2.12](https://github.com/bflad/chef-stash/tree/0.2.12) (2012-09-21) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.11...0.2.12) -* Removing install directory before copying new Stash version directory +## [0.2.11](https://github.com/bflad/chef-stash/tree/0.2.11) (2012-09-20) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.10...0.2.11) -## 0.2.10 +## [0.2.10](https://github.com/bflad/chef-stash/tree/0.2.10) (2012-09-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.9...0.2.10) -* Fixed home directory backup -* Forcing overwrite with mv -f for new Stash version directory +## [0.2.9](https://github.com/bflad/chef-stash/tree/0.2.9) (2012-09-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.8...0.2.9) -## 0.2.9 +## [0.2.8](https://github.com/bflad/chef-stash/tree/0.2.8) (2012-09-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.7...0.2.8) -* Added encrypted data bag retrieval for stash::upgrade +## [0.2.7](https://github.com/bflad/chef-stash/tree/0.2.7) (2012-09-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.6...0.2.7) -## 0.2.8 +## [0.2.6](https://github.com/bflad/chef-stash/tree/0.2.6) (2012-09-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.5...0.2.6) -* Bump default Stash version to 1.2.3 +## [0.2.5](https://github.com/bflad/chef-stash/tree/0.2.5) (2012-09-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.4...0.2.5) -## 0.2.7 +## [0.2.4](https://github.com/bflad/chef-stash/tree/0.2.4) (2012-09-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.3...0.2.4) -* Fixing localhost MySQL host since mysql::server doesn't appear to work with - localhost and MySQL Connector/J +## [0.2.3](https://github.com/bflad/chef-stash/tree/0.2.3) (2012-09-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.2...0.2.3) -## 0.2.6 +## [0.2.2](https://github.com/bflad/chef-stash/tree/0.2.2) (2012-09-19) +[Full Changelog](https://github.com/bflad/chef-stash/compare/0.2.1...0.2.2) -* Added host parameter for mysql database user grant to fix bind-address issue +## [0.2.1](https://github.com/bflad/chef-stash/tree/0.2.1) (2012-09-19) -## 0.2.5 -* Refactored and fixed database and database user provider handling - -## 0.2.4 - -* Misspelled MySQL collation for localhost database creation - -## 0.2.3 - -* Fix for Integer default port for database cookbook - -## 0.2.2 - -* Community cookbooks now including specific recipes for database resource usage - -## 0.2.1 - -* Fix for localhost database_connection merging - -## 0.2.0 - -* Initial upgrade recipe - -## 0.1.0 - -* Initial beta release with default and Apache recipes. - -[#16]: https://github.com/bflad/chef-stash/issues/16 -[#19]: https://github.com/bflad/chef-stash/issues/19 -[#23]: https://github.com/bflad/chef-stash/issues/23 -[#26]: https://github.com/bflad/chef-stash/issues/26 -[#27]: https://github.com/bflad/chef-stash/issues/27 -[#29]: https://github.com/bflad/chef-stash/issues/29 -[#32]: https://github.com/bflad/chef-stash/issues/32 -[#33]: https://github.com/bflad/chef-stash/issues/33 -[#36]: https://github.com/bflad/chef-stash/issues/36 -[#37]: https://github.com/bflad/chef-stash/issues/37 -[#39]: https://github.com/bflad/chef-stash/issues/39 -[#41]: https://github.com/bflad/chef-stash/issues/41 -[#43]: https://github.com/bflad/chef-stash/issues/43 -[#44]: https://github.com/bflad/chef-stash/issues/44 -[#45]: https://github.com/bflad/chef-stash/issues/45 -[#46]: https://github.com/bflad/chef-stash/issues/46 -[#47]: https://github.com/bflad/chef-stash/issues/47 -[#49]: https://github.com/bflad/chef-stash/issues/49 -[#55]: https://github.com/bflad/chef-stash/issues/55 -[#58]: https://github.com/bflad/chef-stash/issues/58 -[#61]: https://github.com/bflad/chef-stash/issues/61 -[#69]: https://github.com/bflad/chef-stash/issues/69 -[#73]: https://github.com/bflad/chef-stash/issues/73 -[#75]: https://github.com/bflad/chef-stash/issues/75 -[#77]: https://github.com/bflad/chef-stash/issues/77 -[#79]: https://github.com/bflad/chef-stash/issues/79 -[#82]: https://github.com/bflad/chef-stash/issues/82 -[#84]: https://github.com/bflad/chef-stash/issues/84 -[#87]: https://github.com/bflad/chef-stash/issues/87 -[#89]: https://github.com/bflad/chef-stash/issues/89 -[#90]: https://github.com/bflad/chef-stash/issues/90 -[#93]: https://github.com/bflad/chef-stash/issues/93 -[#98]: https://github.com/bflad/chef-stash/issues/98 -[#101]: https://github.com/bflad/chef-stash/issues/101 -[#102]: https://github.com/bflad/chef-stash/issues/102 -[#104]: https://github.com/bflad/chef-stash/issues/104 -[#105]: https://github.com/bflad/chef-stash/issues/105 -[#107]: https://github.com/bflad/chef-stash/issues/107 -[#112]: https://github.com/bflad/chef-stash/issues/112 -[#113]: https://github.com/bflad/chef-stash/issues/113 -[#114]: https://github.com/bflad/chef-stash/issues/114 -[#115]: https://github.com/bflad/chef-stash/issues/115 -[#116]: https://github.com/bflad/chef-stash/issues/116 -[#118]: https://github.com/bflad/chef-stash/issues/118 -[#119]: https://github.com/bflad/chef-stash/issues/119 -[#121]: https://github.com/bflad/chef-stash/issues/121 -[#122]: https://github.com/bflad/chef-stash/issues/122 -[#124]: https://github.com/bflad/chef-stash/issues/124 -[#125]: https://github.com/bflad/chef-stash/issues/125 -[#127]: https://github.com/bflad/chef-stash/issues/127 +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*