mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Release v3.17.0 (#1550)
* Release v3.17.0 * release-engineering.md: Add depre instructions
This commit is contained in:
@@ -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.
|
* **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
|
# More info at our web site
|
||||||
|
|
||||||
The website: [https://stackexchange.github.io/dnscontrol/](https://stackexchange.github.io/dnscontrol/)
|
The website: [https://stackexchange.github.io/dnscontrol/](https://stackexchange.github.io/dnscontrol/)
|
||||||
|
|||||||
@@ -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.
|
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:
|
Example/template:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
|||||||
2
main.go
2
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.
|
// Update the number here manually each release, so at least we have a range for go-get people.
|
||||||
var (
|
var (
|
||||||
SHA = ""
|
SHA = ""
|
||||||
Version = "v3.16.2"
|
Version = "v3.17.0"
|
||||||
BuildTime = ""
|
BuildTime = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user