Skip to content

v7.12.0

Latest
Compare
Choose a tag to compare
@taylorsilva taylorsilva released this 25 Oct 01:48

✈️ Features

  • Add resource type check interval (#8381) @Caprowni 🔗

    • This adds an option for a user to configure resource types to be checked every X time at a global level as opposed to setting check_every on each resource type.
  • add shared path to SSM parameters (#8687) @konstl000 🔗

  • Implement support for IPv6 networking in tasks (#8801) @Qjammer 🔗

    • Add IPv6 networking support to tasks - There's now a CONCOURSE_CONTAINERD_V6_ENABLE/--containerd-v6-enable config option on the concourse worker command to enable IPv6 support in containerd containers. There are two IPv6 config's you can change. --containerd-v6-pool to specify the IPv6 subnet to use. Default subnet is fd9c:31a6:c759::/64. --containerd-v6-disable-masquerade to disable IPMasq, which is on by default if you use IPv6.
  • fly: add background option to execute command (#8856) @KoltesDigital 🔗

    • fly execute gets new -b/--background option to create builds without watching them.
  • Load vault client token from file (#8899) @jenniferplusplus 🔗

    • This allows Concourse to use the client tokens provided by the K8s Vault-Agent sidecar by setting CONCOURSE_VAULT_CLIENT_TOKEN_PATH
  • Add --team flag to clear-task-cache command (#8933) @hlreyes 🔗

    • Added team flag to fly command clear-task-cache. Use:
      fly -t dev clear-task-cache --job pipeline/job --step some-task-step --team other-team
  • Add --team flag to rename-pipeline command (#8940) @Priyanshinv 🔗

    • Added team flag to fly command rename-pipeline. Usage: fly -t dev rename-pipeline -o some-pipeline -n new-pipeline --team other-team

🐞 Bug Fixes

  • Fly excludes Mac metadata when uploading local inputs (#8939) @selzoc 🔗

    • fly execute no longer includes MacOS extended file attributes when uploading local inputs
  • fix: fix the mistakes in defer statements (#9003) @cuishuang 🔗

🤷 Miscellaneous

📦 Bundled resource types

Note about the Windows Package: The Concourse Windows package had to be re-uploaded after the initial release because the Windows package was not correctly zipped up. We accidentally zipped up an empty folder! This has been fixed in our CI build script.