Updated UCP release notes for August Patch

This commit is contained in:
ollypom 2019-09-03 10:56:07 +00:00
parent 5928b35e00
commit 10e9cb9f41
No known key found for this signature in database
GPG Key ID: 2E6D9F4EBCB6B160
1 changed files with 135 additions and 75 deletions

View File

@ -29,27 +29,33 @@ upgrade your installation to the latest release.
### Kubernetes
* Kubernetes has been upgraded to version 1.14.6.
* Kubernetes DNS has been upgraded to 1.14.13 and is now replicated for HA.
* Kubernetes DNS has been upgraded to 1.14.13 and is now deployed with more
than 1 replica by default.
### Networking
* Calico has been upgraded to version 3.8.2.
* Calico has been upgraded to version 3.8.2. For more information see the [Calico Release
Notes](https://docs.projectcalico.org/v3.8/release-notes/).
* Interlock has been upgraded to version 2.6.1.
* Added `azure-ip-count` at installation.
* The `azure-ip-count` variable is now exposed at install time, allowing a User
to customize the number of IP addresses UCP provisions for each node.
Additional information can be found
[here](/ee/ucp/admin/install/cloudproviders/install-on-azure/#adjust-the-ip-count-value)
### Security
* Upgraded Golang to 1.12.9.
* Added CSP header to prevent cross-site scripting attacks (XSS)
### Bootstrap
* Fixed various issues in install, uninstall, backup and restore.
* Fixed various issues in install, uninstall, backup and restore when UCP
Telemetry data had been disabled.
| Component | Version |
| ----------- | ----------- |
| UCP | 3.2.0 |
| Kubernetes | 1.14.6 |
| Calico | 3.8.2 |
| Interlock | 2.6.1 |
| Interlock NGINX proxy | 1.14.2 |
| Component | Version |
| --------------------- | ------- |
| UCP | 3.2.1 |
| Kubernetes | 1.14.6 |
| Calico | 3.8.2 |
| Interlock | 2.6.1 |
| Interlock NGINX proxy | 1.14.2 |
## 3.2.0
2019-7-22
@ -287,22 +293,23 @@ In order to optimize user experience and security, support for Internet Explorer
- Attempts to deploy local PV fail with regular UCP configuration unless PV binder SA is bound to cluster admin role.
- Workaround: Create a `ClusterRoleBinding` that binds the `persistent-volume-binder` serviceaccount
to a `cluster-admin` `ClusterRole`, as shown in the following example:
```
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
subjectName: kube-system-persistent-volume-binder
name: kube-system-persistent-volume-binder:cluster-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: persistent-volume-binder
namespace: kube-system
```
```
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
subjectName: kube-system-persistent-volume-binder
name: kube-system-persistent-volume-binder:cluster-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: persistent-volume-binder
namespace: kube-system
```
- Using iSCSI on a SLES 12 or SLES 15 Kubernetes cluster results in failures
- Using Kubernetes iSCSI on SLES 12 or SLES 15 hosts results in failures. Kubelet logs might have errors similar to the following, when there's an attempt to attach the iSCSI based persistent volume:
@ -366,22 +373,59 @@ In order to optimize user experience and security, support for Internet Explorer
# Version 3.1
### Kubernetes
* Kubernetes has been upgraded to version 1.14.6.
* Kubernetes DNS has been upgraded to 1.14.13 and is now deployed with more
than 1 replica by default.
### Networking
* Calico has been upgraded to version 3.8.2. For more information see the [Calico Release
Notes](https://docs.projectcalico.org/v3.8/release-notes/).
* Interlock has been upgraded to version 2.6.1.
* The `azure-ip-count` variable is now exposed at install time, allowing a User
to customize the number of IP addresses UCP provisions for each node.
Additional information can be found
[here](/ee/ucp/admin/install/cloudproviders/install-on-azure/#adjust-the-ip-count-value)
### Security
* Upgraded Golang to 1.12.9.
* Added CSP header to prevent cross-site scripting attacks (XSS)
### Bootstrap
* Fixed various issues in install, uninstall, backup and restore when UCP
Telemetry data had been disabled.
## 3.1.10
2019-08-29
### Kubernetes
* Kubernetes has been upgraded to version 1.11.0-docker-2 that is built on Golang 1.12.9.
* Kubernetes DNS has been upgraded to 1.14.13 and is now replicated for HA.
* Kubernetes has been upgraded to version 1.11.10-docker-1, this has been built
with Golang 1.12.9.
* Kubernetes DNS has been upgraded to 1.14.13 and is now deployed with more
than 1 replica by default.
### Networking
* Calico has been upgraded to version 3.8.2.
* Calico has been upgraded to version 3.8.2. For more information see the [Calico Release
Notes](https://docs.projectcalico.org/v3.8/release-notes/).
* Interlock has been upgraded to version 2.6.1.
### Security
* Upgraded Golang to 1.12.9.
### UI
* A warning message will be shown when one attempts to upgrade 3.1 to 3.2 via GUI.
* A warning message will be shown when one attempts to upgrade from 3.1.x to
3.2.x via the UCP UI. This upgrade can only be performed by the CLI.
### Components
| Component | Version |
| --------------------- | ------- |
| UCP | 3.1.10 |
| Kubernetes | 1.11.10 |
| Calico | 3.8.2 |
| Interlock | 2.6.1 |
| Interlock NGINX proxy | 1.14.2 |
## 3.1.9
2019-07-17
@ -828,16 +872,32 @@ The following features are deprecated in UCP 3.1.
2019-08-29
### Kubernetes
* Kubernetes has been upgraded to version 1.8.15-docker-7 that is built on Golang 1.12.9.
* Kubernetes has been upgraded to version 1.8.15-docker-7, this has been built
with Golang 1.12.9.
* Kubernetes DNS has been upgraded to 1.14.13.
### Networking
* Calico has been upgraded to version 3.0.12.
* Calico has been upgraded to version 3.8.2. For more information see the [Calico Release
Notes](https://docs.projectcalico.org/v3.8/release-notes/).
* Interlock has been upgraded to version 2.6.1.
### Security
* Upgraded Golang to 1.12.9.
*
### UI
* A warning message will be shown when one attempts to upgrade from 3.1.x to
3.2.x via the UCP UI. This upgrade can only be performed by the CLI.
### Components
| Component | Version |
| --------------------- | ------- |
| UCP | 3.0.14 |
| Kubernetes | 1.8.15 |
| Calico | 3.8.2 |
| Interlock | 2.6.1 |
| Interlock NGINX proxy | 1.14.2 |
## 3.0.13
2019-07-17