Key-value Concourse resource v1.1.0
gk-concourse-ninja
released this
10 Dec 12:51
·
102 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
ConfigMap
format from Kubernetes, and conventions established by nearly all Concourse resources - Fixed
put
steps - Unit tests passing, and properly blocking the Docker build whenever failing
- Concourse build pipeline for faster publishing of new versions
Breaking changes
- Requires the
directory
parameter forput
steps
Usage
resource_types:
- name: key-value
type: registry-image
source:
repository: gstack/keyval-resource
tag: "1.1.0"