Skip to content

Commit

Permalink
Prepare for next development phase (#703)
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 Sep 13, 2024
1 parent 145b460 commit c2839f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.38.0/provider/cmd/pulumi-resource-cloudflare/schema.json",
"kotlinVersion": "5.38.0.0",
"kotlinVersion": "5.38.0.1-SNAPSHOT",
"javaVersion": "5.38.0",
"javaGitTag": "v5.38.0",
"customDependencies": []
Expand Down Expand Up @@ -82,15 +82,15 @@
{
"providerName": "aws",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws/v6.51.1/provider/cmd/pulumi-resource-aws/schema.json",
"kotlinVersion": "6.51.1.0",
"kotlinVersion": "6.51.1.1-SNAPSHOT",
"javaVersion": "6.51.1",
"javaGitTag": "v6.51.1",
"customDependencies": []
},
{
"providerName": "aws-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v0.122.0/provider/cmd/pulumi-resource-aws-native/schema.json",
"kotlinVersion": "0.122.0.0",
"kotlinVersion": "0.122.0.1-SNAPSHOT",
"javaVersion": "0.122.0",
"javaGitTag": "v0.122.0",
"customDependencies": []
Expand All @@ -114,7 +114,7 @@
{
"providerName": "azure-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure-native/v2.60.1/provider/cmd/pulumi-resource-azure-native/schema.json",
"kotlinVersion": "2.60.1.0",
"kotlinVersion": "2.60.1.1-SNAPSHOT",
"javaVersion": "2.60.1",
"javaGitTag": "v2.60.1",
"customDependencies": []
Expand All @@ -130,7 +130,7 @@
{
"providerName": "kubernetes",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/v4.18.0/provider/cmd/pulumi-resource-kubernetes/schema.json",
"kotlinVersion": "4.18.0.0",
"kotlinVersion": "4.18.0.1-SNAPSHOT",
"javaVersion": "4.18.0",
"javaGitTag": "v4.18.0",
"customDependencies": []
Expand Down

0 comments on commit c2839f7

Please sign in to comment.