Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 11f4376

Browse files
chore(main): release 2.16.0 (#561)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4d8225f commit 11f4376

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.15.1"
2+
".": "2.16.0"
33
}
44

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
[1]: https://pypi.org/project/google-cloud-monitoring/#history
66

7+
## [2.16.0](https://github.com/googleapis/python-monitoring/compare/v2.15.1...v2.16.0) (2023-10-09)
8+
9+
10+
### Features
11+
12+
* Added support for forecast options in AlertPolicy ([218e678](https://github.com/googleapis/python-monitoring/commit/218e67818d7a19e45bd1521adb3cea76efb3f541))
13+
* Added support for promQL condition type in AlertPolicy ([218e678](https://github.com/googleapis/python-monitoring/commit/218e67818d7a19e45bd1521adb3cea76efb3f541))
14+
* Added support for retriggering notifications in AlertPolicy ([218e678](https://github.com/googleapis/python-monitoring/commit/218e67818d7a19e45bd1521adb3cea76efb3f541))
15+
16+
17+
### Documentation
18+
19+
* Minor formatting ([218e678](https://github.com/googleapis/python-monitoring/commit/218e67818d7a19e45bd1521adb3cea76efb3f541))
20+
721
## [2.15.1](https://github.com/googleapis/python-monitoring/compare/v2.15.0...v2.15.1) (2023-07-04)
822

923

google/cloud/monitoring/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.15.1" # {x-release-please-version}
16+
__version__ = "2.16.0" # {x-release-please-version}

google/cloud/monitoring_v3/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.15.1" # {x-release-please-version}
16+
__version__ = "2.16.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.monitoring.v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-monitoring",
11-
"version": "0.1.0"
11+
"version": "2.16.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)