Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

v273

Choose a tag to compare

released this 25 Sep 19:23
· 180 commits to master since this release

Contents

Notices

  • cf-networking job name change: The job called silk-cni has been renamed to cni. Operators that include cf-networking in their Diego deployment will need to update their manifest generation stubs to reflect this change:
    cf_networking_overrides:
      ...
    
      driver_templates:
      ...
    
    - - name: silk-cni
    + - name: cni
        release: cf-networking
    
    Additionally, default values have been updated:
    • The value for cf_networking.garden_external_networker.cni_plugin_dir now defaults to /var/vcap/packages/cni/bin
    • The value for cf_networking.garden_external_networker.cni_config_dir now defaults to /var/vcap/jobs/cni/config/cni
  • The postgres job will upgrade PostgreSQL to version 9.6.4. This drops support for upgrading from PostgreSQL 9.4.9. Only upgrades from PostgreSQL 9.6.2 (since cf v256) and PostgreSQL 9.6.3 (since cf v260) are supported. Before deploying, please review considerations at postgres-release v20.
  • Container Metrics Issue - This release includes a bug in go-loggregator which causes container metrics to report 0 for multiple instances of of an app. This issue is addressed in cf-release 274

Job Spec Changes

  • None

Security Notices

Affecting v273

  • None

Resolved in v273

  • None

Subcomponent Updates

Compatible Releases and Stemcells