Skip to content

Commit

Permalink
Consul v1.7.0 and more
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Feb 12, 2020
1 parent 0f087e7 commit cd601f8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## NEXT
## 2.6.0

- Consul v1.7.0
- Add GitHub workflows (thanks @gofrolist )
- Modernize PID path (thanks @smutel)
- Add Consul automatic startup to systemd in Nix tasks (thanks @smutel)
- Add verify_incoming_rpc option (thanks @smutel)
- Update CONTRIBUTORS
- Update documentation

## v2.5.4

Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Consul

## SEEKING ACTIVE MAINTAINERSHIP

----

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.

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.

The maintenance essentially consists of code review, issues, and merging pull requests as there are quite a few active contributors.

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.

----

[![Build Status](https://travis-ci.org/brianshumate/ansible-consul.svg?branch=master)](https://travis-ci.org/brianshumate/ansible-consul)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-brianshumate.consul-blue.svg)](https://galaxy.ansible.com/brianshumate/consul/)
[![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")
Expand All @@ -26,7 +40,7 @@ This role requires a FreeBSD, Debian, or Red Hat Enterprise Linux distribution o

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

* Consul: 1.6.3
* Consul: 1.7.0
* Ansible: 2.8.2
* Alpine Linux: 3.8
* CentOS: 7
Expand Down Expand Up @@ -64,7 +78,7 @@ Many role variables can also take their values from environment variables as wel
### `consul_version`

- Version to install
- Default value: 1.6.3
- Default value: 1.7.0

### `consul_architecture_map`

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ is_virtualenv: "{{ lookup('env','VIRTUAL_ENV') | default('', true) }}"
consul_install_dependencies: true

### Package
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.6.3', true) }}"
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.7.0', true) }}"
consul_architecture_map:
# this first entry seems redundant
# (but it's required for reasons)
Expand Down
2 changes: 1 addition & 1 deletion examples/README_VAGRANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ BOX_NAME=freebsd/FreeBSD-11.0-STABLE CONSUL_IFACE=em1 vagrant up
## Notes
1. This project functions with the following software versions:
* Consul version 1.6.3
* Consul version 1.7.0
* Ansible: 2.8.2
* VirtualBox version 5.2.22
* Vagrant version 2.2.1
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.5.4
v2.6.0

0 comments on commit cd601f8

Please sign in to comment.