Releases: cloudfoundry-community/terraform-provider-cloudfoundry
Releases · cloudfoundry-community/terraform-provider-cloudfoundry
v0.53.1
What's Changed
- Bump github.com/google/uuid from 1.4.0 to 1.6.0 by @dependabot in #548
- bump community cloudfoundry-cli to v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible by @gmllt in #549
- Update cf service instance test go for metadata label by @Jess713 in #543
- fix(service_instance resource): only send modified attributes in update request by @Cocossoul in #550
- fix service_instance resource failing to update synchronously by @sleungcy in #551
- revert 0f945c3 by @sleungcy in #554
New Contributors
- @gmllt made their first contribution in #549
- @Jess713 made their first contribution in #543
- @Cocossoul made their first contribution in #550
Full Changelog: v0.53.0...v0.53.1
v0.53.0
What's Changed
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.31.0 by @dependabot in #539
- Fix app deletion in case of asynchronous service bindings by @LukasHeimann in #547
- adds delete_recursive_allowed field in space and org ressources by @clementdqn in #528
New Contributors
- @clementdqn made their first contribution in #528
Full Changelog: v0.52.0...v0.53.0
v0.52.0
What's Changed
- Fix typos in space_asgs docs by @mogul in #522
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.27.0 to 2.28.0 by @dependabot in #520
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 by @dependabot in #524
- Remove metadataUpdate calls from bluegreen_strategy_v3 by @sleungcy in #526
- feat: support login with custom origin by @v0lkc in #536
- Upgrade data_source_cf_service_key to v3 by @sleungcy in #541
- Bump golang.org/x/crypto from 0.13.0 to 0.17.0 by @dependabot in #540
- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #534
- Bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3 by @dependabot in #532
- Bump golang.org/x/net from 0.13.0 to 0.17.0 by @dependabot in #531
- data_source_cf_app upgrade by @sleungcy in #545
- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #542
New Contributors
Full Changelog: v0.51.3...v0.52.0
v0.51.3
What's Changed
- Clarify RetrieveZip error by @sleungcy in #512
- resolve RateLimitExceeded by @sleungcy in #518
- fix label reading by @sleungcy in #515
- Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.2 by @dependabot in #513
Full Changelog: v0.51.2...v0.51.3
v0.51.2
Full Changelog: v0.51.1...v0.51.2
v0.51.1
What's Changed
- Fix failing testcase TestAccServiceKey_importBasic by @sleungcy in #485
- Bump github.com/hashicorp/terraform-plugin-log from 0.8.0 to 0.9.0 by @dependabot in #488
- Deploy apps with labels by @Thanhphan1147 in #494
- display nested error if reverse failed by @sleungcy in #496
- Deprecate recursive_delete for service instances by @Thanhphan1147 in #502
- docs: Import example was wrong by @mauriciolauffer in #501
- correctly output package staging error by @Thanhphan1147 in #507
- Fix service instance read function by @Thanhphan1147 in #505
- Check for the strategy in use and only force-new on the stack attribute if we are not in blue-green by @Thanhphan1147 in #504
- Wait for all processes to be stopped before determining that the app is stopped by @Thanhphan1147 in #508
- Bump google.golang.org/grpc from 1.51.0 to 1.53.0 by @dependabot in #510
- Add new resource cloudfoundry_space_asgs by @damzog in #498
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0 by @dependabot in #509
- Build requires Go 1.20 or newer
New Contributors
- @mauriciolauffer made their first contribution in #501
- @damzog made their first contribution in #498
Full Changelog: v0.50.8...v0.51.1
v0.51.0
What's Changed
- Fix failing testcase TestAccServiceKey_importBasic by @sleungcy in #485
- Bump github.com/hashicorp/terraform-plugin-log from 0.8.0 to 0.9.0 by @dependabot in #488
- Deploy apps with labels by @Thanhphan1147 in #494
- display nested error if reverse failed by @sleungcy in #496
- Deprecate recursive_delete for service instances by @Thanhphan1147 in #502
- docs: Import example was wrong by @mauriciolauffer in #501
- correctly output package staging error by @Thanhphan1147 in #507
- Fix service instance read function by @Thanhphan1147 in #505
- Check for the strategy in use and only force-new on the stack attribute if we are not in blue-green by @Thanhphan1147 in #504
- Wait for all processes to be stopped before determining that the app is stopped by @Thanhphan1147 in #508
- Bump google.golang.org/grpc from 1.51.0 to 1.53.0 by @dependabot in #510
- Add new resource cloudfoundry_space_asgs by @damzog in #498
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0 by @dependabot in #509
- Build requires Go 1.20 or newer
New Contributors
- @mauriciolauffer made their first contribution in #501
- @damzog made their first contribution in #498
Full Changelog: v0.50.8...v0.51.0
v0.50.8
What's Changed
- Document the rolling strategy by @mogul in #482
- Fix cloudfoundry_app.foo.routes documentation by @mogul in #483
- Bump github.com/cenkalti/backoff/v4 from 4.2.0 to 4.2.1 by @dependabot in #479
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.26.1 by @dependabot in #476
Full Changelog: v0.50.7...v0.50.8
v0.50.7
Full Changelog: v0.50.6...v0.50.7
v0.50.6
What's Changed
- Fix CustomizeDiff for
replace_on_params_change
by @LukasHeimann in #469 - fixing import UserProvidedService by @sleungcy in #471
- The debug logging variable is TF_LOG=debug by @sleungcy in #472
- fix b/g strategy by @sleungcy in #473
- Bump github.com/hashicorp/go-getter from 1.7.0 to 1.7.1 by @dependabot in #474
- Bump rack from 2.2.6.2 to 2.2.6.4 in /tests/cf-acceptance-tests/assets/service_broker by @dependabot in #470
Full Changelog: v0.50.5...v0.50.6