Key-value Concourse resource v1.1.0
·
118 commits
to master
since this release
Features
- Properly implements the key-value resource contract, using file names as keys and file contents as values, thus conforming the
ConfigMapformat from Kubernetes, and conventions established by nearly all Concourse resources - Fixed
putsteps - Unit tests passing, and properly blocking the Docker build whenever failing
- Concourse build pipeline for faster publishing of new versions
Breaking changes
- Requires the
directoryparameter forputsteps
Usage
resource_types:
- name: key-value
type: registry-image
source:
repository: gstack/keyval-resource
tag: "1.1.0"