itamae-plugin-recipe-consul 0.1.2 → 0.1.3.beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -3
- data/README.md +7 -0
- data/lib/itamae/plugin/recipe/consul/service/action.rb +3 -0
- data/lib/itamae/plugin/recipe/consul/service/centos.rb +1 -3
- data/lib/itamae/plugin/recipe/consul/service/debian.rb +1 -3
- data/lib/itamae/plugin/recipe/consul/setup.rb +3 -0
- data/lib/itamae/plugin/recipe/consul/version.rb +1 -1
- data/recipes/node.yml +3 -0
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b44d7a47dc95c38c07c81d882a8f3fc82f34fb5
|
4
|
+
data.tar.gz: 78982cebc8d13d89f8d8323efdde76e2962b5db1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98d7bf0b7c2a4f3ae9a174806dfbbd77bbd8e2463d10e7ef2eec7bd74a5b4bb7e3d91636f0330d44a2d6057456463da5255fe029fd2398395e5a25c491889bbc
|
7
|
+
data.tar.gz: d08ad421785210b9bbafb2c424de49eb3f6d751b339cd7e21dc8b83fb9ee6b2e0d1d4299e5110fb3684f31728911bd8c9996915ece70a104c27c0930b4f6a0b7
|
data/CHANGELOG.md
CHANGED
@@ -1,24 +1,38 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## [v0.1.2](https://github.com/sue445/itamae-plugin-recipe-consul/tree/v0.1.2) (2016-05-19)
|
4
|
+
[Full Changelog](https://github.com/sue445/itamae-plugin-recipe-consul/compare/v0.1.1...v0.1.2)
|
5
|
+
|
6
|
+
**Implemented enhancements:**
|
7
|
+
|
8
|
+
- Restart consul when environment file is updated [\#12](https://github.com/sue445/itamae-plugin-recipe-consul/pull/12) ([sue445](https://github.com/sue445))
|
9
|
+
|
10
|
+
**Merged pull requests:**
|
11
|
+
|
12
|
+
- Refactor: Remove unused resource [\#11](https://github.com/sue445/itamae-plugin-recipe-consul/pull/11) ([sue445](https://github.com/sue445))
|
13
|
+
|
3
14
|
## [v0.1.1](https://github.com/sue445/itamae-plugin-recipe-consul/tree/v0.1.1) (2016-05-19)
|
4
15
|
[Full Changelog](https://github.com/sue445/itamae-plugin-recipe-consul/compare/v0.1.0...v0.1.1)
|
5
16
|
|
17
|
+
**Implemented enhancements:**
|
18
|
+
|
19
|
+
- Remove needless systemctl daemon-reload [\#9](https://github.com/sue445/itamae-plugin-recipe-consul/pull/9) ([sue445](https://github.com/sue445))
|
20
|
+
|
6
21
|
**Merged pull requests:**
|
7
22
|
|
8
23
|
- Refactor: Use absolute path instead of relative path [\#10](https://github.com/sue445/itamae-plugin-recipe-consul/pull/10) ([sue445](https://github.com/sue445))
|
9
|
-
- Remove needless systemctl daemon-reload [\#9](https://github.com/sue445/itamae-plugin-recipe-consul/pull/9) ([sue445](https://github.com/sue445))
|
10
24
|
|
11
25
|
## [v0.1.0](https://github.com/sue445/itamae-plugin-recipe-consul/tree/v0.1.0) (2016-05-18)
|
12
26
|
[Full Changelog](https://github.com/sue445/itamae-plugin-recipe-consul/compare/v0.1.0.beta3...v0.1.0)
|
13
27
|
|
14
|
-
**
|
28
|
+
**Implemented enhancements:**
|
15
29
|
|
16
30
|
- Add platform to node [\#8](https://github.com/sue445/itamae-plugin-recipe-consul/pull/8) ([sue445](https://github.com/sue445))
|
17
31
|
|
18
32
|
## [v0.1.0.beta3](https://github.com/sue445/itamae-plugin-recipe-consul/tree/v0.1.0.beta3) (2016-05-09)
|
19
33
|
[Full Changelog](https://github.com/sue445/itamae-plugin-recipe-consul/compare/v0.1.0.beta2...v0.1.0.beta3)
|
20
34
|
|
21
|
-
**
|
35
|
+
**Implemented enhancements:**
|
22
36
|
|
23
37
|
- Set mode 644 to file [\#7](https://github.com/sue445/itamae-plugin-recipe-consul/pull/7) ([sue445](https://github.com/sue445))
|
24
38
|
|
data/README.md
CHANGED
data/recipes/node.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae-plugin-recipe-consul
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3.beta1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: itamae
|
@@ -104,6 +104,7 @@ files:
|
|
104
104
|
- lib/itamae/plugin/recipe/consul/default.rb
|
105
105
|
- lib/itamae/plugin/recipe/consul/install.rb
|
106
106
|
- lib/itamae/plugin/recipe/consul/service.rb
|
107
|
+
- lib/itamae/plugin/recipe/consul/service/action.rb
|
107
108
|
- lib/itamae/plugin/recipe/consul/service/centos.rb
|
108
109
|
- lib/itamae/plugin/recipe/consul/service/debian.rb
|
109
110
|
- lib/itamae/plugin/recipe/consul/service/definitions.rb
|
@@ -129,9 +130,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
129
130
|
version: '0'
|
130
131
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
131
132
|
requirements:
|
132
|
-
- - "
|
133
|
+
- - ">"
|
133
134
|
- !ruby/object:Gem::Version
|
134
|
-
version:
|
135
|
+
version: 1.3.1
|
135
136
|
requirements: []
|
136
137
|
rubyforge_project:
|
137
138
|
rubygems_version: 2.5.1
|