Release v3.15.0 (#1449)

* Release v3.15.0

* Document deprecations better
This commit is contained in:
Tom Limoncelli 2022-03-07 13:51:14 -05:00 committed by GitHub
parent 8bc72137f8
commit 71a849c5af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View file

@ -180,11 +180,11 @@ 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-02-05)
# Depreciation warnings (updated 2022-03-07)
* Provider ACTIVEDIRECTORY_PS is deprecated and will be removed soon. Use MSDNS instead.
* Call for new volunteers maintainers for CLOUDFLARE_API, GCLOUD, NAMEDOTCOM, ROUTE53, and SOFTLAYER.
* Let's Encrypt support is frozen and will be removed in early 2023. 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 https://github.com/StackExchange/dnscontrol/issues/1400
* Call for new volunteer maintainers for CLOUDFLARE_API, GCLOUD, NAMEDOTCOM, ROUTE53, and SOFTLAYER.
* Provider ACTIVEDIRECTORY_PS is deprecated and will be removed soon. Use MSDNS instead.
# More info at our web site

View file

@ -32,22 +32,23 @@ echo >draft-notes.txt '
This release includes many new providers (FILL IN), dozens
of bug fixes, and FILL IN.
Breaking changes:
## Breaking changes:
* FILL IN
Major features:
## Major features:
* FILL IN
Provider-specific changes:
## Provider-specific changes:
* FILL IN
Other changes and improvements:
## Other changes and improvements:
* FILL IN
## Depreciation warnings
'
git log "$NEWVERSION"..."$PREVVERSION" >>draft-notes.txt

View file

@ -19,7 +19,7 @@ import (
// Update the number here manually each release, so at least we have a range for go-get people.
var (
SHA = ""
Version = "v3.14.0"
Version = "v3.15.0"
BuildTime = ""
)