Skip to content

Commit

Permalink
chore(main): release 1.13.0 (#354)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 15, 2022
1 parent bf45ce7 commit bdf7c24
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/google-cloud-securitycenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

[1]: https://pypi.org/project/google-cloud-securitycenter/#history

## [1.13.0](https://github.com/googleapis/python-securitycenter/compare/v1.12.0...v1.13.0) (2022-08-12)


### Features

* Added container field to findings attributes ([#353](https://github.com/googleapis/python-securitycenter/issues/353)) ([027a423](https://github.com/googleapis/python-securitycenter/commit/027a42305267381aa280d2a94665b26b08156f18))
* Added kubernetes field to findings attribute. This field is populated only when the container is a kubernetes cluster explicitly ([027a423](https://github.com/googleapis/python-securitycenter/commit/027a42305267381aa280d2a94665b26b08156f18))


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#362](https://github.com/googleapis/python-securitycenter/issues/362)) ([eb521a8](https://github.com/googleapis/python-securitycenter/commit/eb521a8a12b53688420ec5eafcd8892ce1adfd78))
* **deps:** require proto-plus >= 1.22.0 ([eb521a8](https://github.com/googleapis/python-securitycenter/commit/eb521a8a12b53688420ec5eafcd8892ce1adfd78))

## [1.12.0](https://github.com/googleapis/python-securitycenter/compare/v1.11.1...v1.12.0) (2022-07-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-securitycenter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-securitycenter"
description = "Cloud Security Command Center API client library"
version = "1.12.0"
version = "1.13.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit bdf7c24

Please sign in to comment.