Merge pull request #9889 from traci-morrison/golang-bump

Change Golang version number
This commit is contained in:
Traci Morrison 2019-11-15 15:44:40 -05:00 committed by GitHub
commit 50fe61e386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -44,8 +44,8 @@ upgrade your installation to the latest release.
* Added a feature that allows the user to enable SecureOverlay as an add-on on UCP via an install flag called `secure-overlay`. This flag enables IPSec Network Encryption in Kubernetes. * Added a feature that allows the user to enable SecureOverlay as an add-on on UCP via an install flag called `secure-overlay`. This flag enables IPSec Network Encryption in Kubernetes.
### Security ### Security
* Upgraded Golang to 1.13.2. (ENGORC-2762) * Upgraded Golang to 1.12.12. (ENGORC-2762)
* Fixed an issue that allowed a user with a "restricted control" role to obtain Admin access to UCP. (ENGORC-2781) * Fixed an issue that allowed a user with a `Restricted Control` role to obtain Admin access to UCP. (ENGORC-2781)
### Bug fixes ### Bug fixes
* Fixed an issue where UCP 3.2 backup performs an append not overwrite when `--file` switch is used. (FIELD-2043) * Fixed an issue where UCP 3.2 backup performs an append not overwrite when `--file` switch is used. (FIELD-2043)
@ -978,7 +978,7 @@ leading to a gap in permissions checks. (ENGORC-2781)
2019-09-03 2019-09-03
### Kubernetes ### Kubernetes
* Kubernetes has been upgraded to version 1.8.15-docker-7. This version was built with Golang 1.12.9.. * Kubernetes has been upgraded to version 1.8.15-docker-7. This version was built with Golang 1.12.9.
* Kubernetes DNS has been upgraded to 1.14.13. * Kubernetes DNS has been upgraded to 1.14.13.
### Networking ### Networking