Skip to content

netman/0.3.0

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

Release Notes

This is pre-release software. Features are still under active development and may change at any time. Please kick the tires and give us your feedback in the #container-networking channel on cloudfoundry.slack.com! Release notes will be updated when there are breaking changes.

Verified with the following: - CF release develop - Diego release v0.1487.0 - garden-runc-release v0.9.0 - flannel v0.6.2 - etcd-release v72 - AWS stemcell 3263.5

Significant Changes

Security

Enable TLS for flannel communication to CF etcd Enabling TLS for flannel communication with etcd is configurable

Manifest Generation

Simplify manifest generation, integrate into Diego templates

CLI

cli plugin shows an error when policy server cannot be reached

Usage

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

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

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

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

Jobs

Packages