From 48cb74ae9587395a2de79dac7cfc4a4e209fb4ae Mon Sep 17 00:00:00 2001 From: jose-bigio Date: Wed, 25 Apr 2018 14:49:08 -0700 Subject: [PATCH] Delete traige section, and the delete section Signed-off-by: jose-bigio --- CHANGELOG.md | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec900769b8..3f27cab4d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,56 +5,6 @@ https://docs.docker.com/engine/deprecated/ where you can find the target removal ## 18.05.0-ce (2018-05-DD) -### ---Delete--- - -* Bump Golang to 1.9.5. [docker/cli#986](https://github.com/docker/cli/pull/986) -* Update Golang to 1.9.5. [moby/moby#36779](https://github.com/moby/moby/pull/36779) -* Cleaning some manifest documentation typos. [docker/cli#1022](https://github.com/docker/cli/pull/1022) -* Ci: quote bash variable. [moby/moby#36727](https://github.com/moby/moby/pull/36727) -* Bump version to 18.05.0-dev. [docker/cli#992](https://github.com/docker/cli/pull/992) -* E2e integration cli run. [moby/moby#36631](https://github.com/moby/moby/pull/36631) -* Migrate image tag tests from integration-cli to api tests. [moby/moby#36841](https://github.com/moby/moby/pull/36841) -* Migrate test-integration-cli experimental ipvlan test to integration. [moby/moby#36722](https://github.com/moby/moby/pull/36722) -* Migrate test-integration-cli experimental macvlan test to integration. [moby/moby#36697](https://github.com/moby/moby/pull/36697) -* Migrate test-integration-cli experimental plugin tests to integration. [moby/moby#36886](https://github.com/moby/moby/pull/36886) -* More integration-cli/integration refactoring + request package. [moby/moby#36832](https://github.com/moby/moby/pull/36832) -- Fix tests for pkg/archive. [moby/moby#36770](https://github.com/moby/moby/pull/36770) -- Fix version mismatch in API the documentation. [moby/moby#36927](https://github.com/moby/moby/pull/36927) -- Fixed gometalinter errors on test files. [docker/cli#994](https://github.com/docker/cli/pull/994) -* Copy: remove kernel version test. [moby/moby#36736](https://github.com/moby/moby/pull/36736) -* Refactor code in cmd/dockerd/daemon.go. [moby/moby#36845](https://github.com/moby/moby/pull/36845) -* Some improvement in restart_test.go. [moby/moby#36922](https://github.com/moby/moby/pull/36922) -* [docs] Fix typo in manifest command docs: updated `MANFEST` to `MANIFEST`.. [docker/cli#978](https://github.com/docker/cli/pull/978) -* [test/integration-cli] small cleanups of FIXME(s). [moby/moby#36875](https://github.com/moby/moby/pull/36875) -* Skip some tests requires root uid when run as user…. [moby/moby#36913](https://github.com/moby/moby/pull/36913) -* Some enhancement in integration tests. [moby/moby#36862](https://github.com/moby/moby/pull/36862) -* TestDaemonNoSpaceLeftOnDeviceError: simplify. [moby/moby#36744](https://github.com/moby/moby/pull/36744) -+ Add Silvin as maintainer. [docker/cli#1012](https://github.com/docker/cli/pull/1012) -* Make testing helpers as such…. [docker/cli#1011](https://github.com/docker/cli/pull/1011) -* Make testing helpers as such…. [moby/moby#36888](https://github.com/moby/moby/pull/36888) -* Move and refactor integration-cli/registry to internal/test. [moby/moby#36839](https://github.com/moby/moby/pull/36839) -* Build.md: Document --build-arg without value. [docker/cli#999](https://github.com/docker/cli/pull/999) -* Clarify --build-arg documentation. [docker/cli#970](https://github.com/docker/cli/pull/970) -* Migrate test-integration-cli experimental build tests to integration. [moby/moby#36746](https://github.com/moby/moby/pull/36746) -* Migrate TestAPISwarmServicesPlugin to integration. [moby/moby#36865](https://github.com/moby/moby/pull/36865) -* [test/integration] Small daemon refactoring and add swarm init/join helpers. [moby/moby#36854](https://github.com/moby/moby/pull/36854) -* Update Notary vendor to 0.6.1. [docker/cli#997](https://github.com/docker/cli/pull/997) -* Clean some integration-cli/fixtures package/files. [moby/moby#36838](https://github.com/moby/moby/pull/36838) -* Config integration tests use unique resource names. [moby/moby#36806](https://github.com/moby/moby/pull/36806) -* Docs: Typofix in example "docker image ls". [docker/cli#1007](https://github.com/docker/cli/pull/1007) -* Handle some TODOs in tests. [docker/cli#1020](https://github.com/docker/cli/pull/1020) -* Move integration-cli daemon package to internal/test…. [moby/moby#36824](https://github.com/moby/moby/pull/36824) -+ Add myself to poule to get 2w/old PRs. [moby/moby#36866](https://github.com/moby/moby/pull/36866) -+ Add quotation marks for $CURDIR. [moby/moby#36762](https://github.com/moby/moby/pull/36762) -* Update examples to reflect docker-runc's runtime root for plugins.. [docker/cli#988](https://github.com/docker/cli/pull/988) -* Dockerfile: restore yamllint. [moby/moby#36741](https://github.com/moby/moby/pull/36741) -* Use printf, not echo when creating secrets. [docker/cli#979](https://github.com/docker/cli/pull/979) -+ Add target field to build API docs. [moby/moby#36724](https://github.com/moby/moby/pull/36724) -* Move fakecontext, fakegit and fakestorage to internal/test. [moby/moby#36868](https://github.com/moby/moby/pull/36868) - -### ---Triage--- - - ### Builder * Adding `netbsd` compatibility to the package `pkg/term`. [moby/moby#36887](https://github.com/moby/moby/pull/36887) @@ -70,7 +20,6 @@ https://docs.docker.com/engine/deprecated/ where you can find the target removal - Fix error with merge composefile with networks. [docker/cli#983](https://github.com/docker/cli/pull/983) ### Logging - * Standardized the properties of storage-driver log messages. [moby/moby#36492](https://github.com/moby/moby/pull/36492) * Improve partial message support in logger. [moby/moby#35831](https://github.com/moby/moby/pull/35831)