Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #140 from linc01n/4.2.0
Browse files Browse the repository at this point in the history
Prepare for 4.2.0 cookbook release
  • Loading branch information
linc01n committed Feb 14, 2016
2 parents ea25775 + 8039509 commit 38fc2bf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Change Log

## [4.1.0](https://github.com/bflad/chef-stash/tree/4.1.0)
## [4.2.0](https://github.com/bflad/chef-stash/tree/4.2.0) (2016-02-15)

[Full Changelog](https://github.com/bflad/chef-stash/compare/4.1.0...4.2.0)

**Implemented enhancements:**

- Update the template for DIY backup [\#138](https://github.com/bflad/chef-stash/pull/138) ([legal90](https://github.com/legal90))

**Closed issues:**

- Support for Stash DIY backup - maybe? [\#63](https://github.com/bflad/chef-stash/issues/63)
- Discussion: change default database to PostgreSQL? [\#49](https://github.com/bflad/chef-stash/issues/49)

**Merged pull requests:**

- Set database type when running mysql suite [\#139](https://github.com/bflad/chef-stash/pull/139) ([linc01n](https://github.com/linc01n))
- Redirect HTTP to HTTPS [\#137](https://github.com/bflad/chef-stash/pull/137) ([legal90](https://github.com/legal90))
- Disable https on the Tomcat side [\#136](https://github.com/bflad/chef-stash/pull/136) ([legal90](https://github.com/legal90))
- Add newer Bitbucket Server versions [\#135](https://github.com/bflad/chef-stash/pull/135) ([legal90](https://github.com/legal90))
- .kitchen.yml: Rename Vagrant boxes "chef" -\> "bento" [\#134](https://github.com/bflad/chef-stash/pull/134) ([legal90](https://github.com/legal90))

## [4.1.0](https://github.com/bflad/chef-stash/tree/4.1.0) (2016-01-20)
[Full Changelog](https://github.com/bflad/chef-stash/compare/4.0.1...4.1.0)

**Merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Atlassian Stash'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '4.1.0'
version '4.2.0'
recipe 'stash', 'Installs/Configures Atlassian Stash'
recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash'
recipe 'stash::backup_client', 'Installs/Configures Atlassian Stash Backup Client'
Expand Down

0 comments on commit 38fc2bf

Please sign in to comment.