Skip to content

Commit

Permalink
Merge pull request #36 from pieterlexis/14-changelog
Browse files Browse the repository at this point in the history
Add 1.4.0 changelog
  • Loading branch information
pieterlexis authored Jul 2, 2021
2 parents a86c847 + b71e286 commit 977c17a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 977c17a

Please sign in to comment.