File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
1514jobs :
1615 build_sdk :
1716 name : build_sdk
Original file line number Diff line number Diff line change 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
1514jobs :
1615 build_sdk :
1716 name : build_sdk
Original file line number Diff line number Diff line change 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
3636To 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
Original file line number Diff line number Diff line change 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
3636To 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
You can’t perform that action at this time.
0 commit comments