pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

terraform-provider-local: Add candidate commit message



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Mar 3 11:34:19 2026 +0100
Changeset:	1e61af5ace8991edf48e45fb5610545850d10fad

Modified Files:
	terraform-provider-local/COMMIT_MSG

Log Message:
terraform-provider-local: Add candidate commit message

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e61af5ace8991edf48e45fb5610545850d10fad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 terraform-provider-local/COMMIT_MSG | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diffs:
diff --git a/terraform-provider-local/COMMIT_MSG b/terraform-provider-local/COMMIT_MSG
index 0a07b18692..45ebffc280 100644
--- a/terraform-provider-local/COMMIT_MSG
+++ b/terraform-provider-local/COMMIT_MSG
@@ -1,2 +1,31 @@
+terraform-provider-local: Update to 2.1.0 and switch to terraform/provider.mk
+
+pkgsrc changes:
 - According changelog the only incompatibility is with Terraform 0.11.x so it
   should be safe to bump it to the latest 2.x version
+- Adapt to terraform/provider.mk so that the provider can be used with
+  Terraform and OpenTofu.
+  Please note that now it no longer depends on terraform or opentofu so
+  the desired version should be manually installed.
+
+
+Changes:
+2.1.0
+NOTES:
+- Binary releases of this provider now include the darwin-arm64 platform.
+- This version contains no further changes.
+
+
+2.0.0
+NOTES:
+- Binary releases of this provider now include the linux-arm64 platform.
+
+BREAKING CHANGES:
+- Upgrade to version 2 of the Terraform Plugin SDK, which drops
+  support for Terraform 0.11. This provider will continue to work as
+  expected for users of Terraform 0.11, which will not download the
+  new version.
+
+FEATURES:
+- resource/local_file: Added source attribute as alternative way
+  to provide content for the local_file resource.


Home | Main Index | Thread Index | Old Index