Skip to content

Commit cd601f8

Browse files
committed
Consul v1.7.0 and more
1 parent 0f087e7 commit cd601f8

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
## NEXT
1+
## 2.6.0
22

3+
- Consul v1.7.0
34
- Add GitHub workflows (thanks @gofrolist )
45
- Modernize PID path (thanks @smutel)
56
- Add Consul automatic startup to systemd in Nix tasks (thanks @smutel)
67
- Add verify_incoming_rpc option (thanks @smutel)
8+
- Update CONTRIBUTORS
9+
- Update documentation
710

811
## v2.5.4
912

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Consul
22

3+
## SEEKING ACTIVE MAINTAINERSHIP
4+
5+
----
6+
7+
It is my sincere hope that you or your organization has found some use in this project over the years that we have all worked on it together. With that said, I have largely moved on in my personal life and career path in ways that have essentially removed Ansible from daily use for me.
8+
9+
Rather than abandon the project, I'm calling for interested parties to fork it and take over active maintainership so that it can continue on and receive more timely attention.
10+
11+
The maintenance essentially consists of code review, issues, and merging pull requests as there are quite a few active contributors.
12+
13+
You do not necessarily need to be a developer on the project and write code, etc. to maintain it. If you are interested in taking over maintainership of this project, please reach out and let me know.
14+
15+
----
16+
317
[![Build Status](https://travis-ci.org/brianshumate/ansible-consul.svg?branch=master)](https://travis-ci.org/brianshumate/ansible-consul)
418
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-brianshumate.consul-blue.svg)](https://galaxy.ansible.com/brianshumate/consul/)
519
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/brianshumate/ansible-consul.svg)](http://isitmaintained.com/project/brianshumate/ansible-consul "Average time to resolve an issue")
@@ -26,7 +40,7 @@ This role requires a FreeBSD, Debian, or Red Hat Enterprise Linux distribution o
2640

2741
The role might work with other OS distributions and versions, but is known to function well with the following software versions:
2842

29-
* Consul: 1.6.3
43+
* Consul: 1.7.0
3044
* Ansible: 2.8.2
3145
* Alpine Linux: 3.8
3246
* CentOS: 7
@@ -64,7 +78,7 @@ Many role variables can also take their values from environment variables as wel
6478
### `consul_version`
6579

6680
- Version to install
67-
- Default value: 1.6.3
81+
- Default value: 1.7.0
6882

6983
### `consul_architecture_map`
7084

defaults/main.yml

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

99
### Package
10-
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.6.3', true) }}"
10+
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.7.0', true) }}"
1111
consul_architecture_map:
1212
# this first entry seems redundant
1313
# (but it's required for reasons)

examples/README_VAGRANT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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.6.3
93+
* Consul version 1.7.0
9494
* Ansible: 2.8.2
9595
* VirtualBox version 5.2.22
9696
* Vagrant version 2.2.1

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.5.4
1+
v2.6.0

0 commit comments

Comments
 (0)