-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Remove edge documentation #8006
Remove edge documentation #8006
Conversation
Deploy preview for docsdocker ready! Built with commit b7c1ac8 |
7db2ca4
to
b0106ca
Compare
ping @ahh-docker @seemethere @L-Hudson PTAL; I think this one should be ready for review; I kept commits logically grouped; please use merge instead of squash and merge to preserve the information from these commits. |
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
b0106ca
to
29daef1
Compare
docker_ce_stable_version: "18.09" | ||
docker_ce_edge_version: "18.09" | ||
latest_engine_api_version: "1.39" | ||
docker_ce_version: "18.09" | ||
docker_ee_version: "18.09" |
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.
FWIW; was thinking of combining the two variables above to just engine_version
(given that these only hold the major version, and those are in sync now), but left that for a possible follow-up
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 like the idea of having one variable for Engine version.
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'll do it in a follow-up; if we reserve this variable for the major (YY.MM
) version only, that should work; we may need to keep a separate variable if we want to keep track of patch releases possibly, but I don't think we currently do.
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.
We have page variables for DTR and UCP that represent major.minor versioning, but I haven't seen an instance for Engine. We could double-check though, but I don't think it will be an issue.
@L-Hudson PTAL |
Signed-off-by: Sebastiaan van Stijn <[email protected]>
29daef1
to
b7c1ac8
Compare
Just to be sure (I see the default is "squash and merge");
|
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.
Good to go
Not sure if the continuous-integration/jenkins/pr-merge check is necessary. But this is good to merge. |
Asked about that yesterday; and looks like the |
Proposed changes
Unreleased project version (optional)
Related issues (optional)