Concourse v6.0.0-pre Release Notes

Release Date: 2020-01-28 // about 4 years ago
  • ๐Ÿš€ > This is a pre-release of 6.0 which brings major changes not yet captured by the following release notes. Watch this space! ๐Ÿ™‚

    ๐Ÿฑ ๐Ÿ”— feature

    • ๐Ÿ— Include job label in build duration metrics exported to Prometheus. #4976

    ๐Ÿฑ ๐Ÿ”— fix

    • ๐Ÿ’ป The dashboard page refreshes its data every 5 seconds. Until now, it was possible (especially for admin users) for the dashboard to initiate an ever-growing number of API calls, unnecessarily consuming browser, network and API resources. Now the dashboard will not initiate a request for more data until the previous request finishes. #5023

    ๐Ÿฑ ๐Ÿ”— feature

    With this feature enabled (via --tracing-(jaeger|stackdriver)-* variables in
    ๐ŸŒ concourse web), the web node starts recording traces that represent the
    ๐Ÿ— various steps that a build goes through, sending them to the configured trace
    collector. #4607

    ๐Ÿ‘ As this feature is being built using OpenTelemetry, expect to have support for
    other systems soon.