dpb587 / bosh-io-release-resource

tracks BOSH releases published on https://bosh.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bosh.io release resource

Tracks the versions of a release on bosh.io.

For example, to automatically consume releases of Concourse:

resources:
- name: concourse
  type: bosh-io-release
  source:
    repository: concourse/concourse

Source Configuration

  • repository: Required. The GitHub repository of the release, i.e. username/reponame.

Behavior

check: Check for new versions of the release.

Detects new versions of the release that have been published to bosh.io. If no version is specified, check returns the latest version, otherwise check returns all versions from the version specified on.

Note that there may be a delay between the final release appearing on GitHub, and it appearing in bosh.io.

in: Fetch a version of the release.

Fetches a given release, placing the following in the destination:

  • version: The version number of the release.
  • url: A URL that can be used to download the release tarball.
  • sha1: The sha1 of the release tarball.
  • release.tgz: The release tarball, if the tarball param is true.

Parameters

  • tarball: Optional. Default true. Fetch the release tarball.

About

tracks BOSH releases published on https://bosh.io

License:Apache License 2.0


Languages

Language:Shell 100.0%