✈️ 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.
- 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
-
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 theconcourse 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 isfd9c:31a6:c759::/64
.--containerd-v6-disable-masquerade
to disable IPMasq, which is on by default if you use IPv6.
- Add IPv6 networking support to tasks - There's now a
-
fly
: addbackground
option toexecute
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
- This allows Concourse to use the client tokens provided by the K8s Vault-Agent sidecar by setting
-
Add
--team
flag toclear-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
- Added team flag to fly command clear-task-cache. Use:
-
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
- Added team flag to fly command
🐞 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
-
Fix incorrect log message (#8865) @hongkuancn 🔗
-
use stable website for internet test in watsjs (#8869) @xtremerui 🔗
-
Update renovate.json (#8871) @xtremerui 🔗
-
fix(deps): update module github.com/containerd/containerd to v1.7.11 [security] (#8872) @renovate 🔗
-
fix(deps): update module github.com/go-jose/go-jose/v3 to v3.0.1 [security] (#8873) @renovate 🔗
-
fix(deps): update module golang.org/x/crypto to v0.17.0 [security] (#8874) @renovate 🔗
-
Pulling go version other than relying on runner image in CodeQL scan (#8879) @xtremerui 🔗
-
Fix compilation error in topgun/k8s test (#8889) @xtremerui 🔗
-
Rebase master 7.11.1 (#8895) @xtremerui 🔗
-
fix(deps): update module github.com/opencontainers/runc to v1.1.12 [security] (#8900) @renovate 🔗
-
Rotate dev vault certs (#8904) @xtremerui 🔗
-
Rebase master 7.11.2 (#8909) @xtremerui 🔗
-
fix(deps): update module github.com/go-jose/go-jose/v3 to v3.0.3 [security] (#8922) @renovate 🔗
-
Fix elm data-format package hash error (#8928) @xtremerui 🔗
- switch from elm package
ryannhg/date-format
toryan-haskell/date-format
- switch from elm package
-
Fix integration test failure due to deprecated docker-compose (#8946) @xtremerui 🔗
-
chore: fix function name in comment (#8948) @fuyangpengqi 🔗
-
chore: remove repeat words (#8967) @stellrust 🔗
-
fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.7 [security] (#8969) @renovate 🔗
-
Correctly configure the garden backend in integration tests (#8979) @taylorsilva 🔗
📦 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.