Skip to content

Commit

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

Resolves: None

## Description
This release includes the following versions:
github/v5.18.0.0

Co-authored-by: pulumi-kotlin[bot] <138587440+pulumi-kotlin[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-kotlin[bot] authored Sep 25, 2023
1 parent 252878a commit f01ac54
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 @@ -463,28 +463,28 @@ implementation("org.virtuslab:pulumi-slack-kotlin:0.4.2.1")
</tr>
<tr>
<td>github</td>
<td>5.17.0.0</td>
<td>5.18.0.0</td>
<td>

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

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-github-kotlin:5.17.0.0")
implementation("org.virtuslab:pulumi-github-kotlin:5.18.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/5.17.0.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/github/5.18.0.0/index.html">link</a></td>
</tr>
<tr>
<td>random</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 @@ -28,10 +28,10 @@
},
{
"providerName": "github",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-github/v5.17.0/provider/cmd/pulumi-resource-github/schema.json",
"kotlinVersion": "5.17.0.1-SNAPSHOT",
"javaVersion": "5.17.0",
"javaGitTag": "v5.17.0",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-github/v5.18.0/provider/cmd/pulumi-resource-github/schema.json",
"kotlinVersion": "5.18.0.0",
"javaVersion": "5.18.0",
"javaGitTag": "v5.18.0",
"customDependencies": [
]
},
Expand Down

0 comments on commit f01ac54

Please sign in to comment.