Skip to content

cf-networking/0.21.0

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

Release Notes

Fixes compatibility issues with BOSH stemcell version 3363.19. If you are deploying cf-networking-release you must upgrade to this release or a subsequent release to use this and future stemcells.

We do not recommend using cf-networking-release in production yet, but give it a try and give us your 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

Significant Changes

Manifest Changes

Changed Properties

  • The value for cf_networking.garden_external_networker.cni_plugin_dir now defaults to /var/vcap/packages/silk-cni/bin We recommend that you remove any overrides for this property, unless you are intending to use a 3rd party CNI plugin.

Stemcell Compatibility

Silk Controller and daemon

Usage

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

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

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

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

Jobs

Packages