3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://supermarket.chef.io'
2
- cookbook 'chef-vault' , git : 'https://github.com/johnbellone /chef-vault-cookbook '
2
+ cookbook 'chef-vault' , git : 'https://github.com/chef-cookbooks /chef-vault'
3
3
metadata
4
4
5
5
group :test do
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.3.1]
8
+ ### Bug Fixes
9
+ - Fixes constraints on cookbooks for builds.
10
+ - Modifies chef-vault cookbook entry to use upstream.
11
+
7
12
## [ 1.3.0]
8
13
### Enhancements
9
14
- Travis builds now use new container infrastructure.
@@ -20,7 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
20
25
- #222: Fixes syntax for Consul watch resource configuration. [@wk8](https://github.com/wk8)
21
26
- #223: Skips SELinux recipe on non-Linux platforms. [@kamaradclimber](https://github.com/kamaradclimber)
22
27
- #227: Fixes definition resource to be able to override name. [@tomzo](https://github.com/tomzo)
23
-
28
+ `
24
29
## [ 0.10.0]
25
30
### Enhancements
26
31
- Node attribute for specifying Consul log file. [@darron](https://github.com/darron)
@@ -83,7 +88,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
83
88
### Bug Fixes
84
89
- Reloading the Consul service when using runit init style.
85
90
86
- [ Unreleased ] : https://github.com/johnbellone/consul-cookbook/compare/v1.3.0...HEAD
91
+ [ Unreleased ] : https://github.com/johnbellone/consul-cookbook/compare/v1.3.2...HEAD
92
+ [ 1.3.1 ] : https://github.com/johnbellone/consul-cookbook/compare/v1.3.1...HEAD
87
93
[ 1.3.0 ] : https://github.com/johnbellone/consul-cookbook/compare/v1.3.0...HEAD
88
94
[ 0.10.0 ] : https://github.com/johnbellone/consul-cookbook/compare/v0.10.0...HEAD
89
95
[ 0.9.1 ] : https://github.com/johnbellone/consul-cookbook/compare/v0.9.1...HEAD
Original file line number Diff line number Diff line change 4
4
license 'Apache 2.0'
5
5
description 'Application cookbook which installs and configures Consul.'
6
6
long_description 'Application cookbook which installs and configures Consul.'
7
- version '1.3.0 '
7
+ version '1.3.1 '
8
8
9
9
recipe 'consul::default' , 'Installs, configures and starts the Consul service.'
10
10
14
14
supports 'arch'
15
15
supports 'windows'
16
16
17
- depends 'chef-vault'
17
+ depends 'chef-vault' , '~> 1.3'
18
18
depends 'chocolatey'
19
19
depends 'golang'
20
- depends 'firewall' , '~> 2.0.3 '
20
+ depends 'firewall' , '~> 2.0'
21
21
depends 'libartifact' , '~> 1.3'
22
22
depends 'poise' , '~> 2.2'
23
23
depends 'poise-service' , '~> 1.0'
24
24
depends 'selinux' , '~> 0.9'
25
+
26
+ source_url 'https://github.com/johnbellone/consul-cookbook' if respond_to? ( :source_url )
27
+ issues_url 'https://github.com/johnbellone/consul-cookbook/issues' if respond_to? ( :issues_url )
0 commit comments