Releases: cloudfoundry-community/bosh-config-resource
Releases · cloudfoundry-community/bosh-config-resource
BOSH-Config Concourse resource v1.2.2
Improvements
- Built resource image on top of Alpine v3.20.3
- Bump Bosh CLI from
v7.5.6to v7.8.2
Usage
resource_types:
- name: bosh-config
type: registry-image
source:
repository: cfcommunity/bosh-config-resource
tag: "1.2.2"
BOSH-Config Concourse resource v1.2.1
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
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
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
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
andparams.vars
input
steps (credit: @DanielJonesEB, see #9) - Bumped to latest
alpine
base image and latestbosh
CLI version - Added support for
source.all
,source.includes
andsource.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
Added param name
to resource definition to support named configs
bosh-config-resource v0.0.6
- Added support for uploading releases (thanks @konstl000)
bosh-config-resource v0.0.5
- 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
Modified source param names to match source configuration in
bosh-deployment-resource.
bosh-config-resource v0.0.2
Changed repository from starkandwayne back to cfcommunity in
ci/settings.yml.