-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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-3.5: update for #11427 #11432
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11432 +/- ##
=========================================
- Coverage 64.46% 64.37% -0.1%
=========================================
Files 403 403
Lines 38071 38288 +217
=========================================
+ Hits 24544 24649 +105
- Misses 11888 11998 +110
- Partials 1639 1641 +2
Continue to review full report at Codecov.
|
CHANGELOG-3.5.md
Outdated
@@ -80,6 +80,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. | |||
- [`etcd --backend-bbolt-freelist-type`] flag is now stable. | |||
- `etcd --experimental-backend-bbolt-freelist-type` has been deprecated. | |||
- Support [rollback/downgrade](TODO). | |||
- Use v3 request to set cluster version and recover cluster version from v3 backend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we include link to the PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
283acbd
to
b5b1923
Compare
CHANGELOG-3.5.md
Outdated
@@ -80,6 +80,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. | |||
- [`etcd --backend-bbolt-freelist-type`] flag is now stable. | |||
- `etcd --experimental-backend-bbolt-freelist-type` has been deprecated. | |||
- Support [rollback/downgrade](TODO). | |||
- Deprecate V2 apply on cluster version. [Use v3 request to set cluster version and recover cluster version from v3 backend](https://github.com/etcd-io/etcd/pull/11427). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/V2/v2 for consistency in the doc. Otherwise LGTM.
b5b1923
to
69841bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.