github cloudfoundry/cf-networking-release v1.5.0
1.5.0

latest releases: v3.11.0, v3.10.0, v3.9.0...
6 years ago

This release includes initial support for BBR. Try it out 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:

Manifest Changes

Links Enabled
The policy-server now provides database connection info via a link which the new policy-server-internal job consumes:

  • cf_networking.policy_server.database.type
  • cf_networking.policy_server.database.username
  • cf_networking.policy_server.database.password
  • cf_networking.policy_server.database.port
  • cf_networking.policy_server.database.name
  • cf_networking.policy_server.database.host

New Properties

  • REQUIRED: A new job policy-server-internal has been added. This job requires the following properties:
    • cf_networking.policy_server_internal.ca_cert
    • cf_networking.policy_server_internal.server_cert
    • cf_networking.policy_server_internal.server_key
      There are additional optional paramaters that can be set and are viewable in the spec file
  • An optional parameter has been added to configure the path to the iptables kernel log for
    the iptables_logger.
    • cf_networking.iptables_logger.kernel_log_file

Removed Properties

  • The policy-server job has removed the following properties:
    • cf_networking.policy_server.internal_listen_port
    • cf_networking.policy_server.ca_cert
    • cf_networking.policy_server.server_cert
    • cf_networking.policy_server.server_key

Changed Properties

  • The consul.agent.services.policy-server property for the consul_agent job on the api instance group
    should be renamed to consul.agent.services.policy-server-internal.

Significant Changes

CLI Changes

BBR Changes

Chores

Don't miss a new cf-networking-release release

NewReleases is sending notifications on new releases.