From 6b570c16f0e602e9a139e5534d06f4883966aa1c Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Tue, 19 Nov 2019 14:46:45 -0800 Subject: [PATCH 1/2] chore(monitoring): release 0.34.0 --- monitoring/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ monitoring/setup.py | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/monitoring/CHANGELOG.md b/monitoring/CHANGELOG.md index 4381307d822c..afa16a569f0f 100644 --- a/monitoring/CHANGELOG.md +++ b/monitoring/CHANGELOG.md @@ -4,6 +4,34 @@ [1]: https://pypi.org/project/google-cloud-monitoring/#history +## 0.34.0 + +11-19-2019 14:27 PST + +### Implementation Changes +- Deprecate resource name helper methods; update docs configuration (via synth). ([#9838](https://github.com/googleapis/google-cloud-python/pull/9838)) + +### New Features +- Add service monitoring (via synth). ([#9799](https://github.com/googleapis/google-cloud-python/pull/9799)) +- Add `monitoring.v3.InternalChecker.state` (via synth). ([#9546](https://github.com/googleapis/google-cloud-python/pull/9546)) +- Add `monitoring.v3.UptimeCheckConfig.ContentMatcher.ContentMatcherOption` (via synth). ([#9546](https://github.com/googleapis/google-cloud-python/pull/9546)) +- Add `recursive` parameter to `delete_group` (via synth). ([#9546](https://github.com/googleapis/google-cloud-python/pull/9546)) +- Add read-only `validity` field to `monitoring.v3.AlertPolicy` (via synth). ([#9546](https://github.com/googleapis/google-cloud-python/pull/9546)) +- Add `validate_ssl` parameter to `monitoring.v3.UptimeCheckConfig.HttpCheck` (via synth). ([#9546](https://github.com/googleapis/google-cloud-python/pull/9546)) + +### Documentation +- Add python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036)) +- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294)) +- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085)) +- Remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035)) + +### Internal / Testing Changes +- Revert change to docs/conf.py. ([#9803](https://github.com/googleapis/google-cloud-python/pull/9803)) +- Normalize VPCSC configuration in systests. ([#9615](https://github.com/googleapis/google-cloud-python/pull/9615)) +- Make VPCSC env comparison case-insensitive. ([#9564](https://github.com/googleapis/google-cloud-python/pull/9564)) +- Refresh VPCSC tests. ([#9437](https://github.com/googleapis/google-cloud-python/pull/9437)) +- Monitoring: Fix environment variables for VPC tests. ([#8302](https://github.com/googleapis/google-cloud-python/pull/8302)) + ## 0.33.0 08-12-2019 13:54 PDT diff --git a/monitoring/setup.py b/monitoring/setup.py index 33b8b97f4f63..3471737f6e13 100644 --- a/monitoring/setup.py +++ b/monitoring/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-monitoring' description = 'Stackdriver Monitoring API client library' -version = '0.33.0' +version = '0.34.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From c96372d6c3f4d906cf88bc39bbce97f70d334111 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 19 Nov 2019 14:50:41 -0800 Subject: [PATCH 2/2] docs: remove 'Monitoring' from changelog entry --- monitoring/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/CHANGELOG.md b/monitoring/CHANGELOG.md index afa16a569f0f..a427e8ab1415 100644 --- a/monitoring/CHANGELOG.md +++ b/monitoring/CHANGELOG.md @@ -30,7 +30,7 @@ - Normalize VPCSC configuration in systests. ([#9615](https://github.com/googleapis/google-cloud-python/pull/9615)) - Make VPCSC env comparison case-insensitive. ([#9564](https://github.com/googleapis/google-cloud-python/pull/9564)) - Refresh VPCSC tests. ([#9437](https://github.com/googleapis/google-cloud-python/pull/9437)) -- Monitoring: Fix environment variables for VPC tests. ([#8302](https://github.com/googleapis/google-cloud-python/pull/8302)) +- Fix environment variables for VPC tests. ([#8302](https://github.com/googleapis/google-cloud-python/pull/8302)) ## 0.33.0