Hi all,
As part of the effort to move CC Bridge components from diego-release to
cf-release/capi-release, we have removed the cc bridge components from the
diego-release manifest.
These include cc-uploader, stager, nsync, and tps.
*If you are not using the diego-release manifest generation scripts, you
will have to update your diego manifests to point at cf release (instead of
diego release) for the components like so:*
jobs:
cc_bridge_zX//collocated:
templates:
- name: stager
release: cf
- name: nsync
release: cf
- name: tps
release: cf
- name: cc_uploader
release: cf
This change will come with the next final release.
Thanks,
Connor and Utako, Diego and CAPI teams