Skip to content

cf-networking/1.6.0

You can find the source of this version on GitHub at cloudfoundry-incubator/cf-networking-release. It was created based on the commit e94ba49.

Release Notes

The primary change in this release is a change in the default directories for CNI plugins integrating into Cloud Foundry.

Give us feedback in the #container-networking channel on cloudfoundry.slack.com. Take a look at known issues for current limitations and known issues.

Verified with the following: - CF deployment

Manifest Changes

Changed Properties

  • The value for cf_networking.garden_external_networker.cni_plugin_dir now defaults to /var/vcap/packages/cni/bin
  • The value for cf_networking.garden_external_networker.cni_config_dir now defaults to /var/vcap/jobs/cni/config/cni

Significant Changes

Policies for Tasks

Debugging Enhancements

CNI

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "cf-networking"
  version: "1.6.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/cf-networking-release?v=1.6.0"
  sha1: "d919974f26a9892cac87ab221e045014f4bf460b"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 d919974f26a9892cac87ab221e045014f4bf460b \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/cf-networking-release?v=1.6.0"

Jobs

Packages