Skip to content

netman/0.8.0

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

Release Notes

This release is the first release of netman that is validated against cf-deployment. Key changes include a fix for flannel watchdog not being stopped correctly and miscellaneous security fixes.

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.

Verified with the following: - CF deployment Follow the link to get information about individual releases.

Significant Changes

  • Fixes flannel watchdog not being stopped correctly.

Security

Logging

Usage

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

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

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

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

Jobs

Packages