Skip to content

Commit e18f3a3

Browse files
Upgrade v4.67.0 (#2521)
* Upgrade upstream to v4.67.0 - Add patch to elbv2 target_group to fix #2517 * Upgrade upstream patcher tool Contains new global-replace which means we can call the commands within the old "apply" command ourselves with more customisation. * Replace repetitive rules with global rules * Update modules * Fix up more replacements - Remove TODOs. - Fix tags all - literal string changed to a constant. - Add auto-naming global rule. * Add new module for autonaming * Generate schema * Generate SDKs Skipping dotnet for now due to: error: emitting file Quicksight/Outputs/TemplateDefinitionSheetVisualGeospatialMapVisualChartConfigurationFieldWellsGeospatialMapAggregatedFieldWellsValueNumericalMeasureFieldFormatConfigurationNumericFormatConfigurationPercentageDisplayFormatConfigurationSeparatorConfigurationThousandsSeparator.cs: creating file: open /Users/dan/Dev/pulumi-aws/sdk/dotnet/Quicksight/Outputs/TemplateDefinitionSheetVisualGeospatialMapVisualChartConfigurationFieldWellsGeospatialMapAggregatedFieldWellsValueNumericalMeasureFieldFormatConfigurationNumericFormatConfigurationPercentageDisplayFormatConfigurationSeparatorConfigurationThousandsSeparator.cs: file name too long * Temp: Remove problematic quicksight template definition property * Re-generate SDKs * Upgrade java to fix zip file count limit * Re-run tfgen for missing replacements * Regenerate SDKs once again * Test pinning Pulumi CLI version * Test removing main from nodejs examples - This seems to be a left-over from how these perhaps used to be run. - Revert downgrade of Pulumi CLI --------- Co-authored-by: Thomas Kappler <[email protected]>
1 parent 938cf19 commit e18f3a3

File tree

3,639 files changed

+1577570
-57699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,639 files changed

+1577570
-57699
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TFGEN := pulumi-tfgen-$(PACK)
99
PROVIDER := pulumi-resource-$(PACK)
1010
VERSION := $(shell pulumictl get version)
1111
JAVA_GEN := pulumi-java-gen
12-
JAVA_GEN_VERSION := v0.9.2
12+
JAVA_GEN_VERSION := v0.9.3
1313
TESTPARALLELISM := 10
1414
WORKING_DIR := $(shell pwd)
1515
SCHEMA_TOOLS_VERSION := $(shell cat .schema-tools.version)

examples/alb-legacy/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "alb-legacy",
33
"version": "0.0.1",
44
"license": "Apache-2.0",
5-
"main": "bin/index.js",
6-
"typings": "bin/index.d.ts",
75
"scripts": {
86
"build": "tsc"
97
},

examples/alb-new/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "alb-new",
33
"version": "0.0.1",
44
"license": "Apache-2.0",
5-
"main": "bin/index.js",
6-
"typings": "bin/index.d.ts",
75
"scripts": {
86
"build": "tsc"
97
},

examples/bucket/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "bucket",
33
"version": "0.0.1",
44
"license": "Apache-2.0",
5-
"main": "bin/index.js",
6-
"typings": "bin/index.d.ts",
75
"scripts": {
86
"build": "tsc"
97
},

examples/callbackfunction/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "callbackfunction",
33
"version": "0.0.1",
44
"license": "Apache-2.0",
5-
"main": "bin/index.js",
6-
"typings": "bin/index.d.ts",
75
"scripts": {
86
"build": "tsc"
97
},

examples/cloudwatch/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "cloudwatch",
33
"version": "0.0.1",
44
"license": "Apache-2.0",
5-
"main": "bin/index.js",
6-
"typings": "bin/index.d.ts",
75
"scripts": {
86
"build": "tsc"
97
},

examples/credentialsConfigTest/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "credentialsConfigTest",
33
"version": "0.0.1",
44
"license": "Apache-2.0",
5-
"main": "bin/index.js",
6-
"typings": "bin/index.d.ts",
75
"scripts": {
86
"build": "tsc"
97
},

examples/delete_before_create/mount_target/step1/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"name": "mount_target",
33
"license": "Apache-2.0",
4-
"main": "bin/index.js",
5-
"typings": "bin/index.d.ts",
64
"scripts": {
75
"build": "tsc"
86
},

examples/ecr/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "ecr",
33
"version": "0.0.1",
44
"license": "Apache-2.0",
5-
"main": "bin/index.js",
6-
"typings": "bin/index.d.ts",
75
"scripts": {
86
"build": "tsc"
97
},

examples/eventbus/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "eventbus",
33
"version": "0.0.1",
44
"license": "Apache-2.0",
5-
"main": "bin/index.js",
6-
"typings": "bin/index.d.ts",
75
"scripts": {
86
"build": "tsc"
97
},

0 commit comments

Comments
 (0)