Cloudfoundry Community Terraform Provider Cloudfoundry Versions Save

Terraform Cloud Foundry Provider

v0.15.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cloudfoundry-community/terraform-provider-cloudfoundry/compare/v0.15.0...v0.15.1

v0.15.0

2 years ago

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

2 years ago

Changes

  • Support for Apple M1

v0.14.1

3 years ago

Fixes

v0.14.0

3 years ago

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

  • @loafoe
  • @vlaurin

v0.13.0

3 years ago

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

  • @loafoe
  • @foudelsalhi
  • @DenesCs
  • @dchauviere

v0.12.6

3 years ago

Fixes:

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

v0.12.5

3 years ago

⚠️ Do not use this release ⚠️

Fixes

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

thanks to

  • @loafoe
  • @46bit

v0.12.4

3 years ago

Changes

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

v0.12.3

3 years ago

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

  • @loafoe