Concourse v6.4.0 Release Notes

Release Date: 2020-07-15 // over 3 years ago
  • ๐Ÿฑ ๐Ÿ”— feature

    • @mouellet added a way of renaming pipeline resources while preserving version history by updating the resource name (as well as any reference in steps) and specifying its old name as old_name. After the pipeline has been configured, the old_name field can be removed. #5833

    ๐Ÿฑ ๐Ÿ”— feature

    • ๐Ÿ’ป Archived pipelines can be displayed in the web UI via a toggle switch in the top bar. #5777, #5760

    ๐Ÿฑ ๐Ÿ”— fix

    ๐Ÿฑ ๐Ÿ”— fix

    ๐Ÿฑ ๐Ÿ”— fix

    • Pipelines can be re-ordered in the dashboard when filtering. This was a regression introduced in 6.0. #5821

    ๐Ÿฑ ๐Ÿ”— feature

    • ๐Ÿ’… Style improvements to the sidebar. #5778

    ๐Ÿฑ ๐Ÿ”— fix

    • ๐Ÿ’ป The sidebar can now be expanded in the UI - no more long pipeline names being cut off! #5782

    ๐Ÿฑ ๐Ÿ”— feature

    • โž• Add --include-archived flag for fly pipelines command. #5673

    ๐Ÿฑ ๐Ÿ”— fix

    • fly login now accepts arbitrarily long tokens when pasting the token manually into the console. Previously, the limit was OS dependent (with OSX having a relatively small maximum length of 1024 characters). This has been a long-standing issue, but it became most noticeable after 6.1.0 which significantly increased the size of tokens. Note that the pasted token is now hidden in the console output. #5770

    ๐Ÿฑ ๐Ÿ”— feature

    • โž• Add --team flag for fly set-pipelines command #5805

    ๐Ÿฑ ๐Ÿ”— fix

    • ๐Ÿ›  Fix a validation issue where a step can be set with 0 attempts causing the ATC to panic. #5830

    ๐Ÿฑ ๐Ÿ”— fix

    • ๐Ÿ›  Fix tooltip on pipeline names. PR: #5855

    ๐Ÿฑ ๐Ÿ”— feature

    • ๐Ÿ”จ Refactor existing step structure to simplify introducing new steps. The primary user facing changes are stricter validation and slightly different step validation messages. Previously, fields that were not part of a step wouldn't have failed validation,however, now they will. This will impact stateful actions such as set-pipeline. PR: #5504, #5878

    ๐Ÿฑ ๐Ÿ”— feature

    • โšก๏ธ @tlwr updated the set_pipeline step to be used across teams. This is 'experimental' for now, please share your feedback in the thread. PR: #5729

    ๐Ÿฑ ๐Ÿ”— feature

    • @evanchaoli added OPA integration to Concourse to enable policy enforcement. The RFC #41 for the integration is still in progress so it is considered 'experimental'. PR: #5034

    ๐Ÿฑ ๐Ÿ”— feature

    • โž• Add support for task.run.user field in containerd runtime. Issue: #5144 PR: #5704