Added release note links for Calico and Kube

This commit is contained in:
Darwin Traver 2019-11-12 15:32:25 -05:00 committed by GitHub
parent 7ee885fbf1
commit 0f0ff3c844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 17 deletions

View File

@ -32,7 +32,8 @@ upgrade your installation to the latest release.
* Users have an option to store sessionToken per window tab session. (ENGORC-2597)
### Kubernetes
* Kubernetes has been upgraded to version 1.14.7.
* Kubernetes has been upgraded to version 1.14.7. For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1147).
* Enabled Kubernetes Node Authorizer Plugin. (ENGORC-2652)
### Networking
@ -65,7 +66,7 @@ upgrade your installation to the latest release.
* Fixes an issue where UCP did not install on GCP due to missing metadata.google.internal in /etc/hosts
### Kubernetes
* Kubernetes has been upgraded to version 1.14.6.
* Kubernetes has been upgraded to version 1.14.6. For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1147).
* Kubernetes DNS has been upgraded to 1.14.13 and is now deployed with more than one replica by default.
### Networking
@ -172,7 +173,8 @@ In order to optimize user experience and security, support for Internet Explorer
- Integrated Kubernetes Ingress
- You can now dynamically deploy L7 routes for applications, scale out multi-tenant ingress for shared clusters, and give applications TLS termination, path-based routing, and high-performance L7 load-balancing in a centralized and controlled manner.
- Updated Kubernetes to version 1.14.
- Kubernetes has been upgraded to version 1.14.3. For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1143).
#### Enhancements
@ -469,7 +471,7 @@ The workaround is to use a swarm service to deploy this change across the cluste
### Kubernetes
* Kubernetes has been updated to version 1.11.10.
* Kubernetes has been upgraded to version 1.11.10. For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v11110).
### Enhancements
@ -559,10 +561,10 @@ The workaround is to use a swarm service to deploy this change across the cluste
2019-04-11
### Kubernetes
* Updated Kubernetes to version 1.11.9.
* Kubernetes has been upgraded to version 1.11.9. For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1119).
### Networking
* Updated Calico to version 3.5.3.
* Calico has been upgraded to version 3.5.3. For more information, see the [Calico Release Notes](https://docs.projectcalico.org/v3.5/releases/)
### Authentication and Authorization
* Accessing the `ListAccount` API endpoint now requires an admin user. Accessing the `GetAccount` API endpoint now requires an admin user, the actual user, or a member of the organization being inspected. [ENGORC-100](https://docker.atlassian.net/browse/ENGORC-100)
@ -595,10 +597,10 @@ The workaround is to use a swarm service to deploy this change across the cluste
2019-03-28
### Kubernetes
* Updated Kubernetes to version 1.11.8. (ENGORC-2024)
* Kubernetes has been upgraded to version 1.11.8 (ENGORC-2024). For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1118).
### Networking
* Updated Calico to version 3.5.2. (ENGORC-2045)
* Calico has been upgraded to version 3.5.2. (ENGORC-2045). For more information, see the [Calico Release Notes](https://docs.projectcalico.org/v3.5/releases/)
### Authentication and Authorization
* Added LDAP Settings API to the list of publicly documented API endpoints. (ENGORC-98)
@ -645,7 +647,7 @@ The workaround is to use a swarm service to deploy this change across the cluste
* Added support for Oracle 7.6.
### Kubernetes
* Kubernetes has been updated to version 1.11.7. (docker/orca#16157)
* Kubernetes has been upgraded to version 1.11.7. (docker/orca#16157). For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1117).
### Bug fixes
* Bump the Golang version that is used to build UCP to version 1.10.8. (docker/orca#16068)
@ -694,7 +696,7 @@ The workaround is to use a swarm service to deploy this change across the cluste
* Added support for Oracle Enterprise Linux 7.6 with Overlay2 storage driver. (docker/orca#15791)
### Networking
* Upgraded Calico to version 3.5. (#15884)
* Calico has been upgraded to version 3.5.0 (#15884). For more information, see the [Calico Release Notes](https://docs.projectcalico.org/v3.5/releases/)
### Bug fixes
* Fixes system hang following UCP backup and docker daemon shutdown. (docker/escalation#841)
@ -759,7 +761,8 @@ now configurable within the UCP web interface. (#15466)
2018-12-04
* To address CVE-2018-1002105, a critical security issue in the Kubernetes API Server, Docker is using Kubernetes 1.11.5 for UCP 3.1.1.
* To address CVE-2018-1002105, a critical security issue in the Kubernetes API Server, Docker is using Kubernetes 1.11.5 for UCP 3.1.1. For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1115).
### Components
@ -787,9 +790,12 @@ now configurable within the UCP web interface. (#15466)
#### Kubernetes
* Kubernetes is updated to version 1.11.2.
* Kubernetes has been upgraded to version 1.11.2. For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1112).
* Kubernetes native RBAC feature manages access control for Kubernetes resources. Users can now create roles for Kubernetes APIs using Kubernetes `Role` and `ClusterRole` objects in the Kubernetes API. They can also grant permissions to users and service accounts with the `RoleBinding` and `ClusterRoleBinding` objects. The web interface for Kubernetes RBAC reflects these changes. Your old Kubernetes grants and roles will be automatically migrated during the UCP upgrade.
### Networking
* Calico has been upgraded to version 3.2.3. For more information, see the [Calico Release Notes](https://docs.projectcalico.org/v3.2/releases/).
#### Logging
Admins can now enable audit logging in the UCP config. This logs all incoming user-initiated requests in the `ucp-controller` logs. Admins can choose whether to log only metadata for incoming requests or the full request body as well. For more information, see [Create UCP audit logs](https://docs.docker.com/ee/ucp/admin/configure/create-audit-logs/).
@ -1073,7 +1079,7 @@ The following features are deprecated in UCP 3.1.
### Bug fixes
* Core
* Updated Kubernetes to version 1.8.15.
* Kubernetes has been upgraded to version 1.8.15. For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.8.md#v1815).
* Resolved an issue where LDAP sync jobs terminated when processing an org admin search result that did not correspond to an existing user. (docker/escalation#784 #docker/escalation#888)
* Fixes an issue that caused RethinkDB client lock contention. (docker/escalation#902 and docker/escalation#906)
* Fixes an issue that caused Azure IPAM to not release addresses. (docker/escalation#815)
@ -1164,7 +1170,7 @@ The following features are deprecated in UCP 3.1.
* Optimize swarm service read API calls through UCP
* Fixes an issue where some UCP Controller API calls may hang indefinitely.
* Default Calico MTU set to 1480
* Calico is upgraded to 3.0.8
* Calico has been upgraded to version 3.0.8. For more information, see the [Calico Release Notes](https://docs.projectcalico.org/v3.0/releases/).
* Compose for Kubernetes logging improvements
* Fixes an issue where backups would fail if UCP was not licensed.
* Fixes an issue where DTR admins are missing the Full Control Grant against /Shared Collection even though they have logged in at least once to the web interface.
@ -1229,7 +1235,7 @@ Azure Disk when installing UCP with the `--cloud-provider` option.
### Bug fixes
* Core
* Bumped Kubernetes version to 1.8.11.
* Kubernetes has been upgraded to version 1.8.11. For more information, see the [Kubernetes Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.8.md#v1811).
* Compose for Kubernetes now respects the specified port services are exposed on.
This port must be in the `NodePort` range.
* Kubernetes API server port is now configurable via `--kube-apiserver-port`
@ -1301,7 +1307,7 @@ a UCP client bundle and `kubectl`.
### Networking
* UCP includes Calico as the default CNI plugin for networking of Kubernetes
applications. [Learn more](https://docs.projectcalico.org/v3.1/introduction/).
applications. [Learn more](https://docs.projectcalico.org/v3.0/introduction/.
The following Calico features are supported:
* L3 IP-IP Overlay Data Path.
* BGP control plane.
@ -2187,4 +2193,4 @@ and the API is fully interactive within the UCP web interface.
- [UCP 2.1 release notes](/datacenter/ucp/2.1/guides/release-notes/index.md)
- [UCP 2.0 release notes](/datacenter/ucp/2.0/guides/release-notes.md)
- [UCP 1.1 release notes](/datacenter/ucp/1.1/release_notes.md)
- [UCP 1.1 release notes](/datacenter/ucp/1.1/release_notes.md)