From 8c6dbf6c6be16e6151df4bfb7d66c1f20c277bda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Jun 2026 05:12:36 +0000 Subject: [PATCH] chore: regenerate examples for v2.1.2 --- examples/aws-dotnet/defang-aws.csproj | 2 +- examples/aws-go/go.mod | 2 +- examples/aws-nodejs/package.json | 2 +- examples/aws-python/requirements.txt | 2 +- examples/azure-dotnet/defang-azure.csproj | 2 +- examples/azure-go/go.mod | 2 +- examples/azure-nodejs/package.json | 2 +- examples/azure-python/requirements.txt | 2 +- examples/gcp-dotnet/defang-gcp.csproj | 2 +- examples/gcp-go/go.mod | 2 +- examples/gcp-nodejs/package.json | 2 +- examples/gcp-python/requirements.txt | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/aws-dotnet/defang-aws.csproj b/examples/aws-dotnet/defang-aws.csproj index 37d4a9f..38e4d25 100644 --- a/examples/aws-dotnet/defang-aws.csproj +++ b/examples/aws-dotnet/defang-aws.csproj @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/examples/aws-go/go.mod b/examples/aws-go/go.mod index 1199561..3d0c27c 100644 --- a/examples/aws-go/go.mod +++ b/examples/aws-go/go.mod @@ -4,5 +4,5 @@ go 1.25 require ( github.com/pulumi/pulumi/sdk/v3 v3.30.0 - github.com/DefangLabs/pulumi-defang/sdk/v2 v2.1.1 + github.com/DefangLabs/pulumi-defang/sdk/v2 v2.1.2 ) diff --git a/examples/aws-nodejs/package.json b/examples/aws-nodejs/package.json index 7f71dd0..2eb54d3 100644 --- a/examples/aws-nodejs/package.json +++ b/examples/aws-nodejs/package.json @@ -6,6 +6,6 @@ "dependencies": { "typescript": "^4.7.0", "@pulumi/pulumi": "^3.0.0", - "@defang-io/pulumi-defang-aws": "2.1.1" + "@defang-io/pulumi-defang-aws": "2.1.2" } } diff --git a/examples/aws-python/requirements.txt b/examples/aws-python/requirements.txt index cc31a56..b12c587 100644 --- a/examples/aws-python/requirements.txt +++ b/examples/aws-python/requirements.txt @@ -1,2 +1,2 @@ -pulumi-defang-aws==2.1.1 +pulumi-defang-aws==2.1.2 pulumi>=3.0.0,<4.0.0 diff --git a/examples/azure-dotnet/defang-azure.csproj b/examples/azure-dotnet/defang-azure.csproj index 0072036..b318548 100644 --- a/examples/azure-dotnet/defang-azure.csproj +++ b/examples/azure-dotnet/defang-azure.csproj @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/examples/azure-go/go.mod b/examples/azure-go/go.mod index 7a26706..b14beb3 100644 --- a/examples/azure-go/go.mod +++ b/examples/azure-go/go.mod @@ -4,5 +4,5 @@ go 1.25 require ( github.com/pulumi/pulumi/sdk/v3 v3.30.0 - github.com/DefangLabs/pulumi-defang/sdk/v2 v2.1.1 + github.com/DefangLabs/pulumi-defang/sdk/v2 v2.1.2 ) diff --git a/examples/azure-nodejs/package.json b/examples/azure-nodejs/package.json index c7ed2ec..a39789e 100644 --- a/examples/azure-nodejs/package.json +++ b/examples/azure-nodejs/package.json @@ -6,6 +6,6 @@ "dependencies": { "typescript": "^4.7.0", "@pulumi/pulumi": "^3.0.0", - "@defang-io/pulumi-defang-azure": "2.1.1+dirty" + "@defang-io/pulumi-defang-azure": "2.1.2+dirty" } } diff --git a/examples/azure-python/requirements.txt b/examples/azure-python/requirements.txt index 18e7cf7..1538d15 100644 --- a/examples/azure-python/requirements.txt +++ b/examples/azure-python/requirements.txt @@ -1,2 +1,2 @@ -pulumi-defang-azure==2.1.1+dirty +pulumi-defang-azure==2.1.2+dirty pulumi>=3.0.0,<4.0.0 diff --git a/examples/gcp-dotnet/defang-gcp.csproj b/examples/gcp-dotnet/defang-gcp.csproj index 7f1ec7f..dd0f124 100644 --- a/examples/gcp-dotnet/defang-gcp.csproj +++ b/examples/gcp-dotnet/defang-gcp.csproj @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/examples/gcp-go/go.mod b/examples/gcp-go/go.mod index 110b675..ed77224 100644 --- a/examples/gcp-go/go.mod +++ b/examples/gcp-go/go.mod @@ -4,5 +4,5 @@ go 1.25 require ( github.com/pulumi/pulumi/sdk/v3 v3.30.0 - github.com/DefangLabs/pulumi-defang/sdk/v2 v2.1.1 + github.com/DefangLabs/pulumi-defang/sdk/v2 v2.1.2 ) diff --git a/examples/gcp-nodejs/package.json b/examples/gcp-nodejs/package.json index ee14d79..9240e21 100644 --- a/examples/gcp-nodejs/package.json +++ b/examples/gcp-nodejs/package.json @@ -6,6 +6,6 @@ "dependencies": { "typescript": "^4.7.0", "@pulumi/pulumi": "^3.0.0", - "@defang-io/pulumi-defang-gcp": "2.1.1+dirty" + "@defang-io/pulumi-defang-gcp": "2.1.2+dirty" } } diff --git a/examples/gcp-python/requirements.txt b/examples/gcp-python/requirements.txt index abce3a0..0933eb3 100644 --- a/examples/gcp-python/requirements.txt +++ b/examples/gcp-python/requirements.txt @@ -1,2 +1,2 @@ -pulumi-defang-gcp==2.1.1+dirty +pulumi-defang-gcp==2.1.2+dirty pulumi>=3.0.0,<4.0.0