Skip to content

netman/0.6.0

You can find the source of this version on GitHub at cloudfoundry-incubator/netman-release. It was created based on the commit 80db75da.

Release Notes

This release supports all features required to enable direct, policy-driven communication between containers on Cloud Foundry. We do not recommend using this is production yet, but give it a try and give us your feedback in the #container-networking channel on cloudfoundry.slack.com.

Known issues are documented here.

Verified with the following: - CF release v246 - Diego release v0.1488.0 - garden-runc-release v1.0.3 - flannel v0.6.2 - etcd-release v80 - AWS stemcell 3263.7

Significant Changes

Security

Performance and Scalability

Documentation

Usage

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

- name: "netman"
  version: "0.6.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/netman-release?v=0.6.0"
  sha1: "5b53f7fc15fc035dc6246a27c489f0d5130afee3"

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

bosh upload-release --sha1 5b53f7fc15fc035dc6246a27c489f0d5130afee3 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/netman-release?v=0.6.0"

Jobs

Packages