-
Notifications
You must be signed in to change notification settings - Fork 86
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
17.06.0 RC2 tracker #2
Comments
Configs in stack services are not being included in service specs; fixed by docker/cli#135. Configs created by stacks are not being removed on service removal; fixed by docker/cli#134. Neither of these are merged yet, but I strongly suggest we add them. These impact all platforms. |
Let's try to get some end-to-end testing in place for deploying stacks that use configs. Formerly this would have been an integration-cli test, but new tests that use the CLI cannot go into moby. What's the best way to put together such a test? |
moby/moby#33422 should be added too 👼 (cc @thaJeztah @cpuguy83) |
Linking docker/docker-credential-helpers#62, in case we need to keep track of that here as well /cc @n4ss |
moby/moby#33419 is a small change and can happen on systems where containerd is installed separately and started with a wrong configuration. So, I would add it. |
@thaJeztah @mlaventure @vdemeester @aaronlehmann @marcusmartins @johnstep I updated all the PRs to the above tracker. Can you pls confirm if all of these are p0 or p1 issues ? |
moby/moby#33419 is a P2 if we don't have customers using non official packages 😇 |
I would categorize docker/cli#79 (the PR that fixes moby/moby#33279) as a P2 |
Inclined to say that #33335 is a p1 since "docker kill" will both hang and cause the container to restart if there is a restart policy. |
Thanks @thaJeztah updated. @dmp42 @mlaventure @cpuguy83 @andrewhsu I updated the description with priorities and sorted based on PRs that are ready to be cherry-picked and other PRs that are still open. |
Confirming that moby/moby#33376 is needed |
moby/moby#33335 is a bug existing in 17.03 as well. We can call it a P2. |
Discussing with @cpuguy83 - possibly moby/moby#33413 is good to include |
Please consider moby/moby#33330 - UCP makes extensive use of mounting the docker.sock in restart=always containers. |
Possibly moby/moby#33363, but may not be critical (per the discussion on that issue) |
@thaJeztah moby/moby#33363 is a one line change, but I wouldn't categorize it as a P1 |
@mlaventure I'm fine skipping it, unless @vieux or @tonistiigi think it's important - was just forwarding the discussion here 😅 |
From slack: not sure what to do with docker/cli#72 - it fixes a nasty ux issue/regression (see moby/moby#32800, and moby/moby#32556), but it was held up by a discussion about refactoring |
Just opened docker/cli#143 (and moby/moby#33473) which removes the |
@cpuguy83 this something to consider (if we're focusing on stability)? moby/moby#33472 |
It's a nice to have and not the first time we've made changes exactly like
this one.
…On Thu, Jun 1, 2017 at 10:23 AM, Sebastiaan van Stijn < ***@***.***> wrote:
@cpuguy83 <https://github.com/cpuguy83> this something to consider (if
we're focusing on stability)? moby/moby#33472
<moby/moby#33472>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAwxZtXq8rQm0XDadj2A8Wy2zeIsYvL2ks5r_sl-gaJpZM4Nlw_r>
.
--
- Brian Goff
|
As a note, I am working on a fix for a bug with external CAs in swarmkit - there's no PR for moby/moby yet for vendoring, but I just wanted to mention it since it's needed for the 17.06 root rotation feature. Will update this comment when I have a PR in moby/moby. swarmkit PR: moby/swarmkit#2210 |
@mavenugo @aaronlehmann @thaJeztah I think we should consider docker/cli#144 too 👼 |
moby/moby#33500 is needed before GA, it fixes a regression within the builder (see moby/moby#33493). Basically, |
I think docker/cli#150 should go in too (labelled it |
I think we probably want moby/moby#33524 as well |
I'm not sure how to what the cutoff for P0 vs P1 is, but this is either one or the other: |
Surprised not to see these libnetwork fixes listed here yet:
moby/libnetwork#1786 seems particularly important. It appears to fix broken overlay connectivity in some large-scale setups. The others are leak fixes. |
@aaronlehmann yes. these are |
I've moved the backlog to a new issue for tracking 17.06.0 RC3: #8 |
STATUS: completed merge list for RC2
Remove deadlock in ContainerWait moby/moby#33293- already in by freezep1
- @thaJeztah fixes deadlockProperly identify ingress network created with older swarm moby/moby#33286- already in by freezep1
- @thaJeztah fixes removal of ingress network in installations upgraded from < 17.06Fix checkpoint ls moby/moby#33264- already in by freezep1
- @thaJeztah minor change, but fixes checkpoint ls not workingp0
- cherry-pick prevent image prune panic docker-archive/docker-ce#1p0
- cherry-pick Bump go to go1.8.3 docker-archive/docker-ce#9p1
- cherry-pick Don't unmount entire plugin manager tree on remove docker-archive/docker-ce#2p1
- cherry-pick Update go-winio to v0.4.2 docker-archive/docker-ce#3p1
- cherry-pick Ensure that a device mapper task is referenced until task is complete docker-archive/docker-ce#4p1
- cherry-pick Adding support for DNS search on RS1 docker-archive/docker-ce#5p1
- cherry-pick remove RuntimeData from cluster and types docker-archive/docker-ce#7p2
- cherry-pick Do not clear swarm directory at the begining of swarm init and swarm … docker-archive/docker-ce#8p1
- cherry-pick Handle a Docker daemon without registry info docker-archive/docker-ce#10p1
- cherry-pick Remove stack configs on stack removal docker-archive/docker-ce#11p1
- cherry-pick Include stack service configs in service specs docker-archive/docker-ce#12p1
- cherry-pick Host and Bridge network support in docker stack deploy docker-archive/docker-ce#16p1
- cherry-pick [17.06] Re-vendor SwarmKit to 4b872cfac8ffc0cc7fff434902cc05dbc7612da5 docker-archive/docker-ce#19p1
- cherry-pick Vendoring libnetwork b54433f6459b84eae77892d0d359c1bafb133529 docker-archive/docker-ce#21p1
- cherry-pick Vendoring libnetwork b54433f6459b84eae77892d0d359c1bafb133529 docker-archive/docker-ce#21p2
- cherry-pick Use actual cli version for TestConfigHTTPHeader docker-archive/docker-ce#20p1
- cherry-pick Fix stack compose bind-mount volumes for Windows docker-archive/docker-ce#22p1
- cherry-pick Fix ONBUILD COPY docker-archive/docker-ce#26p1
- cherry-pick Set OPOST on bsd docker-archive/docker-ce#25p1
- cherry-pick Import man docs completion docker-archive/docker-ce#23 Add scripts and targets for manpages and yamldocs docker-archive/docker-ce#24 @tiborvass man pagesThe text was updated successfully, but these errors were encountered: