Skip to content

Commit

Permalink
Prepare for next development phase (#808)
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 Jan 20, 2025
1 parent d6dd8c8 commit f6a884d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.48.0/provider/cmd/pulumi-resource-cloudflare/schema.json",
"kotlinVersion": "5.48.0.0",
"kotlinVersion": "5.48.0.1-SNAPSHOT",
"javaVersion": "5.48.0",
"javaGitTag": "v5.48.0",
"customDependencies": []
Expand All @@ -34,15 +34,15 @@
{
"providerName": "github",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-github/v6.6.0/provider/cmd/pulumi-resource-github/schema.json",
"kotlinVersion": "6.6.0.0",
"kotlinVersion": "6.6.0.1-SNAPSHOT",
"javaVersion": "6.6.0",
"javaGitTag": "v6.6.0",
"customDependencies": []
},
{
"providerName": "random",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-random/v4.17.0/provider/cmd/pulumi-resource-random/schema.json",
"kotlinVersion": "4.17.0.0",
"kotlinVersion": "4.17.0.1-SNAPSHOT",
"javaVersion": "4.17.0",
"javaGitTag": "v4.17.0",
"customDependencies": []
Expand Down Expand Up @@ -154,7 +154,7 @@
{
"providerName": "kubernetes",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/v4.21.0/provider/cmd/pulumi-resource-kubernetes/schema.json",
"kotlinVersion": "4.21.0.0",
"kotlinVersion": "4.21.0.1-SNAPSHOT",
"javaVersion": "4.21.0",
"javaGitTag": "v4.21.0",
"customDependencies": []
Expand Down Expand Up @@ -186,7 +186,7 @@
{
"providerName": "docker",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-docker/v4.6.1/provider/cmd/pulumi-resource-docker/schema.json",
"kotlinVersion": "4.6.1.0",
"kotlinVersion": "4.6.1.1-SNAPSHOT",
"javaVersion": "4.6.1",
"javaGitTag": "v4.6.1",
"customDependencies": []
Expand Down Expand Up @@ -226,7 +226,7 @@
{
"providerName": "gitlab",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-gitlab/v8.8.0/provider/cmd/pulumi-resource-gitlab/schema.json",
"kotlinVersion": "8.8.0.0",
"kotlinVersion": "8.8.0.1-SNAPSHOT",
"javaVersion": "8.8.0",
"javaGitTag": "v8.8.0",
"customDependencies": []
Expand Down

0 comments on commit f6a884d

Please sign in to comment.