diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da1c86..3d05170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.4.0 (2021-07-02) + +NEW FEATURES: +- Add 1.6 repositories ([\#32](https://github.com/PowerDNS/dnsdist-ansible/pull/32)) + +IMPROVEMENTS: +- The `dnsdist_setkey` variable is now Ansible Vault-safe ([\#31](https://github.com/PowerDNS/dnsdist-ansible/pull/31)) + +REMOVED FEATURES: +- EOL version repositories (1.0, 1.1, 1.2, 1.3) have been removed ([\#35](https://github.com/PowerDNS/dnsdist-ansible/pull/35)) + ## v1.3.0 (2020-09-17) NEW FEATURES: diff --git a/README.md b/README.md index 78970e1..6c580a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ansible Role: dnsdist -[![Build Status](https://travis-ci.org/PowerDNS/dnsdist-ansible.svg?branch=master)](https://travis-ci.org/PowerDNS/dnsdist-ansible) +[![Build Status](https://github.com/PowerDNS/dnsdist-ansible/actions/workflows/main.yml/badge.svg)](https://github.com/PowerDNS/dnsdist-ansible) [![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Ansible Role](https://img.shields.io/badge/ansible%20role-PowerDNS.dnsdist-blue.svg)](https://galaxy.ansible.com/PowerDNS/dnsdist) [![GitHub tag](https://img.shields.io/github/tag/PowerDNS/dnsdist-ansible.svg)](https://github.com/PowerDNS/dnsdist-ansible/tags) @@ -9,7 +9,7 @@ An Ansible role create by the folks behind PowerDNS to set up [dnsdist](https:// ## Requirements -An Ansible 2.2 or higher installation. +An Ansible 2.9 or higher installation. ## Dependencies @@ -219,7 +219,7 @@ To test all the scenarios run To run a custom molecule command - $ tox -e py36-ansible29 -- molecule test -s dnsdist-15 + $ tox -e ansible29 -- molecule test -s dnsdist-15 ## License