nulldriver / cf-cli-resource

Cloud Foundry CLI Concourse Resource
Apache License 2.0
45 stars 55 forks source link

Can not login with v6.52.0 using $CF_HOME/.cf/config.json #85

Closed elgohr closed 2 years ago

elgohr commented 4 years ago

Please don't upgrade to latest CF Cli for now. See https://github.com/cloudfoundry/cli/issues/2035

At the moment this resource is using 6.51.0 (https://github.com/nulldriver/cf-cli-resource/blob/master/Dockerfile#L10), so everything is fine.

patrickcrocker commented 4 years ago

Interesting... the only likely impact this has on the cf-cli-resource is if you are using the CF_HOME functionality. Is that the case for you?

JenGoldstrich commented 4 years ago

Worth noting that this will only be a one time breakage, once you re-log in once on v6.52.0 this will not keep happening :)!

elgohr commented 4 years ago

Nevertheless, we have a resource providing credentials to this resource. In this way they have to be in version-sync. @patrickcrocker when do you plan to update to 6.52.0?

patrickcrocker commented 3 years ago

@elgohr please note that the next version of cf-cli-resource (v2.24.0) will bump the versions of the cf cli to v6.53.0 and v7.2.0 (to be released at the end of this week).

I recommend that you pin to the current version (v2.23.0) in your pipeline to avoid any interruptions in your pipeline until you can update/test with the updated version.

elgohr commented 3 years ago

Thank you for mentioning 🙂

patrickcrocker commented 2 years ago

Updated to cf v6.53.0 in cf-cli-resource v2.24.0