-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stark & Wayne CI Bot
committed
Mar 29, 2021
1 parent
23d005a
commit 3397355
Showing
2 changed files
with
1 addition
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,2 @@ | ||
## Upgrade from v12.45.0 to v16.7.0 | ||
|
||
### New Features | ||
- New Feature Service Discovery is enabled by default. | ||
|
||
`operations/enable-service-discovery.yml` Inlined into manifest and emptied this ops file. see Manifest Updates section on the service discovery feature | ||
|
||
### Changes | ||
|
||
- Fixed cc_deployment_updater issue where it always refers to only one MySQL instance even if the ccdb is scaled out. The change updates cc_deployment_updater to refer to CCDB using BOSH DNS record sql-db.service.cf.internal | ||
|
||
- Added support for the new (pre 1.0) bionic stemcell by way of an experimental ops file | ||
|
||
- `Defaults to syslog agents and remove syslog adapters` | ||
|
||
Replaces the scalable syslog architecture with the shared-nothing syslog architecture. This architecture is more efficient and will enable the usage of the aggregate drains feature. This change adds two new add-ons to every VM in Cloud Foundry. Operator impact: If your VMs are operating at full or near capacity, you may need to increase the VM resources. If you want this change to occur without logs on app syslog drains being duplicated or dropped for much of the duration of the deploy, we recommend deploying v12 with the operations/experimental/add-disabled-syslog-agent-for-upgrade.yml ops file before deploying v13. This ops file is only needed for your last deployment of v12, and is not needed when deploying v13. | ||
|
||
### Breaking changes | ||
|
||
- This release re-defines all certificates to define a set of subject alternative names that at least includes the common name, as mandated by changes in Golang 1.15. As a result, if you generate your own deployment certificates, you must ensure they include the common name in the list of subject alternative names. If you are using a BOSH-deployed Credhub instance to manage your credentials, please ensure that you are running at least v270.4.0 of BOSH, which includes support for the per-variable update_mode option. | ||
|
||
- Removed the ubuntu-trusty stemcell from the colocation criteria of the bosh deployment addons included in cf-deployment by default. If you are still using ubuntu-trusty and rely on the colocation of these addons, you will need to re-add ubuntu-trusty to the criteria with an ops-file. Fixes #918 . | ||
|
||
### Security Fixes | ||
|
||
- Security Fix: Fix for CVE-2020-5416. Improve websocket error handling. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
## Version: 2.0.2 | ||
## Version: 2.1.0 |