buildkite / elastic-ci-stack-for-aws

An auto-scaling cluster of build agents running in your own AWS VPC
https://buildkite.com/docs/quickstart/elastic-ci-stack-aws
MIT License
418 stars 272 forks source link

Update changelog for v6.22.0 #1331

Closed kalopilato closed 3 months ago

kalopilato commented 3 months ago

v6.22.0 (2024-06-19)

Full Changelog

Added

Changed

Full Agent Changelog

Full Changelog

Security
  • ⚠️ When using artifact download, artifacts that were uploaded with paths containing .. will no longer be able to traverse up from the destination path. This change is unlikely to break the vast majority of pipelines, however if you are relying on .. for path traversal and cannot fix your pipeline, you can enable the new experiment allow-artifact-path-traversal #2815 (@DrJosh9000)
  • Redact Job API token like other env vars #2834 (@DrJosh9000)
Added
  • Add logs to allowed-[repositories|plugins] #2810 (@jakubm-canva)
Fixed
  • Fix error in k8s after job completes #2804 (@DrJosh9000)
Changed
  • PTY rows/cols increased #2806 (@pda)
  • Dont sign initial steps with interpolations #2813 (@moskyb)
Internal

[!IMPORTANT] When using artifact download, artifacts that were uploaded with paths containing .. will no longer be able to traverse up from the destination path. This change is unlikely to break the vast majority of pipelines, however if you are relying on .. for path traversal and cannot fix your pipeline, you can enable the new experiment allow-artifact-path-traversal

Fixed

Dependencies