From 68c469fc62ad41fa5cc9040f9b8db35e78e53d2e Mon Sep 17 00:00:00 2001 From: cloudalchemybot Date: Thu, 24 Feb 2022 14:22:30 +0000 Subject: [PATCH] [patch] :tada: automated upstream release update --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd72763..0be76a9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults | Name | Default Value | Description | | ---------------------------- | -------------- | -----------------------------------| -| `coredns_version` | 1.8.3 | CoreDNS package version | +| `coredns_version` | 1.9.0 | CoreDNS package version | | `coredns_binary_local_dir` | "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `coredns` binary is stored on host on which ansible is ran. This overrides `coredns_version` parameter | | `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 20edbfd..b3e8045 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -coredns_version: 1.8.3 +coredns_version: 1.9.0 coredns_dns_port: 53 # Config file name, searched in ansible templates path.