-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
Signed-off-by: Simão Reis <[email protected]>
|
f57b9f7
to
1957edb
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.
Nit on release notes and questions on edgelb version
RELEASE-NOTES.adoc
Outdated
|
||
=== Breaking changes | ||
|
||
* To use NLB functionality we now require EdgeLB built from master (commit https://github.com/mesosphere/dcos-edge-lb/commit/d3547ca23ba9b4a07b91e33562868b731330c855[d3547ca]) or version 1.4.0. |
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.
This should explain what the breaking change is.
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.
Done, lmk what you think.
docs/usage/00-installing.adoc
Outdated
@@ -27,7 +27,7 @@ To install `dklb`, the following prerequisites must be met: | |||
** DC/OS must be v1.12.0 or later. | |||
** EdgeLB must be built and installed from the https://github.com/mesosphere/dcos-edge-lb/tree/master[`master`] branch. | |||
A stub-universe is available, see https://github.com/mesosphere/dcos-edge-lb#stub-universe[here] for details. | |||
*** EdgeLB https://docs.mesosphere.com/services/edge-lb/1.3/[`v1.3.0`] may be used instead, but some functionality will be missing. | |||
*** EdgeLB https://docs.mesosphere.com/services/edge-lb/1.4/[`v1.4.0`] may be used instead, but some functionality will be missing. |
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.
Is there functionality missing in 1.4.0? Why use it then?
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.
I think the original intent was to say that you should use master
. What do you think of changing to but some functionality might be missing
?
@@ -22,7 +22,7 @@ require ( | |||
github.com/imdario/mergo v0.3.6 // indirect | |||
github.com/json-iterator/go v1.1.5 // indirect | |||
github.com/kr/pretty v0.1.0 // indirect | |||
github.com/mesosphere/dcos-edge-lb v1.3.2-0.20190618110118-50a400af8d6f | |||
github.com/mesosphere/dcos-edge-lb v1.3.2-0.20190628160932-d3547ca23ba9 |
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.
Is there no 1.4.0 tag?
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.
It's not released yet.
Signed-off-by: Simão Reis <[email protected]>
Description
When this is merged we can tag v0.1.0-alpha.12 to share with the customer.