From ee62b1cafb0eb744853b7a416afd117823d381b1 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Mon, 10 Dec 2018 13:32:52 -0800 Subject: [PATCH 1/5] Release 1.13.1 --- storage/CHANGELOG.md | 27 +++++++++++++++++++++++++++ storage/setup.py | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/storage/CHANGELOG.md b/storage/CHANGELOG.md index a7c224807f70..b8f02a39180e 100644 --- a/storage/CHANGELOG.md +++ b/storage/CHANGELOG.md @@ -4,6 +4,33 @@ [1]: https://pypi.org/project/google-cloud-storage/#history +## 1.13.1 + +12-10-2018 13:31 PST + + +### Implementation Changes +- Use moved `iam.policy` now at `google.api_core.iam.policy` ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) +- Accomodate new back-end restriction on retention period. ([#6388](https://github.com/googleapis/google-cloud-python/pull/6388)) +- Storage: avoid deleting blob renamed to itself ([#6365](https://github.com/googleapis/google-cloud-python/pull/6365)) + +### Dependencies +- Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835)) +- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) + +### Documentation +- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) + +### Internal / Testing Changes +- Blacken libraries ([#6794](https://github.com/googleapis/google-cloud-python/pull/6794)) +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) +- Harden teardown in system tests. ([#6444](https://github.com/googleapis/google-cloud-python/pull/6444)) +- Harden 'create_bucket' call in systests vs. 429 TooManyRequests. ([#6401](https://github.com/googleapis/google-cloud-python/pull/6401)) +- Skip public bucket test in VPCSC ([#6230](https://github.com/googleapis/google-cloud-python/pull/6230)) +- Fix lint failure. ([#6219](https://github.com/googleapis/google-cloud-python/pull/6219)) +- Disable test running in VPCSC restricted environment ([#6215](https://github.com/googleapis/google-cloud-python/pull/6215)) +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) + ## 1.13.0 ### New Features diff --git a/storage/setup.py b/storage/setup.py index 3ccafff034a0..0e52bb02ae8b 100644 --- a/storage/setup.py +++ b/storage/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-storage' description = 'Google Cloud Storage API client library' -version = '1.13.0' +version = '1.13.1' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 367b3e1d9f40968077e10135f7f860a1c9c53ad3 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 10 Dec 2018 13:56:27 -0800 Subject: [PATCH 2/5] Update storage/CHANGELOG.md Co-Authored-By: crwilcox --- storage/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/CHANGELOG.md b/storage/CHANGELOG.md index b8f02a39180e..6dec0dca2d43 100644 --- a/storage/CHANGELOG.md +++ b/storage/CHANGELOG.md @@ -10,7 +10,7 @@ ### Implementation Changes -- Use moved `iam.policy` now at `google.api_core.iam.policy` ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) +- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) - Accomodate new back-end restriction on retention period. ([#6388](https://github.com/googleapis/google-cloud-python/pull/6388)) - Storage: avoid deleting blob renamed to itself ([#6365](https://github.com/googleapis/google-cloud-python/pull/6365)) From 46180f51e47d4951693a78f9ccf9cb4c01bfa19d Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Mon, 10 Dec 2018 13:57:33 -0800 Subject: [PATCH 3/5] Update CHANGELOG.md --- storage/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/CHANGELOG.md b/storage/CHANGELOG.md index 6dec0dca2d43..35a5b7734b3f 100644 --- a/storage/CHANGELOG.md +++ b/storage/CHANGELOG.md @@ -26,9 +26,9 @@ - Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) - Harden teardown in system tests. ([#6444](https://github.com/googleapis/google-cloud-python/pull/6444)) - Harden 'create_bucket' call in systests vs. 429 TooManyRequests. ([#6401](https://github.com/googleapis/google-cloud-python/pull/6401)) -- Skip public bucket test in VPCSC ([#6230](https://github.com/googleapis/google-cloud-python/pull/6230)) +- Skip public bucket test in VPC Service Controls ([#6230](https://github.com/googleapis/google-cloud-python/pull/6230)) - Fix lint failure. ([#6219](https://github.com/googleapis/google-cloud-python/pull/6219)) -- Disable test running in VPCSC restricted environment ([#6215](https://github.com/googleapis/google-cloud-python/pull/6215)) +- Disable test running in VPC Service Controls restricted environment ([#6215](https://github.com/googleapis/google-cloud-python/pull/6215)) - Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) ## 1.13.0 From 04ea8c662335ef8d15f02b890cdafef143ff5f7b Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 10 Dec 2018 13:57:39 -0800 Subject: [PATCH 4/5] Update storage/CHANGELOG.md Co-Authored-By: crwilcox --- storage/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/CHANGELOG.md b/storage/CHANGELOG.md index 35a5b7734b3f..1e128c652f12 100644 --- a/storage/CHANGELOG.md +++ b/storage/CHANGELOG.md @@ -12,7 +12,7 @@ ### Implementation Changes - Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) - Accomodate new back-end restriction on retention period. ([#6388](https://github.com/googleapis/google-cloud-python/pull/6388)) -- Storage: avoid deleting blob renamed to itself ([#6365](https://github.com/googleapis/google-cloud-python/pull/6365)) +- Avoid deleting a blob renamed to itself ([#6365](https://github.com/googleapis/google-cloud-python/pull/6365)) ### Dependencies - Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835)) From 785b4129aaafd29d5dab2901d05948ffa73beb72 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 10 Dec 2018 13:57:47 -0800 Subject: [PATCH 5/5] Update storage/CHANGELOG.md Co-Authored-By: crwilcox --- storage/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/CHANGELOG.md b/storage/CHANGELOG.md index 1e128c652f12..d73c230b7048 100644 --- a/storage/CHANGELOG.md +++ b/storage/CHANGELOG.md @@ -25,7 +25,7 @@ - Blacken libraries ([#6794](https://github.com/googleapis/google-cloud-python/pull/6794)) - Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) - Harden teardown in system tests. ([#6444](https://github.com/googleapis/google-cloud-python/pull/6444)) -- Harden 'create_bucket' call in systests vs. 429 TooManyRequests. ([#6401](https://github.com/googleapis/google-cloud-python/pull/6401)) +- Harden `create_bucket` call in systests vs. 429 TooManyRequests. ([#6401](https://github.com/googleapis/google-cloud-python/pull/6401)) - Skip public bucket test in VPC Service Controls ([#6230](https://github.com/googleapis/google-cloud-python/pull/6230)) - Fix lint failure. ([#6219](https://github.com/googleapis/google-cloud-python/pull/6219)) - Disable test running in VPC Service Controls restricted environment ([#6215](https://github.com/googleapis/google-cloud-python/pull/6215))