Merge pull request #9615 from traci-morrison/remove-322-section

Remove 3.2.2 section
This commit is contained in:
Adrian Plata 2019-10-10 10:45:18 -07:00 committed by GitHub
commit bb8beb12f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 40 deletions

View File

@ -124,7 +124,7 @@ defaults:
ucp_repo: "ucp"
dtr_org: "docker"
dtr_repo: "dtr"
ucp_version: "3.2.2"
ucp_version: "3.2.1"
dtr_version: "2.7.3"
# Previous DTR Releases
- scope:

View File

@ -6,12 +6,6 @@
- product: "ucp"
version: "3.2"
tar-files:
- description: "3.2.2 Linux"
url: https://packages.docker.com/caas/ucp_images_3.2.2.tar.gz
- description: "3.2.2 Windows Server 2016 LTSC"
url: https://packages.docker.com/caas/ucp_images_win_2016_3.2.2.tar.gz
- description: "3.2.2 Windows Server 2019 LTSC"
url: https://packages.docker.com/caas/ucp_images_win_2019_3.2.2.tar.gz
- description: "3.2.1 Linux"
url: https://packages.docker.com/caas/ucp_images_3.2.1.tar.gz
- description: "3.2.1 Windows Server 2016 LTSC"

View File

@ -24,39 +24,6 @@ upgrade your installation to the latest release.
# Version 3.2
## 3.2.2
2019-10-08
### UI
* Fixes a UI issue that caused incorrect line breaks at pre-logon banner notification (ENGORC-2678)
* Users have an option to store sessionToken per window tab session. (ENGORC-2597)
### Kubernetes
* Kubernetes has been upgraded to version 1.14.7.
* Enabled Kubernetes Node Authorizer Plugin. (ENGORC-2652)
### Networking
- Interlock has been upgraded to version 3.0.0. This upgrade includes the following updates:
- New Interlock configuration options:
- HitlessServiceUpdate: When set to `true`, the proxy service no longer needs to restart when services are updated, reducing service interruptions. The proxy also does not have to restart when services are added or removed, as long as the set of service networks attached to the proxy is unchanged. If secrets or service networks need to be added or removed, the proxy service will restart as in previous releases. (ENGCORE-792)
- Networks: Defines a list of networks to which the proxy service will connect at startup. The proxy service will only connect to these networks and will no longer automatically connect to back-end service networks. This allows administrators to control which networks are used to connect to the proxy service and to avoid unnecessary proxy restarts caused by network changes . (ENGCORE-912)
- Log an error if the `com.docker.lb.network` label does not match any of the networks to which the service is attached. (ENGCORE-837)
- Do not generate an invalid NGINX configuration file if `HTTPVersion` is invalid. (FIELD-2046)
### Bug fixes
* Upgraded RethinkDB Go Client to v5. (ENGORC-2704)
* Fixes an issue that caused slow response with increasing number of collections. (ENGORC-2638)
### Components
| Component | Version |
| --------------------- | ------- |
| UCP | 3.2.2 |
| Kubernetes | 1.14.7 |
| Calico | 3.8.2 |
| Interlock | 3.0.0 |
| Interlock NGINX proxy | 1.14.2 |
## 3.2.1
2019-09-03