Skip to content

Releases: cloudfoundry-community/terraform-provider-cloudfoundry

v0.15.1

25 Mar 17:54
9c9a334
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/go-getter from 1.5.0 to 1.5.9 by @dependabot in #360
  • Bump github.com/cenkalti/backoff/v4 from 4.1.0 to 4.1.1 by @dependabot in #357
  • Bump github.com/hashicorp/go-uuid from 1.0.1 to 1.0.2 by @dependabot in #356
  • Bump github.com/hashicorp/go-multierror from 1.0.0 to 1.1.1 by @dependabot in #358
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.5.0 to 2.8.0 by @dependabot in #359
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.5.0 to 2.9.0 by @dependabot in #363
  • CF Service Key credentials should be sensitive by @leomoty in #365
  • Bump github.com/hashicorp/go-getter from 1.5.9 to 1.5.11 by @dependabot in #373

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

27 Oct 21:30
60e5c6b
Compare
Choose a tag to compare

0.15.0 (October 28, 2021)

ENHANCEMENTS:

  • Switch provider to Terraform Plugins SDK v2 (#289)
  • Option to toggle isolation tests (#351)
  • Support for local debugging with delve (#332)
  • Enable dependabot

BUG FIXES:

  • delete user from CF api, not just from UAA (#350)
  • Set ForceNew on space change of a route (#322)
  • Documentation fixes (#322, #328)
  • Fix retrieve service with space (#334)

v0.14.2

23 May 00:59
05c4e84
Compare
Choose a tag to compare

Changes

  • Support for Apple M1

v0.14.1

21 Apr 08:51
3bf0a53
Compare
Choose a tag to compare

Fixes

  • Fix bug on blue-green deployment for docker based app, see context here #336

v0.14.0

29 Mar 18:38
c8a7f68
Compare
Choose a tag to compare

Fixes

  • Fix label / annotations value assignment. Fixes #304
  • Accept DOWN state during staging/deploy until timeout is reached. Fixes #317
  • Allow diff customization for changed docker_image and path. Fixes #311
  • Always skip restage if app is Docker based. Fixes #309
  • Close correctly http response when needed

Changes

  • Precision on how to use timeouts on service instance resource

Features

  • Feature: conditional replacement of service instances, see #323

thanks to

v0.13.0

18 Dec 16:13
Compare
Choose a tag to compare

Fixes

  • Retry on http route creation due to async operation, see #288
  • Fix json_params service binding bug, see #293
  • Fix Always restart app on environment changes (close #294 ), see #295
  • Fix fail_when_catalog_not_accessible when updated, see #300
  • Sanitize port for docker, see #301
  • Fix api for updating route, see #302

Changes

  • Service bindings are created in order, see #298
  • filter Import default and global asg, see #299

Features

  • Let be possible to set role for org and space by username, see #297

thanks to

v0.12.6

08 Oct 14:14
Compare
Choose a tag to compare

Fixes:

  • Deploy: Context for error handling was to nil which create a panic during cleaning

v0.12.5

08 Oct 09:33
8d135b8
Compare
Choose a tag to compare

⚠️ Do not use this release ⚠️

Fixes

  • fix bad error handling ( close #281 )
  • add undocumented timeout

thanks to

v0.12.4

02 Sep 08:22
Compare
Choose a tag to compare

Changes

No change against v0.12.3, this release is for releasing to hashicorp, this also deprecate the install script.

v0.12.3

01 Sep 08:23
Compare
Choose a tag to compare

Fixes

  • fix docker deployment bugs on standard strategy
  • listing user with fewer permission (e.g.: pcf) is now possible without failing ( close #240 )

Internal change

  • prepare registering at hashicorp
  • update provider sdk

thanks to