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

v280

Compare
Choose a tag to compare
released this 16 Nov 20:13
· 72 commits to master since this release

UPDATE: Several people have asked about the use of uaa-release 52.2 and the fact that it was originally labeled "Do not use." That release has a known issue with the skipSslValidation flag -- specifically that, when set to true, the UAA continued to validate TLS certificates anyway. This should only impact dev and test users, as production operators should always set skipSslValidation: false. In general, we consider this uaa-release 52.2 safe to use.

Contents

Notices

  • The runtime-config for forwarding component syslogs contains an update that forwards only logs that are written to /var/vcap/sys/log. Logs pushed to rsyslog using the logger CLI will most likely be dropped, by design.
    Any operators who have overridden their syslog configuration to disable BlackBox should stop doing so as part of upgrading to this version of cf-release.

Job Spec Changes

  • Breaking logging change with introduction of property cc.log_db_queries which defaults to false for jobs cloud_controller_ng, cloud_controller_worker, and cloud_controller_clock. This causes DB logs to not be logged by default. If you want to see these logs then you'll need to switch this value to true. An example of the logs in question:
{"timestamp":1510256720.2370548,"message":"(0.001166s) SELECT * FROM `delayed_jobs` WHERE ((((`run_at` <= '2017-11-09 19:45:20') AND (`locked_at` IS NULL)) OR (`locked_at` < '2017-11-09 15:45:20') OR (`locked_by` = 'cc_api_worker.api.0.2')) AND (`failed_at` IS NULL) AND (`queue` IN ('cc-api-0'))) ORDER BY `priority` ASC, `run_at` ASC LIMIT 5","log_level":"info","source":"cc.background","data":{},"thread_id":46994475118420,"fiber_id":46994498232380,"process_id":1759344,"file":"/var/vcap/packages/cloud_controller_ng/cloud_controller_ng/vendor/bundle/ruby/2.4.0/gems/sequel-4.49.0/lib/sequel/database/logging.rb","lineno":88,"method":"block in log_each"}

Security Notices

Affecting v280

  • None

Resolved in v280

  • None

Subcomponent Updates

Compatible Releases and Stemcells