Skip to content

netman/0.11.0

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

Release Notes

Key changes include logging enhancements and UX changes to the DELETE and GET APIs.

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

Logging

UX changes

Usage

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

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

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

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

Jobs

Packages