netman/0.9.0
You can find the source of this version on GitHub at cloudfoundry-incubator/netman-release. It was created based on the commit 8bf196af.
Release Notes¶
Key changes include using BulkNetOut for Garden external networker, logging and security enhancements and validation of policy server high availability.
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 above to get information about individual releases.
Significant Changes
Important fixes
Scalability and Performance
- BulkNetOut should be fast while using the external networker
- Handle a bulkNetOut call from Garden to the external networker
Security
- Internal components should not rely on external load-balancer & DNS in order to boot - fix UAA
- Internal components should not rely on external load-balancer & DNS in order to boot - fix CC
High Availability
Logging
- vxlan policy agent log level should be configurable via bosh spec property
- Cats & Dogs Backend App should log requests
- policy server log level should be configurable via bosh spec property
Application Security Groups
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: "netman" version: "0.9.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/netman-release?v=0.9.0" sha1: sha256:
Or upload it to your director with the upload-release command:
bosh upload-release --sha1=sha256: \ "https://bosh.io/d/github.com/cloudfoundry-incubator/netman-release?v=0.9.0"