Deleted irrelevant changelog entries

Signed-off-by: jose-bigio <jose.bigio@docker.com>
This commit is contained in:
jose-bigio
2018-03-27 17:21:36 -07:00
parent 290bbf8158
commit 05ecbbaa3f
-73
View File
@@ -5,79 +5,6 @@ https://docs.docker.com/engine/deprecated/ where you can find the target removal
## 18.04.0-ce (2018-04-DD)
### ---Delete candidates---
* Bump Runc to 1.0.0-rc5. [moby/moby#36449](https://github.com/moby/moby/pull/36449)
* Bump VERSION to 18.04.0-dev. [docker/cli#901](https://github.com/docker/cli/pull/901)
* Bump go-digest to v1.0.0-rc.1. [moby/moby#36704](https://github.com/moby/moby/pull/36704)
* Golint fix up. [moby/moby#36392](https://github.com/moby/moby/pull/36392)
* Improvement in integration tests. [moby/moby#36471](https://github.com/moby/moby/pull/36471)
* Migrate config inspect test to api test. [moby/moby#36430](https://github.com/moby/moby/pull/36430)
* Migrate docker rm tests to api tests. [moby/moby#36474](https://github.com/moby/moby/pull/36474)
* Migrate events tests to api tests. [moby/moby#36444](https://github.com/moby/moby/pull/36444)
* Migrate export tests to api tests. [moby/moby#36459](https://github.com/moby/moby/pull/36459)
* Migrate several docker rm tests to api tests. [moby/moby#36293](https://github.com/moby/moby/pull/36293)
* Migrate some config secret tests to api test. [moby/moby#36406](https://github.com/moby/moby/pull/36406)
* Migrate some container copy tests to integration. [moby/moby#36434](https://github.com/moby/moby/pull/36434)
* Migrate volumes tests in integration-cli to api tests. [moby/moby#36292](https://github.com/moby/moby/pull/36292)
* Integration/: make e2e run without failure. [moby/moby#36594](https://github.com/moby/moby/pull/36594)
* Integration/TestContainerShmNoLeak: use --iptables=false. [moby/moby#36567](https://github.com/moby/moby/pull/36567)
* Integration/TestExportContainerAfterDaemonRestart: add. [moby/moby#36606](https://github.com/moby/moby/pull/36606)
* Remove DockerTrustSuite to docker/cli e2e tests. [moby/moby#36515](https://github.com/moby/moby/pull/36515)
* Remove docker_cli_secret_inspect_test.go. [moby/moby#36445](https://github.com/moby/moby/pull/36445)
* Remove duplicate TestServiceUpdatePort. [moby/moby#36502](https://github.com/moby/moby/pull/36502)
* Remove filewatcher. [docker/cli#955](https://github.com/docker/cli/pull/955)
* Remove myself from CODEOWNERS. [moby/moby#36700](https://github.com/moby/moby/pull/36700)
* Remove testutil. [docker/cli#918](https://github.com/docker/cli/pull/918)
* Update e2e run script. [moby/moby#36391](https://github.com/moby/moby/pull/36391)
* Update gotestyourself dependency. [docker/cli#911](https://github.com/docker/cli/pull/911)
* Updates the Dockerfile to use multi-stage. [moby/moby#35100](https://github.com/moby/moby/pull/35100)
- Fix grammar typo in comment. [docker/cli#912](https://github.com/docker/cli/pull/912)
* Remove unnecessary diff tests. [moby/moby#36550](https://github.com/moby/moby/pull/36550)
* Replace testify assertions with gotestyourself/assert. [docker/cli#879](https://github.com/docker/cli/pull/879)
* Replace testify/assert with gotestyourself/assert. [moby/moby#36507](https://github.com/moby/moby/pull/36507)
* Use unique names for container/rename_test.go. [moby/moby#36692](https://github.com/moby/moby/pull/36692)
* Use unique names for test containers of container/nat integration tests. [moby/moby#36647](https://github.com/moby/moby/pull/36647)
* Use unique names for test resources of container/inspect, container/ps, container/stop tests. [moby/moby#36662](https://github.com/moby/moby/pull/36662)
- Fixes some integration/container tests to run on remote daemon. [moby/moby#36468](https://github.com/moby/moby/pull/36468)
* Pkg/mount unit tests: skip some test under non-root. [moby/moby#36505](https://github.com/moby/moby/pull/36505)
* Docs touch-ups for "autoremove" and broken anchor. [docker/cli#957](https://github.com/docker/cli/pull/957)
* [integration] skip ppc64le oom tests temporarily. [moby/moby#36539](https://github.com/moby/moby/pull/36539)
+ Add missing canonical import comment to files in integration tests. [moby/moby#36460](https://github.com/moby/moby/pull/36460)
* Refactor build tests to re-use more code and not require root. [docker/cli#931](https://github.com/docker/cli/pull/931)
* Integration-cli/TestSlowStdinClosing: increase timeout. [moby/moby#36571](https://github.com/moby/moby/pull/36571)
+ Add a build unit test for symlinked context. [docker/cli#925](https://github.com/docker/cli/pull/925)
+ Add appveyor setup to build and unit test. [docker/cli#905](https://github.com/docker/cli/pull/905)
* Clarify behaviour of restart policy in run ref doc. [docker/cli#962](https://github.com/docker/cli/pull/962)
* Don't prompt for github creds in unit test. [docker/cli#920](https://github.com/docker/cli/pull/920)
* Test for systemd cgroupdriver memory setting. [moby/moby#36172](https://github.com/moby/moby/pull/36172)
* TestLinksEtcHostsContentMatch: use container.Exec(). [moby/moby#36569](https://github.com/moby/moby/pull/36569)
* Testing: Use canonical asserts. [docker/cli#921](https://github.com/docker/cli/pull/921)
+ Add some tests to the volume store. [moby/moby#36584](https://github.com/moby/moby/pull/36584)
+ Address `expected` vs `actual` in integration tests. [moby/moby#36490](https://github.com/moby/moby/pull/36490)
+ Adds a unit test for plugin request timeout. [moby/moby#36493](https://github.com/moby/moby/pull/36493)
- Fix Dockerfile.e2e build. [moby/moby#36376](https://github.com/moby/moby/pull/36376) (Testing related)
* Bump moby to ae7016427f8cba4e4d8fcb979d6ba313ee2c0702. [docker/cli#946](https://github.com/docker/cli/pull/946) (All changes were already included)
* Clean up a temp dir created in container unit test. [moby/moby#36429](https://github.com/moby/moby/pull/36429)
* Update Notary vendor to 0.6.0 release. [docker/cli#914](https://github.com/docker/cli/pull/914)
* Update docker-py. [moby/moby#36384](https://github.com/moby/moby/pull/36384) (test related)
* Clean the teardown process of network test. [moby/moby#36387](https://github.com/moby/moby/pull/36387)
+ Add the missing call to setupTest to TestNetworkLoopbackNat test. [moby/moby#36633](https://github.com/moby/moby/pull/36633)
- Fix for Flaky test TestServiceWithPredefinedNetwork. [moby/moby#36551](https://github.com/moby/moby/pull/36551)
* Enhancement of replacing ContainerCreate with helper funcs in tests. [moby/moby#36450](https://github.com/moby/moby/pull/36450)
* Extract ImageService from Daemon. [moby/moby#36240](https://github.com/moby/moby/pull/36240) (Refactor)
* Image/spec: add historical information about v1 spec. [moby/moby#35149](https://github.com/moby/moby/pull/35149) (Docs update)
* Move containerIsStopped/containerIsInState to integration/internal/container. [moby/moby#36393](https://github.com/moby/moby/pull/36393) (refactor)
* Move daemon image code in preparation for ImageService. [moby/moby#36373](https://github.com/moby/moby/pull/36373)
* Pkg/mount: use sort.Slice. [moby/moby#36506](https://github.com/moby/moby/pull/36506)
* Remove unnecessary container.WithName in kill test. [moby/moby#36476](https://github.com/moby/moby/pull/36476)
* Small content trust enhancement. [docker/cli#945](https://github.com/docker/cli/pull/945)
* Unify arch-specific Dockerfiles into multi-arch one. [moby/moby#36546](https://github.com/moby/moby/pull/36546)
* Update curators list. [moby/moby#36694](https://github.com/moby/moby/pull/36694)
* Use new APIClient interface. [docker/cli#916](https://github.com/docker/cli/pull/916)
* Refactor content_trust cli/flags handling. [docker/cli#929](https://github.com/docker/cli/pull/929)
+ Add some content trust tests. [docker/cli#924](https://github.com/docker/cli/pull/924)
- Fix "expected" and "actual" being reversed. [moby/moby#36455](https://github.com/moby/moby/pull/36455)
### Builder
- Fix typos in builder and client. [moby/moby#36424](https://github.com/moby/moby/pull/36424)