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

Commit a129ed4

Browse files
chore(main): release 2.15.0 (#538)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b2d5af1 commit a129ed4

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

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

7+
## [2.15.0](https://github.com/googleapis/python-monitoring/compare/v2.14.2...v2.15.0) (2023-05-25)
8+
9+
10+
### Features
11+
12+
* Add basic http authentication ([2774ac4](https://github.com/googleapis/python-monitoring/commit/2774ac41588c9707102b2f6f1af79c3728db5eae))
13+
* Add httpStatusCode ([2774ac4](https://github.com/googleapis/python-monitoring/commit/2774ac41588c9707102b2f6f1af79c3728db5eae))
14+
* Add ICMP pings ([2774ac4](https://github.com/googleapis/python-monitoring/commit/2774ac41588c9707102b2f6f1af79c3728db5eae))
15+
* Add individual USA regions ([2774ac4](https://github.com/googleapis/python-monitoring/commit/2774ac41588c9707102b2f6f1af79c3728db5eae))
16+
* Add json path matching capabilities ([2774ac4](https://github.com/googleapis/python-monitoring/commit/2774ac41588c9707102b2f6f1af79c3728db5eae))
17+
718
## [2.14.2](https://github.com/googleapis/python-monitoring/compare/v2.14.1...v2.14.2) (2023-03-23)
819

920

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.14.2" # {x-release-please-version}
16+
__version__ = "2.15.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.14.2" # {x-release-please-version}
16+
__version__ = "2.15.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.15.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)