Skip to content

Commit

Permalink
Merge pull request #298 from pulumi/mikhailshilkov/python-docs
Browse files Browse the repository at this point in the history
Fix python docs and prepare the release
  • Loading branch information
mikhailshilkov authored Mar 13, 2020
2 parents 0f111be + ce15de6 commit a56f7d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ CHANGELOG
=========

## HEAD (Unreleased)
_(none)_

---

## 2.9.0 (2020-03-13)
* Move `getSecretVersion` to correct (`secretmanager`) namespace
* Upgrade to v3.12.0 of the Google Beta Terraform Provider
* Upgrade to Pulumi v1.12.1
* Upgrade to pulumi-terraform-bridge v1.8.2

---

## 2.8.0 (2020-03-05)
* Upgrade to v3.11.0 of the Google Beta Terraform Provider

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
github.com/hashicorp/terraform-plugin-sdk v1.4.0
github.com/pkg/errors v0.8.1
github.com/pulumi/pulumi v1.12.1
github.com/pulumi/pulumi v1.12.2-0.20200313044354-8111d33438b9
github.com/pulumi/pulumi-terraform-bridge v1.8.2
github.com/stretchr/testify v1.4.1-0.20191106224347-f1bd0923b832
github.com/terraform-providers/terraform-provider-google-beta v0.0.0-00010101000000-000000000000
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ github.com/prometheus/common v0.2.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/pulumi/pulumi v1.12.0/go.mod h1:yC6OgQyGdGYLw+ppju4/lgULYjO0AfF+yIksJEz9iCw=
github.com/pulumi/pulumi v1.12.1 h1:tfdVyfsffJ1L81F98onw1314/RCB7c6Pf6TtGOLYd7k=
github.com/pulumi/pulumi v1.12.1/go.mod h1:wem+vUldHRqBV0Q7+yHmQfjYFfVslMCtWW60yqmo9Ag=
github.com/pulumi/pulumi v1.12.2-0.20200313044354-8111d33438b9 h1:BQ8u77A4PqWqGyoc0vETKCAnZscI790nvu7xg2NvfKA=
github.com/pulumi/pulumi v1.12.2-0.20200313044354-8111d33438b9/go.mod h1:wem+vUldHRqBV0Q7+yHmQfjYFfVslMCtWW60yqmo9Ag=
github.com/pulumi/pulumi-terraform-bridge v1.8.2 h1:FBmpvqq068nTmh41YqBufqHk3sxRJojaQfRGXWFz27k=
github.com/pulumi/pulumi-terraform-bridge v1.8.2/go.mod h1:tiLPf2G1xYqheyTXRsBU2CnaBtvuZzw8nRJzGpi5uMo=
github.com/pulumi/terraform-provider-google-beta v0.0.0-20200309221941-5fc1579be217 h1:X7/8sdv1X2dZFvRJpsBPZ2F4fc1aIg0LbGSXJifWyDg=
Expand Down
7 changes: 1 addition & 6 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ def readme():

setup(name='pulumi_gcp',
version='${VERSION}',
description="""A Pulumi package for creating and managing Google Cloud Platform resources.
> This provider is a derived work of the [Terraform Provider](https://github.com/terraform-providers/terraform-provider-google-beta)
> distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,
> first check the [`pulumi/pulumi-gcp` repo](https://github.com/pulumi/pulumi-gcp/issues); however, if that doesn't turn up anything,
> please consult the source [`terraform-providers/terraform-provider-google-beta` repo](https://github.com/terraform-providers/terraform-provider-google-beta/issues).""",
description="A Pulumi package for creating and managing Google Cloud Platform resources.",
long_description=readme(),
long_description_content_type='text/markdown',
cmdclass={
Expand Down

0 comments on commit a56f7d6

Please sign in to comment.