Skip to content

Commit f29b232

Browse files
authored
Update upstream to include fix json diff for redrivePolicy (#2529)
* Point upstream folder to head of patched-v4.67.0 Head for patched-v4.67.0 contains a fix for the JSON diff in redrive_policy. pulumi/terraform-provider-aws@a82c36c * Update list of patches
1 parent e18f3a3 commit f29b232

30 files changed

+68
-29
lines changed

upstream

upstream-patches/0001-Add-TagsSchemaTrulyComputed-definition.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 3df2e1142a8c675ef7a5ea5dda02dbd67a8677f0 Mon Sep 17 00:00:00 2001
22
From: Daniel Bradley <[email protected]>
33
Date: Fri, 4 Nov 2022 16:49:08 +0000
4-
Subject: [PATCH 01/28] Add TagsSchemaTrulyComputed definition
4+
Subject: [PATCH 01/29] Add TagsSchemaTrulyComputed definition
55

66
---
77
internal/tags/tags.go | 8 ++++++++

upstream-patches/0002-Conns-user-agent.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From d51bc817155ea38ceffa9089e1164c7fd9da6f50 Mon Sep 17 00:00:00 2001
22
From: Daniel Bradley <[email protected]>
33
Date: Fri, 4 Nov 2022 17:03:31 +0000
4-
Subject: [PATCH 02/28] Conns user agent
4+
Subject: [PATCH 02/29] Conns user agent
55

66
Replace the useragent used for AWS client connections with a
77
Pulumi-flavoured one.

upstream-patches/0003-Add-S3-legacy-bucket-to-resources.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 0e4273c577190cca8dd29bd0624e37ac446972a6 Mon Sep 17 00:00:00 2001
22
From: Daniel Bradley <[email protected]>
33
Date: Fri, 4 Nov 2022 17:05:11 +0000
4-
Subject: [PATCH 03/28] Add S3 legacy bucket to resources
4+
Subject: [PATCH 03/29] Add S3 legacy bucket to resources
55

66
This preserves the old S3 Resource in the SDK, by duplicating the code
77
as a new service (in internal/service/s3legacy), and making an explicit

upstream-patches/0004-Marks-SSE-Configuration-as-Computed-for-Legacy-S3-Bu.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 8171d74b3ed2e40a76d2de7fa923124b2bfd75c0 Mon Sep 17 00:00:00 2001
22
From: Kyle Pitzen <[email protected]>
33
Date: Thu, 9 Mar 2023 09:47:49 -0600
4-
Subject: [PATCH 04/28] Marks SSE Configuration as Computed for Legacy S3
4+
Subject: [PATCH 04/29] Marks SSE Configuration as Computed for Legacy S3
55
Bucket
66

77
In January, AWS enabled SSE by default for all new S3 buckets.

upstream-patches/0005-De-deprecate-bucket_object.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From ab24f5f14290f866a4dad10a01335050190a68a8 Mon Sep 17 00:00:00 2001
22
From: Daniel Bradley <[email protected]>
33
Date: Fri, 4 Nov 2022 17:06:11 +0000
4-
Subject: [PATCH 05/28] De-deprecate bucket_object
4+
Subject: [PATCH 05/29] De-deprecate bucket_object
55

66
---
77
internal/service/s3/bucket_object.go | 4 ++--

upstream-patches/0006-Remove-lakeformation-catalog_resource-default.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 020c73a3f641d94a6d40570b670ccb83d27a0172 Mon Sep 17 00:00:00 2001
22
From: Daniel Bradley <[email protected]>
33
Date: Fri, 4 Nov 2022 17:08:23 +0000
4-
Subject: [PATCH 06/28] Remove lakeformation catalog_resource default
4+
Subject: [PATCH 06/29] Remove lakeformation catalog_resource default
55

66
---
77
internal/service/lakeformation/permissions.go | 4 ++--

upstream-patches/0007-Workaround-SSM-Parameter-tier-bug.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 5367aa3507217845325a307a1347176cd4e66932 Mon Sep 17 00:00:00 2001
22
From: Daniel Bradley <[email protected]>
33
Date: Fri, 4 Nov 2022 17:24:42 +0000
4-
Subject: [PATCH 07/28] Workaround SSM Parameter tier bug
4+
Subject: [PATCH 07/29] Workaround SSM Parameter tier bug
55

66
- Disable "computed".
77
- Disable diff suppression & counteractions

upstream-patches/0008-Add-EKS-cluster-default_addons_to_remove.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 59d4b280e3580802cf260142c4af0060415007dc Mon Sep 17 00:00:00 2001
22
From: Daniel Bradley <[email protected]>
33
Date: Fri, 4 Nov 2022 17:31:27 +0000
4-
Subject: [PATCH 08/28] Add EKS cluster default_addons_to_remove
4+
Subject: [PATCH 08/29] Add EKS cluster default_addons_to_remove
55

66
---
77
internal/service/eks/cluster.go | 7 +

upstream-patches/0009-Add-EKS-cluster-certificate_authorities-plural.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 73f06ce561f0995e3125c331b6d54f115f570e1b Mon Sep 17 00:00:00 2001
22
From: Daniel Bradley <[email protected]>
33
Date: Fri, 4 Nov 2022 17:32:49 +0000
4-
Subject: [PATCH 09/28] Add EKS cluster certificate_authorities (plural)
4+
Subject: [PATCH 09/29] Add EKS cluster certificate_authorities (plural)
55

66
---
77
internal/service/eks/cluster.go | 22 ++++++++++++++++++++++

0 commit comments

Comments
 (0)