-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade terraform-provider-aiven to v4.9.0 (#372)
This PR was generated via `$ upgrade-provider pulumi/pulumi-aiven --kind=all`. --- - Upgrading terraform-provider-aiven from 4.8.2 to 4.9.0. Fixes #366 - Upgrading pulumi-terraform-bridge from v3.59.0 to v3.60.1. - Upgrading pulumi-terraform-bridge/pf from v0.16.0 to v3.60.1. - Upgrading pulumi/terraform-plugin-sdk from v2.27.0 to 2.29.0.
- Loading branch information
Showing
43 changed files
with
3,330 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 378d643426cf368254b56314f8593a952a40ff22 Mon Sep 17 00:00:00 2001 | ||
From d276ae78f9d250343de08a48e4a93db4eba92cdc Mon Sep 17 00:00:00 2001 | ||
From: Aaron Friel <[email protected]> | ||
Date: Mon, 6 Mar 2023 19:13:42 -0800 | ||
Subject: [PATCH 1/2] Add `shim.NewProvider` to expose `internal/provider.New` | ||
Subject: [PATCH 1/3] Add `shim.NewProvider` to expose `internal/provider.New` | ||
|
||
--- | ||
shim/shim.go | 17 +++++++++++++++++ | ||
|
@@ -32,5 +32,5 @@ index 0000000..796cd94 | |
+ return pfProvider.New(version)() | ||
+} | ||
-- | ||
2.41.0 | ||
2.39.3 (Apple Git-145) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 1549e8211905cfe8fb432a8fdd3c82f70bb26f89 Mon Sep 17 00:00:00 2001 | ||
From 7e63e0bf8f44415fcfad9c3f204cac4ae4b0b399 Mon Sep 17 00:00:00 2001 | ||
From: Anton Tayanovskyy <[email protected]> | ||
Date: Thu, 20 Apr 2023 16:24:38 -0400 | ||
Subject: [PATCH 2/2] Avoid panic in custom_diff | ||
Subject: [PATCH 2/3] Avoid panic in custom_diff | ||
|
||
--- | ||
internal/schemautil/custom_diff.go | 4 ++++ | ||
|
@@ -23,5 +23,5 @@ index 5019feb..ed27976 100644 | |
if strings.Contains(k, "_user_config") { // we only care about *_user_config | ||
if err := checkForMultipleValues(v); err != nil { | ||
-- | ||
2.41.0 | ||
2.39.3 (Apple Git-145) | ||
|
25 changes: 25 additions & 0 deletions
25
patches/0003-Internal-provider-has-moved-update-shim.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 08b1e731685c88d95465f1245562dac997424d88 Mon Sep 17 00:00:00 2001 | ||
From: Thomas Kappler <[email protected]> | ||
Date: Thu, 28 Sep 2023 20:48:51 +0200 | ||
Subject: [PATCH 3/3] Internal provider has moved, update shim | ||
|
||
--- | ||
shim/shim.go | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/shim/shim.go b/shim/shim.go | ||
index 796cd94..53e4cf3 100644 | ||
--- a/shim/shim.go | ||
+++ b/shim/shim.go | ||
@@ -4,7 +4,7 @@ import ( | ||
pf "github.com/hashicorp/terraform-plugin-framework/provider" | ||
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" | ||
|
||
- pfProvider "github.com/aiven/terraform-provider-aiven/internal/provider" | ||
+ pfProvider "github.com/aiven/terraform-provider-aiven/internal/plugin" | ||
"github.com/aiven/terraform-provider-aiven/internal/sdkprovider/provider" | ||
) | ||
|
||
-- | ||
2.39.3 (Apple Git-145) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.