Skip to content

1.7.0

Compare
Choose a tag to compare
@container-networking-bot container-networking-bot released this 22 Sep 23:16
· 2737 commits to develop since this release

Lots of small enhancements in this release - support for rootless mode, setting max open/idle connections on Silk controller and support for BBR on mySQL.

Give us 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

New Properties

  • An optional parameter has been added to turn on bosh backup and restore.
    By default, this property is set to false and backup and restore is turned off.
    • release_level_backup
  • An optional parameter has been added to configure the max number of
    open and idle connections to the silk-controller database.
    • cf_networking.silk_controller.max_open_connections
    • cf_networking.silk_controller.max_idle_connections

Significant Changes

CLI

BBR

Rootless Mode

Enhancements