Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
This release includes the following versions:
random/v4.16.4.0
aws/v6.51.0.0
  • Loading branch information
pulumi-kotlin[bot] committed Sep 9, 2024
1 parent 787faac commit f6a886a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,28 +516,28 @@ implementation("org.virtuslab:pulumi-github-kotlin:6.2.2.0")
</tr>
<tr>
<td>random</td>
<td>4.16.2.1</td>
<td>4.16.4.0</td>
<td>

```xml
<dependency>
<groupId>org.virtuslab</groupId>
<artifactId>pulumi-random-kotlin</artifactId>
<version>4.16.2.1</version>
<version>4.16.4.0</version>
</dependency>
```

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-random-kotlin:4.16.2.1")
implementation("org.virtuslab:pulumi-random-kotlin:4.16.4.0")
```

</td>
<td><a href="https://search.maven.org/artifact/org.virtuslab/pulumi-random-kotlin">link</a></td>
<td><a href="https://www.pulumi.com/registry/packages/random">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/random/4.16.2.1/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/random/4.16.4.0/index.html">link</a></td>
</tr>
<tr>
<td>gcp</td>
Expand Down Expand Up @@ -641,28 +641,28 @@ implementation("org.virtuslab:pulumi-aws-kotlin:5.43.0.1")
</tr>
<tr>
<td>aws</td>
<td>6.50.1.0</td>
<td>6.51.0.0</td>
<td>

```xml
<dependency>
<groupId>org.virtuslab</groupId>
<artifactId>pulumi-aws-kotlin</artifactId>
<version>6.50.1.0</version>
<version>6.51.0.0</version>
</dependency>
```

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-aws-kotlin:6.50.1.0")
implementation("org.virtuslab:pulumi-aws-kotlin:6.51.0.0")
```

</td>
<td><a href="https://search.maven.org/artifact/org.virtuslab/pulumi-aws-kotlin">link</a></td>
<td><a href="https://www.pulumi.com/registry/packages/aws">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/aws/6.50.1.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/aws/6.51.0.0/index.html">link</a></td>
</tr>
<tr>
<td>aws-native</td>
Expand Down
16 changes: 8 additions & 8 deletions src/main/resources/version-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
{
"providerName": "random",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-random/v4.16.2/provider/cmd/pulumi-resource-random/schema.json",
"kotlinVersion": "4.16.2.2-SNAPSHOT",
"javaVersion": "4.16.2",
"javaGitTag": "v4.16.2",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-random/v4.16.4/provider/cmd/pulumi-resource-random/schema.json",
"kotlinVersion": "4.16.4.0",
"javaVersion": "4.16.4",
"javaGitTag": "v4.16.4",
"customDependencies": []
},
{
Expand Down Expand Up @@ -81,10 +81,10 @@
},
{
"providerName": "aws",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws/v6.50.1/provider/cmd/pulumi-resource-aws/schema.json",
"kotlinVersion": "6.50.1.1-SNAPSHOT",
"javaVersion": "6.50.1",
"javaGitTag": "v6.50.1",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws/v6.51.0/provider/cmd/pulumi-resource-aws/schema.json",
"kotlinVersion": "6.51.0.0",
"javaVersion": "6.51.0",
"javaGitTag": "v6.51.0",
"customDependencies": []
},
{
Expand Down

0 comments on commit f6a886a

Please sign in to comment.