Skip to content

Commit

Permalink
Release UCP 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Fernandes authored and joaofnfernandes committed May 17, 2018
1 parent 055b2be commit 8f4f25f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ defaults:
values:
ucp_org: "docker"
ucp_repo: "ucp"
ucp_version: "3.0.0"
ucp_version: "3.0.1"
- scope: # This is a bit of a hack for the get-support.md topic.
path: "ee"
values:
ucp_org: "docker"
ucp_repo: "ucp"
dtr_repo: "dtr"
ucp_version: "3.0.0"
ucp_version: "3.0.1"
dtr_version: "2.5.0"
dtr_latest_image: "docker/dtr:2.5.0"
- scope:
Expand Down
4 changes: 4 additions & 0 deletions _data/ddc_offline_files_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
- product: "ucp"
version: "3.0"
tar-files:
- description: "3.0.1 Linux"
url: https://packages.docker.com/caas/ucp_images_3.0.1.tar.gz
- description: "3.0.1 Windows"
url: https://packages.docker.com/caas/ucp_images_win_3.0.1.tar.gz
- description: "3.0.0 Linux"
url: https://packages.docker.com/caas/ucp_images_3.0.0.tar.gz
- description: "3.0.0 Windows"
Expand Down
43 changes: 43 additions & 0 deletions ee/ucp/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,49 @@ known issues for the latest UCP version.
You can then use [the upgrade instructions](admin/install/upgrade.md), to
upgrade your installation to the latest release.

## 3.0.1 (2018-05-17)

**Bug Fixes**
* Core
* Bumped Kubernetes version to 1.8.11.
* 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`
flag at install or `cluster_config.kube_apiserver_port` in UCP config.
* Fixed an issue where upgrade fails due to missing `ucp-kv` snapshots.
* Fixed an issue where upgrade fails due to layer 7 routing issues.
* `ucp-interlock-proxy` no longer tries to schedule components on Windows nodes.
* Fixed an issue where a Kubernetes networking failure would not stop UCP from
installing successfully.
* Fixed an issue where encrypted overlay networks could not communicate on
firewalled hosts.
* Fixed an issue where Pod CIDR and Node IP values could conflict at install
Installation no longer fails if an empty `PodCIDR` value is set in the UCP
config at install time. Instead, it falls back to default CIDR.

* UI/UX
* Fixed an issue where UCP banners redirected to older UCP 2.2 documentation.


**Known issues**

* Encrypted overlay networks may not work after upgrade from 3.0.0. Apply the following to
all the nodes after the upgrade.
```
iptables -t nat -D KUBE-MARK-DROP -j MARK --set-xmark 0x8000/0x8000
iptables -t filter -D KUBE-FIREWALL -m comment --comment "kubernetes firewall for dropping marked packets" -m mark --mark 0x8000/0x8000 -j DROP
```
* `ucp-kube-controller-manager` emits a large number of container logs.
* Excessive delay is seen when sending `docker service ls` via UCP client
bundle on a cluster that is running thousands of services.
* Inter-node networking may break on Kubernetes pods while the `calico-node`
pods are being upgraded on each node. This may cause up to a few minutes of
networking disruption for pods on each node during the upgrade process,
depending on how quickly `calico-node` gets upgraded on those nodes.
## Version 3.0.0 (2018-04-17)
The UCP system requirements were updated with 3.0.0. Make sure to
Expand Down

0 comments on commit 8f4f25f

Please sign in to comment.