Skip to content

Releases: cloudfoundry-community/bosh-config-resource

BOSH-Config Concourse resource v1.2.1

11 May 15:15
Compare
Choose a tag to compare

Improvements

  • Fixed Concourse pipeline so that Alpine version is properly controlled from the pipeline resources, and version bumping is solid
  • Built resource image on top of Alpine 3.19.1

Usage

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

BOSH-Config Concourse resource v1.2.0

01 Feb 21:34
Compare
Choose a tag to compare

Improvements

  • Bump base image to latest Alpine v3.19.1
  • Bump Bosh CLI to v7.5.2 and Bash to v5.2.21

Usage

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

BOSH-Config Concourse resource v1.1.0

14 Nov 12:46
Compare
Choose a tag to compare

Improvements

  • Minor improvements on docs and CIpipeline
  • Bump base image to latest Alpine 3.18.4
  • Bump Bosh CLI to v7.4.1 and Bash to v5.2.15

Usage

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

BOSH-Config Concourse resource v1.0.0

18 Nov 16:57
Compare
Choose a tag to compare

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"

bosh-config-resource v0.0.7

20 May 09:09
Compare
Choose a tag to compare

Added param name to resource definition to support named configs

bosh-config-resource v0.0.6

08 Apr 17:35
Compare
Choose a tag to compare
  • Added support for uploading releases (thanks @konstl000)

bosh-config-resource v0.0.5

22 Jan 13:29
Compare
Choose a tag to compare
  • Implemented put, to update config on director
  • Updated bosh cli to 5.4.0
  • Added usage docs to README

bosh-config-resource v0.0.4

05 May 17:57
Compare
Choose a tag to compare

Modified source param names to match source configuration in
bosh-deployment-resource.

bosh-config-resource v0.0.2

04 May 17:02
Compare
Choose a tag to compare

Changed repository from starkandwayne back to cfcommunity in
ci/settings.yml.

bosh-config-resource v0.0.1

04 May 15:26
Compare
Choose a tag to compare