Skip to content

Commit

Permalink
Prepare for next development phase (#724)
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 Oct 20, 2024
1 parent 250fbde commit 528e4e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.40.0/provider/cmd/pulumi-resource-cloudflare/schema.json",
"kotlinVersion": "5.40.0.0",
"kotlinVersion": "5.40.0.1-SNAPSHOT",
"javaVersion": "5.40.0",
"javaGitTag": "v5.40.0",
"customDependencies": []
Expand All @@ -34,7 +34,7 @@
{
"providerName": "github",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-github/v6.3.2/provider/cmd/pulumi-resource-github/schema.json",
"kotlinVersion": "6.3.2.0",
"kotlinVersion": "6.3.2.1-SNAPSHOT",
"javaVersion": "6.3.2",
"javaGitTag": "v6.3.2",
"customDependencies": []
Expand Down Expand Up @@ -66,7 +66,7 @@
{
"providerName": "gcp",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-gcp/v8.1.0/provider/cmd/pulumi-resource-gcp/schema.json",
"kotlinVersion": "8.1.0.0",
"kotlinVersion": "8.1.0.1-SNAPSHOT",
"javaVersion": "8.1.0",
"javaGitTag": "v8.1.0",
"customDependencies": []
Expand All @@ -90,15 +90,15 @@
{
"providerName": "aws",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws/v6.54.0/provider/cmd/pulumi-resource-aws/schema.json",
"kotlinVersion": "6.54.0.0",
"kotlinVersion": "6.54.0.1-SNAPSHOT",
"javaVersion": "6.54.0",
"javaGitTag": "v6.54.0",
"customDependencies": []
},
{
"providerName": "aws-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v0.126.0/provider/cmd/pulumi-resource-aws-native/schema.json",
"kotlinVersion": "0.126.0.0",
"kotlinVersion": "0.126.0.1-SNAPSHOT",
"javaVersion": "0.126.0",
"javaGitTag": "v0.126.0",
"customDependencies": []
Expand All @@ -114,7 +114,7 @@
{
"providerName": "azure",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure/v6.1.0/provider/cmd/pulumi-resource-azure/schema.json",
"kotlinVersion": "6.1.0.0",
"kotlinVersion": "6.1.0.1-SNAPSHOT",
"javaVersion": "6.1.0",
"javaGitTag": "v6.1.0",
"customDependencies": []
Expand All @@ -130,7 +130,7 @@
{
"providerName": "azure-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure-native/v2.63.0/provider/cmd/pulumi-resource-azure-native/schema.json",
"kotlinVersion": "2.63.0.0",
"kotlinVersion": "2.63.0.1-SNAPSHOT",
"javaVersion": "2.63.0",
"javaGitTag": "v2.63.0",
"customDependencies": []
Expand Down Expand Up @@ -218,7 +218,7 @@
{
"providerName": "gitlab",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-gitlab/v8.4.2/provider/cmd/pulumi-resource-gitlab/schema.json",
"kotlinVersion": "8.4.2.0",
"kotlinVersion": "8.4.2.1-SNAPSHOT",
"javaVersion": "8.4.2",
"javaGitTag": "v8.4.2",
"customDependencies": []
Expand All @@ -234,7 +234,7 @@
{
"providerName": "alicloud",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-alicloud/v3.63.1/provider/cmd/pulumi-resource-alicloud/schema.json",
"kotlinVersion": "3.63.1.0",
"kotlinVersion": "3.63.1.1-SNAPSHOT",
"javaVersion": "3.63.1",
"javaGitTag": "v3.63.1",
"customDependencies": []
Expand Down

0 comments on commit 528e4e0

Please sign in to comment.