Skip to content

Commit 9aa41c7

Browse files
authored
Merge pull request #142 from brianshumate/devel
Consul v1.0.3
2 parents 316f099 + b0e00f8 commit 9aa41c7

File tree

7 files changed

+16
-9
lines changed

7 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,3 +783,10 @@ Actually add new template files :facepalm:
783783
## v1.30.2
784784

785785
- Correct retry_join block (@thanks hwmrocker)
786+
787+
## v1.40.0
788+
789+
- Consul v1.0.3
790+
- It's 2018!
791+
- Update confiuration
792+
- Update documentation

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017, Brian Shumate
1+
Copyright (c) 2018, Brian Shumate
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This role requires a FreeBSD, Debian, or RHEL based Linux distribution or
2525
Windows Server 2012 R2. It might work with other software versions, but is
2626
definitely known to work with the following specific software versions:
2727

28-
* Consul: 1.0.2
28+
* Consul: 1.0.3
2929
* Ansible: 2.4.2.0
3030
* CentOS: 7
3131
* Debian: 9
@@ -52,7 +52,7 @@ the variables are named and described below:
5252
### `consul_version`
5353

5454
- Version to install
55-
- Default value: *1.0.2*
55+
- Default value: *1.0.3*
5656

5757
### `consul_architecture_map`
5858

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ consul_debug: no
66
is_virtualenv: "{{ lookup('env','VIRTUAL_ENV') | default('', true) }}"
77

88
### Package
9-
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.0.2', true) }}"
9+
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.0.3', true) }}"
1010
consul_architecture_map:
1111
# this first entry seems redundant
1212
# (but it's required for reasons)

examples/README_VAGRANT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ BOX_NAME=freebsd/FreeBSD-11.0-STABLE CONSUL_IFACE=em1 vagrant up
9090
## Notes
9191
9292
1. This project functions with the following software versions:
93-
* Consul version 1.0.2
93+
* Consul version 1.0.3
9494
* Ansible: 2.4.2.0
95-
* VirtualBox version 5.1.30
95+
* VirtualBox version 5.2.6
9696
* Vagrant version 2.0.1
9797
* Vagrant Hosts plugin version 2.8.0
9898
2. This project uses Debian 9 (Stretch) by default, but you can choose another OS distribution with the *BOX_NAME* environment variable

tests/test_vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ansible_eth0:
77
address: "1.1.1.1"
88
ansible_system: ubuntu
99
consul_raw_key: consul_raw_key
10-
_consul_lan_servers:
10+
_consul_lan_servers:
1111
- localhost
1212
_consul_wan_servercount: 1
1313
_consul_wan_servers:
@@ -20,7 +20,7 @@ item:
2020
consul_debug: no
2121

2222
### Package
23-
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.0.2', true) }}"
23+
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.0.3', true) }}"
2424
consul_architecture_map:
2525
# this first entry seems redundant
2626
# (but it's required for reasons)

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.30.2
1+
v1.40.0

0 commit comments

Comments
 (0)