cloudfoundry-community / consul-boshrelease

BOSH release for consul
Other
14 stars 20 forks source link

Upgrade to latest consul #43

Open drnic opened 7 years ago

drnic commented 7 years ago

https://github.com/starkandwayne/hashicorp-release-resource is a new concourse resource to watch/download latest versions

hkumarmk commented 7 years ago

I am using consul release to setup something using consul-template, But the version this release have doesnt support few capabilities that I am using in our case. So had to use later version of consul-template (0.19.2) and consul (0.9.2).

Here are the specific reasons for me to update the versions:

consul-template 0.12.0 doesnt support some of the formatting stuffs which I was using. consul version 0.8.4 doesnt support getting the node's datacenter using .Node.Datacenter.

Is it possible to update the versions in this release?