Skip to content

Commit

Permalink
Release provider libraries (#803)
Browse files Browse the repository at this point in the history
## Task

Resolves: None

## Description
This release includes the following versions:
aws/v6.66.3.0
aws-native/v1.23.0.0
azure/v6.15.0.0
docker/v4.6.0.0
gitlab/v8.7.1.0

Co-authored-by: pulumi-kotlin[bot] <138587440+pulumi-kotlin[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-kotlin[bot] authored Jan 14, 2025
1 parent d740fb5 commit f701767
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,28 +666,28 @@ implementation("org.virtuslab:pulumi-aws-kotlin:5.43.0.1")
</tr>
<tr>
<td>aws</td>
<td>6.66.2.0</td>
<td>6.66.3.0</td>
<td>

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

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-aws-kotlin:6.66.2.0")
implementation("org.virtuslab:pulumi-aws-kotlin:6.66.3.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.66.2.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/aws/6.66.3.0/index.html">link</a></td>
</tr>
<tr>
<td>aws-native</td>
Expand Down Expand Up @@ -716,28 +716,28 @@ implementation("org.virtuslab:pulumi-aws-native-kotlin:0.126.0.0")
</tr>
<tr>
<td>aws-native</td>
<td>1.21.0.0</td>
<td>1.23.0.0</td>
<td>

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

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-aws-native-kotlin:1.21.0.0")
implementation("org.virtuslab:pulumi-aws-native-kotlin:1.23.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/1.21.0.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/aws-native/1.23.0.0/index.html">link</a></td>
</tr>
<tr>
<td>azure</td>
Expand Down Expand Up @@ -766,28 +766,28 @@ implementation("org.virtuslab:pulumi-azure-kotlin:5.87.0.0")
</tr>
<tr>
<td>azure</td>
<td>6.14.0.0</td>
<td>6.15.0.0</td>
<td>

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

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-azure-kotlin:6.14.0.0")
implementation("org.virtuslab:pulumi-azure-kotlin:6.15.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/6.14.0.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/azure/6.15.0.0/index.html">link</a></td>
</tr>
<tr>
<td>azure-native</td>
Expand Down Expand Up @@ -966,28 +966,28 @@ implementation("org.virtuslab:pulumi-docker-kotlin:3.6.1.3")
</tr>
<tr>
<td>docker</td>
<td>4.5.8.0</td>
<td>4.6.0.0</td>
<td>

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

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-docker-kotlin:4.5.8.0")
implementation("org.virtuslab:pulumi-docker-kotlin:4.6.0.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.8.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/docker/4.6.0.0/index.html">link</a></td>
</tr>
<tr>
<td>gitlab</td>
Expand Down Expand Up @@ -1091,28 +1091,28 @@ implementation("org.virtuslab:pulumi-gitlab-kotlin:7.0.2.0")
</tr>
<tr>
<td>gitlab</td>
<td>8.7.0.0</td>
<td>8.7.1.0</td>
<td>

```xml
<dependency>
<groupId>org.virtuslab</groupId>
<artifactId>pulumi-gitlab-kotlin</artifactId>
<version>8.7.0.0</version>
<version>8.7.1.0</version>
</dependency>
```

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-gitlab-kotlin:8.7.0.0")
implementation("org.virtuslab:pulumi-gitlab-kotlin:8.7.1.0")
```

</td>
<td><a href="https://search.maven.org/artifact/org.virtuslab/pulumi-gitlab-kotlin">link</a></td>
<td><a href="https://www.pulumi.com/registry/packages/gitlab">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/gitlab/8.7.0.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/gitlab/8.7.1.0/index.html">link</a></td>
</tr>
<tr>
<td>digitalocean</td>
Expand Down
40 changes: 20 additions & 20 deletions src/main/resources/version-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
},
{
"providerName": "aws",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws/v6.66.2/provider/cmd/pulumi-resource-aws/schema.json",
"kotlinVersion": "6.66.2.1-SNAPSHOT",
"javaVersion": "6.66.2",
"javaGitTag": "v6.66.2",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws/v6.66.3/provider/cmd/pulumi-resource-aws/schema.json",
"kotlinVersion": "6.66.3.0",
"javaVersion": "6.66.3",
"javaGitTag": "v6.66.3",
"customDependencies": []
},
{
Expand All @@ -105,10 +105,10 @@
},
{
"providerName": "aws-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v1.21.0/provider/cmd/pulumi-resource-aws-native/schema.json",
"kotlinVersion": "1.21.0.1-SNAPSHOT",
"javaVersion": "1.21.0",
"javaGitTag": "v1.21.0",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v1.23.0/provider/cmd/pulumi-resource-aws-native/schema.json",
"kotlinVersion": "1.23.0.0",
"javaVersion": "1.23.0",
"javaGitTag": "v1.23.0",
"customDependencies": []
},
{
Expand All @@ -121,10 +121,10 @@
},
{
"providerName": "azure",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure/v6.14.0/provider/cmd/pulumi-resource-azure/schema.json",
"kotlinVersion": "6.14.0.1-SNAPSHOT",
"javaVersion": "6.14.0",
"javaGitTag": "v6.14.0",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure/v6.15.0/provider/cmd/pulumi-resource-azure/schema.json",
"kotlinVersion": "6.15.0.0",
"javaVersion": "6.15.0",
"javaGitTag": "v6.15.0",
"customDependencies": []
},
{
Expand Down Expand Up @@ -185,10 +185,10 @@
},
{
"providerName": "docker",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-docker/v4.5.8/provider/cmd/pulumi-resource-docker/schema.json",
"kotlinVersion": "4.5.8.1-SNAPSHOT",
"javaVersion": "4.5.8",
"javaGitTag": "v4.5.8",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-docker/v4.6.0/provider/cmd/pulumi-resource-docker/schema.json",
"kotlinVersion": "4.6.0.0",
"javaVersion": "4.6.0",
"javaGitTag": "v4.6.0",
"customDependencies": []
},
{
Expand Down Expand Up @@ -225,10 +225,10 @@
},
{
"providerName": "gitlab",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-gitlab/v8.7.0/provider/cmd/pulumi-resource-gitlab/schema.json",
"kotlinVersion": "8.7.0.1-SNAPSHOT",
"javaVersion": "8.7.0",
"javaGitTag": "v8.7.0",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-gitlab/v8.7.1/provider/cmd/pulumi-resource-gitlab/schema.json",
"kotlinVersion": "8.7.1.0",
"javaVersion": "8.7.1",
"javaGitTag": "v8.7.1",
"customDependencies": []
},
{
Expand Down

0 comments on commit f701767

Please sign in to comment.