Skip to content

Commit 1382097

Browse files
authored
Merge pull request #15 from StackStorm-Exchange/nzlosh-patch-1
Meta update for 0.6.2
2 parents 80530f2 + c5541db commit 1382097

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.6.2] 8 Jan 2018
4+
5+
### Added
6+
- Support for consul consistency mode.
7+
8+
### Changed
9+
- Fixed enable/disable for SSL certification verification.
10+
311
## [0.6.1] 27 Nov 2017
412

513
- Linting fixes

config.schema.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@
2626
type: "boolean"
2727
required: false
2828
default: false
29+
consistency:
30+
description: "The consistency mode to use by default for all reads that support the consistency option."
31+
type: "string"
32+
enum:
33+
- default
34+
- consistent
35+
- stale
36+
required: false
37+
default: "default"

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
ref: consul
33
name: consul
44
description: consul
5-
version: 0.6.1
5+
version: 0.6.2
66
author: jfryman
77

0 commit comments

Comments
 (0)