Releases: cloudfoundry-community/terraform-provider-cloudfoundry
Releases · cloudfoundry-community/terraform-provider-cloudfoundry
v0.15.1
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
v0.14.2
Changes
- Support for Apple M1
v0.14.1
v0.14.0
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
andpath
. 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
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
Features
- Let be possible to set role for org and space by username, see #297