Skip to content

netman/0.12.0

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

Release Notes

Key changes include configurable subnet ranges and masks, self service policy configuration and enhancements for reducing policy enforce time.

We do not recommend using netman-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

Deployment Changes

Space Developer self-service policy configuration

UX changes

Performance and Scalability

Miscellaneous Changes

Usage

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

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

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

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

Jobs

Packages