Skip to content

Commit

Permalink
create [patch] release
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudalchemybot authored Oct 26, 2020
1 parent d740a2a commit c37581b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults

| Name | Default Value | Description |
| ---------------------------- | -------------- | -----------------------------------|
| `coredns_version` | 1.7.1 | CoreDNS package version |
| `coredns_version` | 1.8.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) |
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
coredns_version: 1.7.1
coredns_version: 1.8.0
coredns_dns_port: 53

# Config file name, searched in ansible templates path.
Expand Down

0 comments on commit c37581b

Please sign in to comment.