From 910d2e7803b422a2cd7b91a9fcb78c0eab1a8e76 Mon Sep 17 00:00:00 2001 From: CloudAlchemy Bot <38341338+cloudalchemybot@users.noreply.github.com> Date: Thu, 12 Dec 2019 18:00:19 +0100 Subject: [PATCH] create [patch] release --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e56748..ad50471 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults | Name | Default Value | Description | | ---------------------------- | -------------- | -----------------------------------| -| `coredns_version` | 1.6.5 | CoreDNS package version | +| `coredns_version` | 1.6.6 | CoreDNS package version | | `coredns_dns_port` | 53 | Port on which CoreDNS will listen for DNS requests | | `coredns_config_file` | | This should contain path to file with coredns configuration [Corefile](https://coredns.io/manual/toc/#configuration) | diff --git a/defaults/main.yml b/defaults/main.yml index 01fafa6..a3a894c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -coredns_version: 1.6.5 +coredns_version: 1.6.6 coredns_dns_port: 53 # Config file name, searched in ansible templates path.