Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
This release includes the following versions:
github/v6.2.0.0
aws-native/v0.100.0.0
azure/v5.70.0.0
docker/v4.5.3.0
  • Loading branch information
pulumi-kotlin[bot] committed Mar 28, 2024
1 parent 1e43553 commit cc50308
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,28 +491,28 @@ implementation("org.virtuslab:pulumi-github-kotlin:5.26.0.0")
</tr>
<tr>
<td>github</td>
<td>6.1.0.0</td>
<td>6.2.0.0</td>
<td>

```xml
<dependency>
<groupId>org.virtuslab</groupId>
<artifactId>pulumi-github-kotlin</artifactId>
<version>6.1.0.0</version>
<version>6.2.0.0</version>
</dependency>
```

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-github-kotlin:6.1.0.0")
implementation("org.virtuslab:pulumi-github-kotlin:6.2.0.0")
```

</td>
<td><a href="https://search.maven.org/artifact/org.virtuslab/pulumi-github-kotlin">link</a></td>
<td><a href="https://www.pulumi.com/registry/packages/github">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/github/6.1.0.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/github/6.2.0.0/index.html">link</a></td>
</tr>
<tr>
<td>random</td>
Expand Down Expand Up @@ -666,53 +666,53 @@ implementation("org.virtuslab:pulumi-aws-kotlin:6.27.0.0")
</tr>
<tr>
<td>aws-native</td>
<td>0.99.0.0</td>
<td>0.100.0.0</td>
<td>

```xml
<dependency>
<groupId>org.virtuslab</groupId>
<artifactId>pulumi-aws-native-kotlin</artifactId>
<version>0.99.0.0</version>
<version>0.100.0.0</version>
</dependency>
```

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-aws-native-kotlin:0.99.0.0")
implementation("org.virtuslab:pulumi-aws-native-kotlin:0.100.0.0")
```

</td>
<td><a href="https://search.maven.org/artifact/org.virtuslab/pulumi-aws-native-kotlin">link</a></td>
<td><a href="https://www.pulumi.com/registry/packages/aws-native">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/aws-native/0.99.0.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/aws-native/0.100.0.0/index.html">link</a></td>
</tr>
<tr>
<td>azure</td>
<td>5.68.0.0</td>
<td>5.70.0.0</td>
<td>

```xml
<dependency>
<groupId>org.virtuslab</groupId>
<artifactId>pulumi-azure-kotlin</artifactId>
<version>5.68.0.0</version>
<version>5.70.0.0</version>
</dependency>
```

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-azure-kotlin:5.68.0.0")
implementation("org.virtuslab:pulumi-azure-kotlin:5.70.0.0")
```

</td>
<td><a href="https://search.maven.org/artifact/org.virtuslab/pulumi-azure-kotlin">link</a></td>
<td><a href="https://www.pulumi.com/registry/packages/azure">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/azure/5.68.0.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/azure/5.70.0.0/index.html">link</a></td>
</tr>
<tr>
<td>azure-native</td>
Expand Down Expand Up @@ -891,28 +891,28 @@ implementation("org.virtuslab:pulumi-docker-kotlin:3.6.1.2")
</tr>
<tr>
<td>docker</td>
<td>4.5.2.0</td>
<td>4.5.3.0</td>
<td>

```xml
<dependency>
<groupId>org.virtuslab</groupId>
<artifactId>pulumi-docker-kotlin</artifactId>
<version>4.5.2.0</version>
<version>4.5.3.0</version>
</dependency>
```

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-docker-kotlin:4.5.2.0")
implementation("org.virtuslab:pulumi-docker-kotlin:4.5.3.0")
```

</td>
<td><a href="https://search.maven.org/artifact/org.virtuslab/pulumi-docker-kotlin">link</a></td>
<td><a href="https://www.pulumi.com/registry/packages/docker">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/docker/4.5.2.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/docker/4.5.3.0/index.html">link</a></td>
</tr>
<tr>
<td>gitlab</td>
Expand Down
32 changes: 16 additions & 16 deletions src/main/resources/version-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
{
"providerName": "github",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-github/v6.1.0/provider/cmd/pulumi-resource-github/schema.json",
"kotlinVersion": "6.1.0.1-SNAPSHOT",
"javaVersion": "6.1.0",
"javaGitTag": "v6.1.0",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-github/v6.2.0/provider/cmd/pulumi-resource-github/schema.json",
"kotlinVersion": "6.2.0.0",
"javaVersion": "6.2.0",
"javaGitTag": "v6.2.0",
"customDependencies": [
]
},
Expand Down Expand Up @@ -100,19 +100,19 @@
},
{
"providerName": "aws-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v0.99.0/provider/cmd/pulumi-resource-aws-native/schema.json",
"kotlinVersion": "0.99.0.1-SNAPSHOT",
"javaVersion": "0.99.0",
"javaGitTag": "v0.99.0",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v0.100.0/provider/cmd/pulumi-resource-aws-native/schema.json",
"kotlinVersion": "0.100.0.0",
"javaVersion": "0.100.0",
"javaGitTag": "v0.100.0",
"customDependencies": [
]
},
{
"providerName": "azure",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure/v5.68.0/provider/cmd/pulumi-resource-azure/schema.json",
"kotlinVersion": "5.68.0.1-SNAPSHOT",
"javaVersion": "5.68.0",
"javaGitTag": "v5.68.0",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure/v5.70.0/provider/cmd/pulumi-resource-azure/schema.json",
"kotlinVersion": "5.70.0.0",
"javaVersion": "5.70.0",
"javaGitTag": "v5.70.0",
"customDependencies": [
]
},
Expand Down Expand Up @@ -181,10 +181,10 @@
},
{
"providerName": "docker",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-docker/v4.5.2/provider/cmd/pulumi-resource-docker/schema.json",
"kotlinVersion": "4.5.2.1-SNAPSHOT",
"javaVersion": "4.5.2",
"javaGitTag": "v4.5.2",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-docker/v4.5.3/provider/cmd/pulumi-resource-docker/schema.json",
"kotlinVersion": "4.5.3.0",
"javaVersion": "4.5.3",
"javaGitTag": "v4.5.3",
"customDependencies": [
]
},
Expand Down

0 comments on commit cc50308

Please sign in to comment.