Skip to content

Commit

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

Resolves: None

## Description
This release includes the following versions:
aws-native/v0.77.0.0

Co-authored-by: pulumi-kotlin[bot] <138587440+pulumi-kotlin[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-kotlin[bot] authored Sep 22, 2023
1 parent 7636513 commit c073815
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 @@ -613,28 +613,28 @@ implementation("org.virtuslab:pulumi-aws-kotlin:6.2.0.0")
</tr>
<tr>
<td>aws-native</td>
<td>0.76.0.0</td>
<td>0.77.0.0</td>
<td>

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

</td>
<td>

```kt
implementation("org.virtuslab:pulumi-aws-native-kotlin:0.76.0.0")
implementation("org.virtuslab:pulumi-aws-native-kotlin:0.77.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.76.0.0/index.html">link</a></td>
<td><a href="https://storage.googleapis.com/pulumi-kotlin-docs/aws-native/0.77.0.0/index.html">link</a></td>
</tr>
<tr>
<td>azure</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 @@ -82,10 +82,10 @@
},
{
"providerName": "aws-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v0.76.0/provider/cmd/pulumi-resource-aws-native/schema.json",
"kotlinVersion": "0.76.0.1-SNAPSHOT",
"javaVersion": "0.76.0",
"javaGitTag": "v0.76.0",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v0.77.0/provider/cmd/pulumi-resource-aws-native/schema.json",
"kotlinVersion": "0.77.0.0",
"javaVersion": "0.77.0",
"javaGitTag": "v0.77.0",
"customDependencies": [
]
},
Expand Down

0 comments on commit c073815

Please sign in to comment.