🚨 Breaking
- Topgun gc_interval to gc.interval (#8822) @xtremerui 🔗
- Refer to concourse/concourse-bosh-release@8d2cfa0, if you are deploying Concourse with Bosh, make sure to replace
gc_interval
withgc.interval
in the spec, if applicable.
- Refer to concourse/concourse-bosh-release@8d2cfa0, if you are deploying Concourse with Bosh, make sure to replace
✈️ Features
-
Make cc.xml endpoint public, and only list public pipelines (#8809) @LukeWinikates 🔗
- Public pipelines are now accessible through the
cc.xml
endpoint while unauthenticated
- Public pipelines are now accessible through the
-
Emitting "latest_completed_build_status" gauge from prometheus (#8826) @wayneadams 🔗
- Add
concourse_builds_latest_completed_build_status
metric- Guage = 0 for success
- Guage = 1 for failure
- Guage = 2 for aborted
- Guage = 3 for error
- Add
-
Add additional help context for metric (#8839) @wayneadams 🔗
🐞 Bug Fixes
-
Fixes cf authentication fails on 7.9.1 #8696 (#8806) @wayneadams 🔗
- Fix CF connector regression bug introduced on 7.9.1
-
Fix fly builds cmd with --team flag (#8841) @xtremerui 🔗
- Fix a bug of
fly builds
command that showspipeline/job not found
when both--team
and--pipeline
/--job
are provided.
- Fix a bug of
🤷 Miscellaneous
-
Update all dependencies (#8789, #8815, #8819, #8821, #8823, #8825, #8830, #8835) @renovate 🔗
-
Bump imdario/mergo to v1.0.0 (#8810) @taylorsilva 🔗
-
Bump concourse/retryhttp to v1.2.4 (#8811) @taylorsilva 🔗
-
Bump concourse/flag to v2.0.2 (#8812) @taylorsilva 🔗
-
Bump txn2/txeh to v1.5.4 (#8813) @taylorsilva 🔗
-
Fix data race in emmiter and pool unit tests (#8832) @xtremerui 🔗
- Fix data race observed in unit tests for emitter new-relic and worker pool tests.
-
Fix integration flaky ops parallel upgrade/downgrade tests (#8834) @xtremerui 🔗
-
Fix integration flaky ops test (#8838) @xtremerui 🔗