Releases: cloudfoundry-community/terraform-provider-cloudfoundry
Releases · cloudfoundry-community/terraform-provider-cloudfoundry
v0.54.0
What's Changed
- Added create and delete timeouts for cloudfoundry_service_key resource by @srba-sap in #556
- Fix app deletion in case of unsuccessful app creation by @adhaferat in #564
- route data source: migrate to ccv3 by @Cocossoul in #571
- print app logs when fail to start or stop by @Cocossoul in #568
- safe app deletion always retry on any error by @Cocossoul in #567
- Fix minor typo in resource name by @SeanKilleen in #561
- Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 by @dependabot in #560
- Bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #559
- Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 by @dependabot in #576
- adding cloudfoundry_service_instance_sharing by @sleungcy in #555
- adding goclient by @sleungcy in #578
- route service binding resource: migrate to ccv3 using go-cfclient by @Cocossoul in #579
New Contributors
- @srba-sap made their first contribution in #556
- @adhaferat made their first contribution in #564
- @SeanKilleen made their first contribution in #561
Full Changelog: v0.53.1...v0.54.0
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