diff --git a/README.md b/README.md index 3e0304ad6..8adaf10c0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bin/make-release.sh b/bin/make-release.sh index 51a199eab..0d5bf27a1 100755 --- a/bin/make-release.sh +++ b/bin/make-release.sh @@ -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 diff --git a/main.go b/main.go index dbec00fc9..0b744824f 100644 --- a/main.go +++ b/main.go @@ -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 = "" )