Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Bump version to 20.10.0-beta1 #660

Merged
merged 1 commit into from
Oct 8, 2020

Conversation

tiborvass
Copy link
Contributor

Signed-off-by: Tibor Vass tibor@docker.com

CHANGELOG.md Outdated
+ Support ulimits on Swarm services. [moby/moby#41284](https://github.com/moby/moby/pull/41284) [docker/cli#2712](https://github.com/docker/cli/pull/2712)
+ Add support for capabilities options in services [moby/moby#39173](https://github.com/moby/moby/pull/39173)
+ Service cap-add/cap-drop: add special "RESET" value [docker/cli#2709](https://github.com/docker/cli/pull/2709)
* Replace swarm Capabilites API with cap add/drop API [moby/moby#41249](https://github.com/moby/moby/pull/41249)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this should be in the changelog, since the capabilities API was never released.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really all these capabilities things can be merged into 1.

CHANGELOG.md Outdated
* seccomp: Whitelist `clock_adjtime`. `CAP_SYS_TIME` is still required for time adjustment [moby/moby#40929](https://github.com/moby/moby/pull/40929)
* seccomp: Add openat2 and faccessat2 to default seccomp profile [moby/moby#41353](https://github.com/moby/moby/pull/41353)
* seccomp: allow 'rseq' syscall in default seccomp profile [moby/moby#41158](https://github.com/moby/moby/pull/41158)
* seccomp: Remove dependency in dockerd on libseccomp [moby/moby#41395](https://github.com/moby/moby/pull/41395)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to packaging?

CHANGELOG.md Outdated
+ Update containerd binary to v1.4.0 [moby/moby#40982](https://github.com/moby/moby/pull/40982)
+ `docker push` now defaults to `latest` tag instead of all tags [moby/moby#40302](https://github.com/moby/moby/pull/40302)
+ Added ability to change the number of reconnect attempts during connection loss while pulling an image by adding max-download-attempts to the config file [moby/moby#39949](https://github.com/moby/moby/pull/39949)
+ Add support new built-in runtime for using the containerd v2 shim by using the runtime `com.docker.runtime.runc.v2` [moby/moby#41182](https://github.com/moby/moby/pull/41182)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

com.docker.runtime.runc.v2 -> io.containerd.runc.v2

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also better to clarify v2 is the default now

CHANGELOG.md Outdated
* Hide flags that are not supported by BuildKit, if BuildKit is enabled [docker/cli#2123](https://github.com/docker/cli/pull/2123)
* Update flag description for `docker rm -v` to clarify the option only removes anonymous (unnamed) volumes [docker/cli#2289](https://github.com/docker/cli/pull/2289)
* Improve tasks printing for docker services [docker/cli#2341](https://github.com/docker/cli/pull/2341)
* Use ssh multiplexing [docker/cli#2132](https://github.com/docker/cli/pull/2132)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this one was reverted: docker/cli#2303 😅

@tiborvass tiborvass changed the title Bump version to 20.09.0-rc1 Bump version to 20.10.0-beta1 Oct 8, 2020
Copy link
Contributor

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Tibor Vass <tibor@docker.com>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tiborvass tiborvass merged commit a7b19d8 into docker-archive:master Oct 8, 2020
@AkihiroSuda
Copy link
Contributor

Could you create git tags?

@khs1994
Copy link

khs1994 commented Oct 14, 2020

next version is 20.10?

* Remove "docker engine" subcommands [docker/cli#2207](https://github.com/docker/cli/pull/2207)
* Remove experimental "deploy" from "dab" files [docker/cli#2216](https://github.com/docker/cli/pull/2216)
* Remove deprecated `docker search --automated` and `--stars` flags [docker/cli#2338](https://github.com/docker/cli/pull/2338)
* No longer allow reserved namespaces in engine labels [docker/cli#2326](https://github.com/docker/cli/pull/2326)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this list is missing the removal of --stream, possibly.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we should add (let me also open a PR for the deprecated.md. Related pull requests are docker/cli#2105 and moby/moby#39983

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants