Merge pull request #3870 from thaJeztah/update_version

Update version to v23.0.0-dev
This commit is contained in:
Sebastiaan van Stijn 2022-11-25 11:23:10 +01:00 committed by GitHub
commit d06aebf13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 81 additions and 81 deletions

View File

@ -1 +1 @@
22.06.0-dev 23.0.0-dev

View File

@ -49,22 +49,22 @@ The table below provides an overview of the current status of deprecated feature
on this feature. on this feature.
| Status | Feature | Deprecated | Remove | | Status | Feature | Deprecated | Remove |
|------------|------------------------------------------------------------------------------------------------------------------------------------|------------|--------| |------------|------------------------------------------------------------------------------------------------------------------------------------|------------|---------|
| Deprecated | [Legacy builder for Linux images](#legacy-builder-for-linux-images) | v22.06 | - | | Deprecated | [Legacy builder for Linux images](#legacy-builder-for-linux-images) | v23.0.0 | - |
| Deprecated | [Legacy builder fallback](#legacy-builder-fallback) | v22.06 | - | | Deprecated | [Legacy builder fallback](#legacy-builder-fallback) | v23.0.0 | - |
| Removed | [Support for encrypted TLS private keys](#support-for-encrypted-tls-private-keys) | v20.10 | v22.06 | | Removed | [Support for encrypted TLS private keys](#support-for-encrypted-tls-private-keys) | v20.10 | v23.0.0 |
| Removed | [Kubernetes stack and context support](#kubernetes-stack-and-context-support) | v20.10 | v22.06 | | Removed | [Kubernetes stack and context support](#kubernetes-stack-and-context-support) | v20.10 | v23.0.0 |
| Deprecated | [Pulling images from non-compliant image registries](#pulling-images-from-non-compliant-image-registries) | v20.10 | - | | Deprecated | [Pulling images from non-compliant image registries](#pulling-images-from-non-compliant-image-registries) | v20.10 | - |
| Removed | [Linux containers on Windows (LCOW)](#linux-containers-on-windows-lcow-experimental) | v20.10 | v22.06 | | Removed | [Linux containers on Windows (LCOW)](#linux-containers-on-windows-lcow-experimental) | v20.10 | v23.0.0 |
| Deprecated | [BLKIO weight options with cgroups v1](#blkio-weight-options-with-cgroups-v1) | v20.10 | - | | Deprecated | [BLKIO weight options with cgroups v1](#blkio-weight-options-with-cgroups-v1) | v20.10 | - |
| Removed | [Kernel memory limit](#kernel-memory-limit) | v20.10 | v22.06 | | Removed | [Kernel memory limit](#kernel-memory-limit) | v20.10 | v23.0.0 |
| Removed | [Classic Swarm and overlay networks using external key/value stores](#classic-swarm-and-overlay-networks-using-cluster-store) | v20.10 | v22.06 | | Removed | [Classic Swarm and overlay networks using external key/value stores](#classic-swarm-and-overlay-networks-using-cluster-store) | v20.10 | v23.0.0 |
| Removed | [Support for the legacy `~/.dockercfg` configuration file for authentication](#support-for-legacy-dockercfg-configuration-files) | v20.10 | v22.06 | | Removed | [Support for the legacy `~/.dockercfg` configuration file for authentication](#support-for-legacy-dockercfg-configuration-files) | v20.10 | v23.0.0 |
| Deprecated | [CLI plugins support](#cli-plugins-support) | v20.10 | - | | Deprecated | [CLI plugins support](#cli-plugins-support) | v20.10 | - |
| Deprecated | [Dockerfile legacy `ENV name value` syntax](#dockerfile-legacy-env-name-value-syntax) | v20.10 | - | | Deprecated | [Dockerfile legacy `ENV name value` syntax](#dockerfile-legacy-env-name-value-syntax) | v20.10 | - |
| Removed | [`docker build --stream` flag (experimental)](#docker-build---stream-flag-experimental) | v20.10 | v20.10 | | Removed | [`docker build --stream` flag (experimental)](#docker-build---stream-flag-experimental) | v20.10 | v20.10 |
| Deprecated | [`fluentd-async-connect` log opt](#fluentd-async-connect-log-opt) | v20.10 | - | | Deprecated | [`fluentd-async-connect` log opt](#fluentd-async-connect-log-opt) | v20.10 | - |
| Removed | [Configuration options for experimental CLI features](#configuration-options-for-experimental-cli-features) | v19.03 | v22.06 | | Removed | [Configuration options for experimental CLI features](#configuration-options-for-experimental-cli-features) | v19.03 | v23.0.0 |
| Deprecated | [Pushing and pulling with image manifest v2 schema 1](#pushing-and-pulling-with-image-manifest-v2-schema-1) | v19.03 | v20.10 | | Deprecated | [Pushing and pulling with image manifest v2 schema 1](#pushing-and-pulling-with-image-manifest-v2-schema-1) | v19.03 | v20.10 |
| Removed | [`docker engine` subcommands](#docker-engine-subcommands) | v19.03 | v20.10 | | Removed | [`docker engine` subcommands](#docker-engine-subcommands) | v19.03 | v20.10 |
| Removed | [Top-level `docker deploy` subcommand (experimental)](#top-level-docker-deploy-subcommand-experimental) | v19.03 | v20.10 | | Removed | [Top-level `docker deploy` subcommand (experimental)](#top-level-docker-deploy-subcommand-experimental) | v19.03 | v20.10 |
@ -105,9 +105,9 @@ The table below provides an overview of the current status of deprecated feature
### Legacy builder for Linux images ### Legacy builder for Linux images
**Deprecated in Release: v22.06** **Deprecated in Release: v23.0.0**
Docker v22.06 now uses BuildKit by default to build Linux images, and uses the Docker v23.0.0 now uses BuildKit by default to build Linux images, and uses the
[Buildx](https://docs.docker.com/buildx/working-with-buildx/) CLI component for [Buildx](https://docs.docker.com/buildx/working-with-buildx/) CLI component for
`docker build`. With this change, `docker build` now exposes all advanced features `docker build`. With this change, `docker build` now exposes all advanced features
that BuildKit provides and which were previously only available through the that BuildKit provides and which were previously only available through the
@ -136,14 +136,14 @@ you to report issues in the [BuildKit issue tracker on GitHub](https://github.co
### Legacy builder fallback ### Legacy builder fallback
**Deprecated in Release: v22.06** **Deprecated in Release: v23.0.0**
[Docker v22.06 now uses BuildKit by default to build Linux images](#legacy-builder-for-linux-images), [Docker v23.0.0 now uses BuildKit by default to build Linux images](#legacy-builder-for-linux-images),
which requires the Buildx component to build images with BuildKit. There may be which requires the Buildx component to build images with BuildKit. There may be
situations where the Buildx component is not available, and BuildKit cannot be situations where the Buildx component is not available, and BuildKit cannot be
used. used.
To provide a smooth transition to BuildKit as the default builder, Docker v22.06 To provide a smooth transition to BuildKit as the default builder, Docker v23.0.0
has an automatic fallback for some situations, or produces an error to assist has an automatic fallback for some situations, or produces an error to assist
users to resolve the problem. users to resolve the problem.
@ -184,7 +184,7 @@ be possible in a future release.
**Deprecated in Release: v20.10** **Deprecated in Release: v20.10**
**Removed in Release: v22.06** **Removed in Release: v23.0.0**
Use of encrypted TLS private keys has been deprecated, and has been removed. Use of encrypted TLS private keys has been deprecated, and has been removed.
Golang has deprecated support for legacy PEM encryption (as specified in Golang has deprecated support for legacy PEM encryption (as specified in
@ -199,7 +199,7 @@ to decrypt the private key, and store it un-encrypted to continue using it.
### Kubernetes stack and context support ### Kubernetes stack and context support
**Deprecated in Release: v20.10** **Deprecated in Release: v20.10**
**Removed in Release: v22.06** **Removed in Release: v23.0.0**
Following the deprecation of [Compose on Kubernetes](https://github.com/docker/compose-on-kubernetes), Following the deprecation of [Compose on Kubernetes](https://github.com/docker/compose-on-kubernetes),
support for Kubernetes in the `stack` and `context` commands has been removed from support for Kubernetes in the `stack` and `context` commands has been removed from
@ -260,7 +260,7 @@ major release.
### Linux containers on Windows (LCOW) (experimental) ### Linux containers on Windows (LCOW) (experimental)
**Deprecated in Release: v20.10** **Deprecated in Release: v20.10**
**Removed in Release: v22.06** **Removed in Release: v23.0.0**
The experimental feature to run Linux containers on Windows (LCOW) was introduced The experimental feature to run Linux containers on Windows (LCOW) was introduced
as a technical preview in Docker 17.09. While many enhancements were made after as a technical preview in Docker 17.09. While many enhancements were made after
@ -283,7 +283,7 @@ When using cgroups v2, the `--blkio-weight` options are implemented using
### Kernel memory limit ### Kernel memory limit
**Deprecated in Release: v20.10** **Deprecated in Release: v20.10**
**Removed in Release: v22.06** **Removed in Release: v23.0.0**
Specifying kernel memory limit (`docker run --kernel-memory`) is no longer supported Specifying kernel memory limit (`docker run --kernel-memory`) is no longer supported
because the [Linux kernel deprecated `kmem.limit_in_bytes` in v5.4](https://github.com/torvalds/linux/commit/0158115f702b0ba208ab0b5adf44cae99b3ebcc7). because the [Linux kernel deprecated `kmem.limit_in_bytes` in v5.4](https://github.com/torvalds/linux/commit/0158115f702b0ba208ab0b5adf44cae99b3ebcc7).
@ -311,7 +311,7 @@ take no effect.
### Classic Swarm and overlay networks using cluster store ### Classic Swarm and overlay networks using cluster store
**Deprecated in Release: v20.10** **Deprecated in Release: v20.10**
**Removed in Release: v22.06** **Removed in Release: v23.0.0**
Standalone ("classic") Swarm has been deprecated, and with that the use of overlay Standalone ("classic") Swarm has been deprecated, and with that the use of overlay
networks using an external key/value store. The corresponding`--cluster-advertise`, networks using an external key/value store. The corresponding`--cluster-advertise`,
@ -320,7 +320,7 @@ networks using an external key/value store. The corresponding`--cluster-advertis
### Support for legacy `~/.dockercfg` configuration files ### Support for legacy `~/.dockercfg` configuration files
**Deprecated in Release: v20.10** **Deprecated in Release: v20.10**
**Removed in Release: v22.06** **Removed in Release: v23.0.0**
The docker CLI up until v1.7.0 used the `~/.dockercfg` file to store credentials The docker CLI up until v1.7.0 used the `~/.dockercfg` file to store credentials
after authenticating to a registry (`docker login`). Docker v1.7.0 replaced this after authenticating to a registry (`docker login`). Docker v1.7.0 replaced this
@ -340,13 +340,13 @@ notifying the user that the legacy file is present, but ignored.
**Deprecated in Release: v19.03** **Deprecated in Release: v19.03**
**Removed in Release: v22.06** **Removed in Release: v23.0.0**
The `DOCKER_CLI_EXPERIMENTAL` environment variable and the corresponding `experimental` The `DOCKER_CLI_EXPERIMENTAL` environment variable and the corresponding `experimental`
field in the CLI configuration file are deprecated. Experimental features are field in the CLI configuration file are deprecated. Experimental features are
enabled by default, and these configuration options are no longer functional. enabled by default, and these configuration options are no longer functional.
Starting with v22.06, the Docker CLI no longer prints `Experimental` for the client Starting with v23.0.0, the Docker CLI no longer prints `Experimental` for the client
in the output of `docker version`, and the field has been removed from the JSON in the output of `docker version`, and the field has been removed from the JSON
format. format.
@ -476,13 +476,13 @@ required for the overlay2 storage driver. Starting with Docker v19.03.7, the
detection was improved to no longer depend on the kernel _version_, so this detection was improved to no longer depend on the kernel _version_, so this
option was no longer used. option was no longer used.
Docker v22.06 logs a warning in the daemon logs if this option is set, and Docker v23.0.0 logs a warning in the daemon logs if this option is set, and
users should remove this option from their daemon configuration. users should remove this option from their daemon configuration.
### AuFS storage driver ### AuFS storage driver
**Deprecated in Release: v19.03** **Deprecated in Release: v19.03**
**Disabled by default in Release: v22.06** **Disabled by default in Release: v23.0.0**
The `aufs` storage driver is deprecated in favor of `overlay2`, and will The `aufs` storage driver is deprecated in favor of `overlay2`, and will
be removed in a future release. Users of the `aufs` storage driver are be removed in a future release. Users of the `aufs` storage driver are
@ -498,11 +498,11 @@ is available to all supported distros (as they are either on kernel 4.x, or have
support for multiple lowerdirs backported), there is no reason to continue support for multiple lowerdirs backported), there is no reason to continue
maintenance of the `aufs` storage driver. maintenance of the `aufs` storage driver.
#### Disabled by default in v22.06 #### Disabled by default in v23.0.0
Docker already prevented deprecated storage drivers from being automatically Docker already prevented deprecated storage drivers from being automatically
selected on new installations, but continued to use these drivers when upgrading selected on new installations, but continued to use these drivers when upgrading
existing installations. Starting with the v22.06 release, the Docker Engine will existing installations. Starting with the v23.0.0 release, the Docker Engine will
fail to start if a deprecated storage driver is used (see [moby#43378](https://github.com/moby/moby/pull/43378): fail to start if a deprecated storage driver is used (see [moby#43378](https://github.com/moby/moby/pull/43378):
```console ```console
@ -519,7 +519,7 @@ different storage driver.
### Legacy "overlay" storage driver ### Legacy "overlay" storage driver
**Deprecated in Release: v18.09** **Deprecated in Release: v18.09**
**Disabled by default in Release: v22.06** **Disabled by default in Release: v23.0.0**
The `overlay` storage driver is deprecated in favor of the `overlay2` storage The `overlay` storage driver is deprecated in favor of the `overlay2` storage
driver, which has all the benefits of `overlay`, without its limitations (excessive driver, which has all the benefits of `overlay`, without its limitations (excessive
@ -532,11 +532,11 @@ on pre 4.x kernels. Now that all supported distributions are able to run `overla
(as they are either on kernel 4.x, or have support for multiple lowerdirs (as they are either on kernel 4.x, or have support for multiple lowerdirs
backported), there is no reason to keep maintaining the `overlay` storage driver. backported), there is no reason to keep maintaining the `overlay` storage driver.
#### Disabled by default in v22.06 #### Disabled by default in v23.0.0
Docker already prevented deprecated storage drivers from being automatically Docker already prevented deprecated storage drivers from being automatically
selected on new installations, but continued to use these drivers when upgrading selected on new installations, but continued to use these drivers when upgrading
existing installations. Starting with the v22.06 release, the Docker Engine will existing installations. Starting with the v23.0.0 release, the Docker Engine will
fail to start if a deprecated storage driver is used (see [moby#43378](https://github.com/moby/moby/pull/43378): fail to start if a deprecated storage driver is used (see [moby#43378](https://github.com/moby/moby/pull/43378):
```console ```console
@ -553,7 +553,7 @@ different storage driver.
### Device mapper storage driver ### Device mapper storage driver
**Deprecated in Release: v18.09** **Deprecated in Release: v18.09**
**Disabled by default in Release: v22.06** **Disabled by default in Release: v23.0.0**
The `devicemapper` storage driver is deprecated in favor of `overlay2`, and will The `devicemapper` storage driver is deprecated in favor of `overlay2`, and will
be removed in a future release. Users of the `devicemapper` storage driver are be removed in a future release. Users of the `devicemapper` storage driver are
@ -567,11 +567,11 @@ Now that support for `overlay2` is added to all supported distros (as they are
either on kernel 4.x, or have support for multiple lowerdirs backported), there either on kernel 4.x, or have support for multiple lowerdirs backported), there
is no reason to continue maintenance of the `devicemapper` storage driver. is no reason to continue maintenance of the `devicemapper` storage driver.
#### Disabled by default in v22.06 #### Disabled by default in v23.0.0
Docker already prevented deprecated storage drivers from being automatically Docker already prevented deprecated storage drivers from being automatically
selected on new installations, but continued to use these drivers when upgrading selected on new installations, but continued to use these drivers when upgrading
existing installations. Starting with the v22.06 release, the Docker Engine will existing installations. Starting with the v23.0.0 release, the Docker Engine will
fail to start if a deprecated storage driver is used (see [moby#43378](https://github.com/moby/moby/pull/43378): fail to start if a deprecated storage driver is used (see [moby#43378](https://github.com/moby/moby/pull/43378):
```console ```console
@ -647,12 +647,12 @@ and `docker service scale` in Docker 17.10.
**Deprecated In Release: v17.05** **Deprecated In Release: v17.05**
**Removed In Release: v22.06** **Removed In Release: v23.0.0**
The `-g` or `--graph` flag for the `dockerd` or `docker daemon` command was The `-g` or `--graph` flag for the `dockerd` or `docker daemon` command was
used to indicate the directory in which to store persistent data and resource used to indicate the directory in which to store persistent data and resource
configuration and has been replaced with the more descriptive `--data-root` configuration and has been replaced with the more descriptive `--data-root`
flag. These flags were deprecated and hidden in v17.05, and removed in v22.06. flag. These flags were deprecated and hidden in v17.05, and removed in v23.0.0.
### Top-level network properties in NetworkSettings ### Top-level network properties in NetworkSettings
@ -730,7 +730,7 @@ The overlay and overlay2 storage driver does not work as expected if the backing
filesystem does not support `d_type`. For example, XFS does not support `d_type` filesystem does not support `d_type`. For example, XFS does not support `d_type`
if it is formatted with the `ftype=0` option. if it is formatted with the `ftype=0` option.
Support for these setups has been removed, and Docker v22.06 and up now fails to Support for these setups has been removed, and Docker v23.0.0 and up now fails to
start when attempting to use the `overlay2` or `overlay` storage driver on a start when attempting to use the `overlay2` or `overlay` storage driver on a
backing filesystem without `d_type` support. backing filesystem without `d_type` support.