Skip to content

Commit

Permalink
Prepare for next development phase (#736)
Browse files Browse the repository at this point in the history
## Task

Resolves: None

## Description

This PR was triggered automatically after a release. It replaces the
released versions with SNAPSHOT versions.

Co-authored-by: pulumi-kotlin[bot] <138587440+pulumi-kotlin[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-kotlin[bot] authored Nov 24, 2024
1 parent 1b051fd commit d6ad518
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/resources/version-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"providerName": "cloudflare",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-cloudflare/v5.41.0/provider/cmd/pulumi-resource-cloudflare/schema.json",
"kotlinVersion": "5.41.0.0",
"kotlinVersion": "5.41.0.1-SNAPSHOT",
"javaVersion": "5.41.0",
"javaGitTag": "v5.41.0",
"customDependencies": []
Expand Down Expand Up @@ -66,7 +66,7 @@
{
"providerName": "gcp",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-gcp/v8.3.1/provider/cmd/pulumi-resource-gcp/schema.json",
"kotlinVersion": "8.3.1.0",
"kotlinVersion": "8.3.1.1-SNAPSHOT",
"javaVersion": "8.3.1",
"javaGitTag": "v8.3.1",
"customDependencies": []
Expand All @@ -90,7 +90,7 @@
{
"providerName": "aws",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws/v6.55.0/provider/cmd/pulumi-resource-aws/schema.json",
"kotlinVersion": "6.55.0.0",
"kotlinVersion": "6.55.0.1-SNAPSHOT",
"javaVersion": "6.55.0",
"javaGitTag": "v6.55.0",
"customDependencies": []
Expand All @@ -106,7 +106,7 @@
{
"providerName": "aws-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v1.0.1/provider/cmd/pulumi-resource-aws-native/schema.json",
"kotlinVersion": "1.0.1.0",
"kotlinVersion": "1.0.1.1-SNAPSHOT",
"javaVersion": "1.0.1",
"javaGitTag": "v1.0.1",
"customDependencies": []
Expand All @@ -122,7 +122,7 @@
{
"providerName": "azure",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure/v6.3.1/provider/cmd/pulumi-resource-azure/schema.json",
"kotlinVersion": "6.3.1.0",
"kotlinVersion": "6.3.1.1-SNAPSHOT",
"javaVersion": "6.3.1",
"javaGitTag": "v6.3.1",
"customDependencies": []
Expand All @@ -138,7 +138,7 @@
{
"providerName": "azure-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure-native/v2.64.2/provider/cmd/pulumi-resource-azure-native/schema.json",
"kotlinVersion": "2.64.2.0",
"kotlinVersion": "2.64.2.1-SNAPSHOT",
"javaVersion": "2.64.2",
"javaGitTag": "v2.64.2",
"customDependencies": []
Expand Down Expand Up @@ -234,15 +234,15 @@
{
"providerName": "digitalocean",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-digitalocean/v4.35.0/provider/cmd/pulumi-resource-digitalocean/schema.json",
"kotlinVersion": "4.35.0.0",
"kotlinVersion": "4.35.0.1-SNAPSHOT",
"javaVersion": "4.35.0",
"javaGitTag": "v4.35.0",
"customDependencies": []
},
{
"providerName": "alicloud",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-alicloud/v3.65.1/provider/cmd/pulumi-resource-alicloud/schema.json",
"kotlinVersion": "3.65.1.0",
"kotlinVersion": "3.65.1.1-SNAPSHOT",
"javaVersion": "3.65.1",
"javaGitTag": "v3.65.1",
"customDependencies": []
Expand Down

0 comments on commit d6ad518

Please sign in to comment.