Release v3.17.0 (#1550)

* Release v3.17.0

* release-engineering.md: Add depre instructions
This commit is contained in:
Tom Limoncelli 2022-06-19 09:51:07 -04:00 committed by GitHub
parent dad4115a55
commit b140b2eb45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -190,7 +190,6 @@ See [dnscontrol-action](https://github.com/koenrh/dnscontrol-action)
* **get-zones syntax changes in v3.16** Starting in v3.16, the command line arguments for `dnscontrol get-zones` changes. For backwards compatibility change `provider` to `-`. See documentation for details.
# More info at our web site
The website: [https://stackexchange.github.io/dnscontrol/](https://stackexchange.github.io/dnscontrol/)

View file

@ -86,6 +86,10 @@ name of the provider, such as "ROUTE53: Added support for sandwiches (#100)"
See [https://github.com/StackExchange/dnscontrol/releases for examples](https://github.com/StackExchange/dnscontrol/releases) for recent release notes and copy that style.
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).
Example/template:
```text

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.16.2"
Version = "v3.17.0"
BuildTime = ""
)