Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
This release includes the following versions:
azure-native/v2.57.0.0
  • Loading branch information
pulumi-kotlin[bot] committed Aug 22, 2024
1 parent 4a01100 commit 8951268
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,28 +741,28 @@ implementation("org.virtuslab:pulumi-azure-native-kotlin:1.104.0.2")
</tr>
<tr>
<td>azure-native</td>
<td>2.56.0.0</td>
<td>2.57.0.0</td>
<td>

```xml
<dependency>
<groupId>org.virtuslab</groupId>
<artifactId>pulumi-azure-native-kotlin</artifactId>
<version>2.56.0.0</version>
<version>2.57.0.0</version>
</dependency>
```

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-azure-native-kotlin:2.56.0.0")
implementation("org.virtuslab:pulumi-azure-native-kotlin:2.57.0.0")
```

</td>
<td><a href="https://search.maven.org/artifact/org.virtuslab/pulumi-azure-native-kotlin">link</a></td>
<td><a href="https://www.pulumi.com/registry/packages/azure-native">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/azure-native/2.56.0.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/azure-native/2.57.0.0/index.html">link</a></td>
</tr>
<tr>
<td>kubernetes</td>
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/version-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
},
{
"providerName": "azure-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure-native/v2.56.0/provider/cmd/pulumi-resource-azure-native/schema.json",
"kotlinVersion": "2.56.0.1-SNAPSHOT",
"javaVersion": "2.56.0",
"javaGitTag": "v2.56.0",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure-native/v2.57.0/provider/cmd/pulumi-resource-azure-native/schema.json",
"kotlinVersion": "2.57.0.0",
"javaVersion": "2.57.0",
"javaGitTag": "v2.57.0",
"customDependencies": []
},
{
Expand Down

0 comments on commit 8951268

Please sign in to comment.