Skip to content

Commit ba55ad3

Browse files
committed
Post v3 release cycle cleanup
1 parent e39d4a9 commit ba55ad3

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
1212
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1313
TRAVIS_OS_NAME: linux
14-
VERSION_PREFIX: 3.0.0
1514
jobs:
1615
build_sdk:
1716
name: build_sdk

.github/workflows/pull-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
1212
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1313
TRAVIS_OS_NAME: linux
14-
VERSION_PREFIX: 3.0.0
1514
jobs:
1615
build_sdk:
1716
name: build_sdk

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fpostgresql.svg)](https://www.npmjs.com/package/@pulumi/postgresql)
44
[![Python version](https://badge.fury.io/py/pulumi-postgresql.svg)](https://pypi.org/project/pulumi-postgresql)
55
[![NuGet version](https://badge.fury.io/nu/pulumi.postgresql.svg)](https://badge.fury.io/nu/pulumi.postgresql)
6-
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-postgresql/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-postgresql/sdk/v2/go)
6+
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-postgresql/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-postgresql/sdk/v3/go)
77
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-postgresql/blob/master/LICENSE)
88

99
# postgresql Resource Provider
@@ -35,7 +35,7 @@ To use from Python, install using `pip`:
3535

3636
To use from Go, use `go get` to grab the latest version of the library
3737

38-
$ go get github.com/pulumi/pulumi-postgresql/sdk/v2/go/...
38+
$ go get github.com/pulumi/pulumi-postgresql/sdk/v3/go/...
3939

4040
### .NET
4141

sdk/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fpostgresql.svg)](https://www.npmjs.com/package/@pulumi/postgresql)
44
[![Python version](https://badge.fury.io/py/pulumi-postgresql.svg)](https://pypi.org/project/pulumi-postgresql)
55
[![NuGet version](https://badge.fury.io/nu/pulumi.postgresql.svg)](https://badge.fury.io/nu/pulumi.postgresql)
6-
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-postgresql/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-postgresql/sdk/v2/go)
6+
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-postgresql/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-postgresql/sdk/v3/go)
77
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-postgresql/blob/master/LICENSE)
88

99
# postgresql Resource Provider
@@ -35,7 +35,7 @@ To use from Python, install using `pip`:
3535

3636
To use from Go, use `go get` to grab the latest version of the library
3737

38-
$ go get github.com/pulumi/pulumi-postgresql/sdk/v2/go/...
38+
$ go get github.com/pulumi/pulumi-postgresql/sdk/v3/go/...
3939

4040
### .NET
4141

0 commit comments

Comments
 (0)