-
Notifications
You must be signed in to change notification settings - Fork 85
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 RC3 tracker #8
Comments
Yes, p1 |
Update: apologies, I was looking at the wrong branch - that has already made it into rc2 - thanks! |
would add moby/moby#33456 as a p1 |
I think there were a couple of PRs left as comment that were not yet added to the checkbox list |
Hi guys, can you please take a look at issue #32195 mentioned by vovimayhem, as it really a showstopper for many people |
Please consider including docker/cli#150 as it's breaking swarm stack deploy on current release of Mac (17.06) with Cloud (17.05) |
For docker/cli#150, @vdemeester has a PR at docker/cli#162. |
Adding moby/moby#33577, which reverts a breaking change in RunC |
This one should also be added /cc @Madhu moby/moby#33555 (or a separate PR against docker-ce) |
@thaJeztah i've added your list to the |
@andrewhsu Can moby/swarmkit#2210 be moved off the backlog because it was merged into the 17.06 branch already? (docker-archive/docker-ce@0efdcc4) |
Sending SIGUSR1 to the docker daemon can crash it. This issue has been showing up in the field. moby/moby#33598 should fix it. |
(have opened docker-archive/docker-ce#43 for the swarmkit cherry-picks) |
I've opened docker-archive/docker-ce#44 to include cherry-picks related to digest pinning for |
I've updated the list at the top from all comments in this issue thus far. Identified some of the trickier PRs that will need to be created for libnetwork vendoring (with help from @tiborvass ). Need help on prioritization @mavenugo and there seems to be some unfinished issues still open. |
docker/cli#143 should be included; it's a deprecation that was postponed already a few times |
@mavenugo tentatively adding moby/moby#33609, which was not backported to master, but is part of 1.13 / 17.03, and fixes a possible panic (but please verify) |
@thaJeztah Good catch and agreed. I will spend some time this morning to review the pending PRs in the list. |
Let's also include moby/swarmkit#2233. This fixes a crash bug. |
Nominating moby/swarmkit#2237, which is related to a defect in the allocator that causes it to assign duplicate IPs. |
@mavenugo @andrewhsu @aaronlehmann we need moby/moby#33629 as well; the deprecation plan was to disable v1 registries by default in 17.06, so that users have enough time to migrate their legacy registries in time for support them being removed in v17.12 |
@aaronlehmann moby/swarmkit#2233 is cherry-picked. Once moby/swarmkit#2237 is in swarmkit master, can you pls chery-pick into swarmkit 1706 bump branch and open a PR in docker-ce ? I added this PR to the tracking list above. |
@mavenugo docker/cli#180 should be included too (fixing in docker/cli#182) |
I'd also like to include: moby/swarmkit#2234 and moby/swarmkit#2238, since they help resolve edge cases when there's a demotion during CA rotation. |
I've opened docker-archive/docker-ce#67 for moby/swarmkit#2237. @cyli could you please cherry-pick those two fixes, then I'll update docker-archive/docker-ce#67 ? |
moby/moby#33472 was merged, so should be ready for cherry-picking if we want it |
Is there something I could do to make sure moby/moby#33472 gets cherry-picked for the release? |
I know RC3 is already out, but I don't know where else to track this (I agree with @thaJeztah that having a separate issue for each RC is a little tough). I opened docker-archive/docker-ce#75 for moby/swarmkit#2244. |
I've moved the backlog to a new issue for tracking 17.06.0 RC4: #14 @aaronlehmann @thaJeztah having a new issue for each RC helps me in managing a smaller list of PRs. Plus, the ticket that is referenced by the tracking issue says the RC release it is tracked in. Willing to discuss a better procedure or use of a better tool to track issues across different repos for the 17.07 release. |
STATUS: completed merge list for RC3
p1
- Update containerd to cfb82a876ecc11b5ca0977d1733adbe58599088a docker-archive/docker-ce#14 @mlaventure update containerdp3
- Update containerd to cfb82a876ecc11b5ca0977d1733adbe58599088a docker-archive/docker-ce#14 @mlaventure update containerdp1
- Update containerd to cfb82a876ecc11b5ca0977d1733adbe58599088a docker-archive/docker-ce#14 @mlaventure update containerdp0
- revert Set OPOST on bsd docker-archive/docker-ce#54 fix TTY issues due to RunC change, be sure to reference 33577 (PR should git revert fff42c853aedd3e15c731217058642d9859e7d3f from Set OPOST on bsd docker-archive/docker-ce#25)p0
- Service alias should not be copied to task alias docker-archive/docker-ce#45 Regression introduced in 17.06 (simple cherry-pick PR)p0
- revert Set OPOST on bsd docker-archive/docker-ce#54 @thaJeztah fixes the CLI issues of OPOST, be sure to reference 166 (git revert 972de9a65734e146fa4d3b5672b5c7073dd39b1f from Set OPOST on bsd docker-archive/docker-ce#25)p1
- [cherry-pick] Enable client side digest pinning for stack deploy docker-archive/docker-ce#44 @aaronlehmann not taking it will cause regression (simple cherry-pick PR) needs special attention for tests updated in Don't resolve image by contacting registry for docker stack deploy tests moby/moby#33386p1
- Handle case of configs on old daemon docker-archive/docker-ce#46 @vdemeester breaks stack deploy on older daemon (simple cherry-pick PR of Handle case of configs on old daemon cli#162 )p1
- @cyli [17.06] Re-vendor swarmkit docker-archive/docker-ce#43 revendor swarmkitp1
- @cyli [17.06] Re-vendor swarmkit docker-archive/docker-ce#43 revendor swarmkitp1
- [17.06] Re-vendor swarmkit docker-archive/docker-ce#43 @cyli @aaronlehmann fixes a crash bug, revendor swarmkitp1
- Add container environment variables correctly to the health check docker-archive/docker-ce#47 @thaJeztah fixes healthchecks failing in some situations (simple cherry-pick PR)p1
- Don't create source directory while the daemon is being shutdown, fix… docker-archive/docker-ce#48 alleviate possible issues for UCP (simple cherry-pick PR)p1
- Do not log the CA config CA signing key in debug mode. docker-archive/docker-ce#49 @cyli (simple cherry-pick PR)p1
- Fix Cache with ONBUILD docker-archive/docker-ce#50 fix builder cache when using ONBUILD (simple cherry-pick PR)p1
- need to cherry-pick into https://github.com/docker/libnetwork/tree/bump_17.06.0 and then open PR to bump vendor in components/engine/vendor.confp1
- same as 1786p1
- same as 1786p1
- revendor libnetwork and netlink in engine component docker-archive/docker-ce#55 @mavenugo vendoring libnetwork and netlink into engine related to 1786, 1787, 1789p2
- Event tests need to wait for events docker-archive/docker-ce#51 @mavenugo fix flakey DockerSwarmSuite.TestSwarmClusterEventsSecret (simple cherry-pick PR)p2
- Check signal is unset before using user stopsignal docker-archive/docker-ce#52 @cpuguy83 to confirm (simple cherry-pick PR)p2
- libcontainerd: fix reaper goroutine position docker-archive/docker-ce#53 @mlaventure if we don't have customers using non-official packages (simple cherry-pick PR)p1
- Update golang 1.8.3 docker-archive/docker-ce#56 @andrewhsu use golang 1.8.3 instead of golang 1.8.1 for building docker.exep1
- [cherry-pick] vendor: Ensure service images get default tag and print familiar strings docker-archive/docker-ce#32 (vendor) @nishanttotlap1
- Ensure service images get default tag and print familiar strings docker-archive/docker-ce#13 (cherry-pick) @nishanttotlap2
- Do not reuse a http.Request after a failure in callWithRetry docker-archive/docker-ce#57 @thaJeztah discussing with @cpuguy83 17.06.0 RC2 tracker #2 (comment) (simple cherry-pick PR)p2
- Fix cancelling builder on chunked requests docker-archive/docker-ce#58 @thaJeztah may not be critical per discussion 17.06.0 RC2 tracker #2 (comment) (simple cherry-pick PR)p3
- Update deprecated.md for removal of --email flag docker-archive/docker-ce#59 @thaJeztah docs updated for email flag deprecation (simple cherry-pick PR)p2
- Allow --detach and --quiet flags when using --rollback docker-archive/docker-ce#60 @vdemeester: 17.06.0 RC2 tracker #2 (comment) (simple cherry-pick PR)p2
- Logging driver should receive same file in start/stop request docker-archive/docker-ce#61 @cpuguy83 (Inconsistent file path passed to logging plugins on StartLogging/StopLogging moby/moby#33569 (comment)) (simple cherry-pick PR)p1
- daemon: Remove daemon datastructure dump functionality docker-archive/docker-ce#62 @aaronlehmann sending SIGUSR1 to the docker daemon can crash it (simple cherry-pick PR)p3
- Backport 17.05.0-ce changelog to master docker-archive/docker-ce#63 @thaJeztah add 17.05.0-ce to changelog (simple cherry-pick PR)p1
- Vendoring libnetwork 4f5310be349d9299f6cab6d5822312f00cfa965c docker-archive/docker-ce#66 @mavenugo vendor libnetworkp2
- Remove deprecated -e/--email flag from docker login docker-archive/docker-ce#64 @thaJeztah removes the email flag from docker login, scheduled deprecation in 17.06 (simple cherry-pick PR, also include Remove "-e" / "--email" from integration tests moby/moby#33636)p1
- Merge pull request #29418 from aboch/p66 docker-archive/docker-ce#65 missing backport to master, already in 1.13 and 17.03, fixes possible panic (but please confirm @mavenugo ) (simple cherry-pick PR)p1
- revendor github.com/docker/swarmkit to ef3c57a docker-archive/docker-ce#69 @cylip1
- revendor github.com/docker/swarmkit to ef3c57a docker-archive/docker-ce#69 @aaronlehmann allocator: Avoid assigning duplicate IPs during initializationp1
- revendor github.com/docker/swarmkit to ef3c57a docker-archive/docker-ce#69 @cylip1
- cherry-pick: Disable legacy (v1) registries by default docker-archive/docker-ce#71 @thaJeztah disable v1 registries by defaultp0
- Revert tty changes docker-archive/docker-ce#70 - @tiborvassThe text was updated successfully, but these errors were encountered: