mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: Fixed typo "deprecation" (#1739)
This commit is contained in:
committed by
GitHub
parent
a18710b284
commit
dad1d4c2c5
@ -27,7 +27,7 @@ changelog:
|
||||
- title: 'Provider-specific changes:'
|
||||
regexp: "(?i)((akamaiedge|autodns|axfrd|azure_dns|bind|cloudflare|cloudflareapi_old|cloudns|cscglobal|desec|digitalocean|dnsimple|dnsmadeeasy|domainnameshop|exoscale|gandi_v5|gcloud|hedns|hetzner|hexonet|hostingde|inwx|linode|msdns|namecheap|namedotcom|netcup|ns1|octodns|oracle|ovh|packetframe|powerdns|route53|softlayer|transip|vultr).*:)+.*"
|
||||
order: 2
|
||||
- title: 'Depreciation warnings:'
|
||||
- title: 'Deprecation warnings:'
|
||||
regexp: "(?i)^.*Deprecate[(\\w)]*:+.*$"
|
||||
order: 10
|
||||
- title: 'Other changes and improvements:'
|
||||
|
@ -193,7 +193,7 @@ docker run --rm -it --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/us
|
||||
|
||||
See [dnscontrol-action](https://github.com/koenrh/dnscontrol-action)
|
||||
|
||||
## Depreciation warnings (updated 2022-06-04)
|
||||
## Deprecation warnings (updated 2022-06-04)
|
||||
|
||||
- **Call for new volunteer maintainers for NAMEDOTCOM, and SOFTLAYER.** These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes.
|
||||
- **ACME/Let's Encrypt support is frozen and will be removed after December 31, 2022.** The `get-certs` command (renews certs via Let's Encrypt) has no maintainer. There are other projects that do a better job. If you don't use this feature, please do not start. If you do use this feature, please plan on migrating to something else. See discussion in [issues/1400](https://github.com/StackExchange/dnscontrol/issues/1400)
|
||||
|
@ -42,7 +42,7 @@ Release notes style guide:
|
||||
* Every item should include the ID of the issue related to the change. If there was no issue, create one and close it.
|
||||
* Sort the list most important/exciting changes earlier in the list.
|
||||
* Items related to a specific provier should begin with the all-caps name of the provider, such as "ROUTE53: Added support for sandwiches (#100)"
|
||||
* The `Depreciation warnings` section should just copy from `README.md`. If you change one, change it in the README too (you can make that change in this PR).
|
||||
* The `Deprecation warnings` section should just copy from `README.md`. If you change one, change it in the README too (you can make that change in this PR).
|
||||
|
||||
See [https://github.com/StackExchange/dnscontrol/releases for examples](https://github.com/StackExchange/dnscontrol/releases) for recent release notes and copy that style.
|
||||
|
||||
@ -70,7 +70,7 @@ of bug fixes, and FILL IN.
|
||||
|
||||
* FILL IN
|
||||
|
||||
### Depreciation warnings
|
||||
### Deprecation warnings
|
||||
```
|
||||
|
||||
## Step 2. Announce it via email
|
||||
|
Reference in New Issue
Block a user