-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog for 2.0.0 should mention breaking changes #301
Comments
I'll mention those changes, but this is an implicit assumption of a major version change. |
@johnbellone Thanks. Documentation for |
The removal of |
Version 0.6.1 of Consul added a new -ui command line and ui config option that enables a built-in Consul web UI, making deployment much simpler [GH-1543]. This means a separate install no longer exists for the UI component so you would think that the |
Hi all! I'm going to close this issue since v2.0.0 was released a while ago, so I'm not sure that any of maintainers cat/want to groom the changelog for that release (but we are open for Pull-Requests ;) ). However, today we fully understand the importance of a good changelog, so the recent release v3.0.0 has a good changelog with breaking changes mentioned: https://github.com/johnbellone/consul-cookbook/blob/master/CHANGELOG.md#v300-2017-06-11. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Please mention the removal of
consul_ui
in the Changelog for the 2.0.0 release.I had to comb through commits and issues to figure out what motivated the major version bump. Eventually I found it was the removal of
consul_ui
in 8a2144f, and upgrading is very easy:consul_ui
resource from my own codeNow I'm converging successfully so I assume there were no other breaking changes in 2.0.0.
The text was updated successfully, but these errors were encountered: