Skip to content

Commit cbb2419

Browse files
authored
Merge pull request #52 from cloudalchemy/autoupdate
New coredns/coredns upstream release!
2 parents e973ccb + 87ee32c commit cbb2419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
1919

2020
| Name | Default Value | Description |
2121
| ---------------------------- | -------------- | -----------------------------------|
22-
| `coredns_version` | 1.8.1 | CoreDNS package version |
22+
| `coredns_version` | 1.8.3 | CoreDNS package version |
2323
| `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 |
2424
| `coredns_dns_port` | 53 | Port on which CoreDNS will listen for DNS requests |
2525
| `coredns_config_file` | | This should contain path to file with coredns configuration [Corefile](https://coredns.io/manual/toc/#configuration) |

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
coredns_version: 1.8.1
2+
coredns_version: 1.8.3
33
coredns_dns_port: 53
44

55
# Config file name, searched in ansible templates path.

0 commit comments

Comments
 (0)