
Concourse Resource Type: BOSH Release
Project
|
A Concourse resource which helps users access and publish BOSH releases using best practices.
I created this Concourse resource type because I was managing many BOSH releases and wanted to codify the best practices for myself and others. I’m particularly proud of:
- coming up with a semver-compatible versioning scheme that works with both BOSH, Concourse, and
git
. - the resource being adopted by Concourse itself for managing their own BOSH release in their pipelines.
dpb587/bosh-release-resource
Repository
| github.com
A Concourse resource for working with versions of a BOSH release. Specifically focused on support for non-bosh.io releases, private release repositories, version constraints, dev releases, and
finalize-release
tasks.
Latest Release — v0.7.0 (2020-01-11)
Fixes
- Ensure latest/since version is always included in
check
results. - Correct version ordering when
dev_versions
is enabled (https://github.com/dpb587/bosh-release-resource/issues/8).