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

Commit 38fc2bf

Browse files
committed
Merge pull request #140 from linc01n/4.2.0
Prepare for 4.2.0 cookbook release
2 parents ea25775 + 8039509 commit 38fc2bf

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
# Change Log
22

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

5+
[Full Changelog](https://github.com/bflad/chef-stash/compare/4.1.0...4.2.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Update the template for DIY backup [\#138](https://github.com/bflad/chef-stash/pull/138) ([legal90](https://github.com/legal90))
10+
11+
**Closed issues:**
12+
13+
- Support for Stash DIY backup - maybe? [\#63](https://github.com/bflad/chef-stash/issues/63)
14+
- Discussion: change default database to PostgreSQL? [\#49](https://github.com/bflad/chef-stash/issues/49)
15+
16+
**Merged pull requests:**
17+
18+
- Set database type when running mysql suite [\#139](https://github.com/bflad/chef-stash/pull/139) ([linc01n](https://github.com/linc01n))
19+
- Redirect HTTP to HTTPS [\#137](https://github.com/bflad/chef-stash/pull/137) ([legal90](https://github.com/legal90))
20+
- Disable https on the Tomcat side [\#136](https://github.com/bflad/chef-stash/pull/136) ([legal90](https://github.com/legal90))
21+
- Add newer Bitbucket Server versions [\#135](https://github.com/bflad/chef-stash/pull/135) ([legal90](https://github.com/legal90))
22+
- .kitchen.yml: Rename Vagrant boxes "chef" -\> "bento" [\#134](https://github.com/bflad/chef-stash/pull/134) ([legal90](https://github.com/legal90))
23+
24+
## [4.1.0](https://github.com/bflad/chef-stash/tree/4.1.0) (2016-01-20)
525
[Full Changelog](https://github.com/bflad/chef-stash/compare/4.0.1...4.1.0)
626

727
**Merged pull requests:**

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures Atlassian Stash'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '4.1.0'
7+
version '4.2.0'
88
recipe 'stash', 'Installs/Configures Atlassian Stash'
99
recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash'
1010
recipe 'stash::backup_client', 'Installs/Configures Atlassian Stash Backup Client'

0 commit comments

Comments
 (0)