Skip to content

BOSH-Config Concourse resource v1.0.0

Compare
Choose a tag to compare
@gk-concourse-ninja gk-concourse-ninja released this 18 Nov 16:57
· 27 commits to master since this release

Improvements

  • Updated pipeline including basic unit tests, now able to test GitHub Pull Requests
  • Have source.ca_cert be optional in case the CA certificate is already trusted (credit: @Infra-Red, see #6)
  • Support for params.ops_files and params.vars in put steps (credit: @DanielJonesEB, see #9)
  • Bumped to latest alpine base image and latest bosh CLI version
  • Added support for source.all, source.includes and source.excludes in order to watch, download or update many config files of the same type (credit: @bgandon)

Usage

resource_types:
  - name: bosh-config
    type: registry-image
    source:
      repository: cfcommunity/bosh-config-resource
      tag: "1.0.0"