diff options
author | 2019-01-25 08:17:54 -0500 | |
---|---|---|
committer | 2019-01-25 13:17:54 +0000 | |
commit | 74c8bf25dccf6d2cf062a3599f04478bbdb0d0bb (patch) | |
tree | 85aee940f2ca3c9c8f1c134daca0ec75e9a4245a /README.md | |
parent | 1b539b1fff018ee55222c86e12488068bcb77089 (diff) | |
download | coredns-74c8bf25dccf6d2cf062a3599f04478bbdb0d0bb.tar.gz coredns-74c8bf25dccf6d2cf062a3599f04478bbdb0d0bb.tar.zst coredns-74c8bf25dccf6d2cf062a3599f04478bbdb0d0bb.zip |
s/incubating/graduated/ (#2500)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ CoreDNS (written in Go) chains [plugins](https://coredns.io/plugins). Each plugin performs a DNS function. -CoreDNS is a [Cloud Native Computing Foundation](https://cncf.io) incubating level project. +CoreDNS is a [Cloud Native Computing Foundation](https://cncf.io) graduated project. CoreDNS is a fast and flexible DNS server. The keyword here is *flexible*: with CoreDNS you are able to do what you want with your DNS data by utilizing plugins. If some functionality is not |