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

Commit 5cdcdae

Browse files
committed
Merge pull request #147 from linc01n/4.3.0
Prepare for 4.3.0 cookbook release
2 parents de919fc + 65c4be1 commit 5cdcdae

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
[Full Changelog](https://github.com/bflad/chef-stash/compare/4.2.0...4.3.0)
6+
7+
**Fixed bugs:**
8+
9+
- Cannot use bitbucket backup client as the config namespace is wrong [\#143](https://github.com/bflad/chef-stash/issues/143)
10+
11+
**Merged pull requests:**
12+
13+
- Update bitbucket to 4.4.1 and backup client to 3.0.0 [\#146](https://github.com/bflad/chef-stash/pull/146) ([linc01n](https://github.com/linc01n))
14+
- Go to the directory contains backup.properties [\#145](https://github.com/bflad/chef-stash/pull/145) ([linc01n](https://github.com/linc01n))
15+
- Rename properties for bitbucket backup client [\#144](https://github.com/bflad/chef-stash/pull/144) ([linc01n](https://github.com/linc01n))
16+
17+
## [4.2.0](https://github.com/bflad/chef-stash/tree/4.2.0) (2016-02-14)
518
[Full Changelog](https://github.com/bflad/chef-stash/compare/4.1.0...4.2.0)
619

720
**Implemented enhancements:**
@@ -15,6 +28,7 @@
1528

1629
**Merged pull requests:**
1730

31+
- Prepare for 4.2.0 cookbook release [\#140](https://github.com/bflad/chef-stash/pull/140) ([linc01n](https://github.com/linc01n))
1832
- Set database type when running mysql suite [\#139](https://github.com/bflad/chef-stash/pull/139) ([linc01n](https://github.com/linc01n))
1933
- Redirect HTTP to HTTPS [\#137](https://github.com/bflad/chef-stash/pull/137) ([legal90](https://github.com/legal90))
2034
- Disable https on the Tomcat side [\#136](https://github.com/bflad/chef-stash/pull/136) ([legal90](https://github.com/legal90))

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.2.0'
7+
version '4.3.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)