Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade v4.67.0 #2521

Merged
merged 15 commits into from
May 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -9,7 +9,7 @@ TFGEN := pulumi-tfgen-$(PACK)
PROVIDER := pulumi-resource-$(PACK)
VERSION := $(shell pulumictl get version)
JAVA_GEN := pulumi-java-gen
JAVA_GEN_VERSION := v0.9.2
JAVA_GEN_VERSION := v0.9.3
TESTPARALLELISM := 10
WORKING_DIR := $(shell pwd)
SCHEMA_TOOLS_VERSION := $(shell cat .schema-tools.version)
Expand Down
2 changes: 0 additions & 2 deletions examples/alb-legacy/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "alb-legacy",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/alb-new/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "alb-new",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/bucket/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "bucket",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/callbackfunction/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "callbackfunction",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/cloudwatch/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "cloudwatch",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/credentialsConfigTest/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "credentialsConfigTest",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/delete_before_create/mount_target/step1/package.json
@@ -1,8 +1,6 @@
{
"name": "mount_target",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/ecr/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "ecr",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/eventbus/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "eventbus",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/express/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "express",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/kms-alias/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "kms-alias",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/lambda-container-image/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "lambda-container-image",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/lambda-layer-new/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "lambda-layer-new",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/lambda-layer-old/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "lambda-layer-old",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/logGroup/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "loggroup",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/minimal/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "minimal",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/multiple-regions/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "webserver",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/queue/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "queue",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/regression/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "aws-regression",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/rename-ses-configuration-set/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "rename-ses-configuration-set",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/route53/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "cloudwatch",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/secretcapture/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "secretcapture",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/serverless-raw/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "serverless-raw",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/serverless/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "serverless",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/serverless_functions/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "serverlessfunctions",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/sqs-fifo-queue/ts/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "sqs-fifo-queue-typescript",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/ssmparameter/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "bucket",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/stream/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "stream",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/table/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "table",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/topic/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "topic",
"version": "0.0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/webserver-comp/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "webserver",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/webserver/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "webserver",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/webserver/variants/get/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "webserver",
"version": "0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/webserver/variants/ssh/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "webserver",
"version": "0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/webserver/variants/ssh_description/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "webserver",
"version": "0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/webserver/variants/zones/package.json
Expand Up @@ -2,8 +2,6 @@
"name": "webserver",
"version": "0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down