diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3542679..f393718 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.3" + ".": "2.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb543bd..aec77a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2.10.0](https://github.com/googleapis/python-containeranalysis/compare/v2.9.3...v2.10.0) (2022-12-15) + + +### Features + +* Add support for `google.cloud.devtools.containeranalysis.__version__` ([3d91a44](https://github.com/googleapis/python-containeranalysis/commit/3d91a44b7152fba0508d4d3099e51f18348b0512)) +* Add typing to proto.Message based class attributes ([3d91a44](https://github.com/googleapis/python-containeranalysis/commit/3d91a44b7152fba0508d4d3099e51f18348b0512)) + + +### Bug Fixes + +* Add dict typing for client_options ([3d91a44](https://github.com/googleapis/python-containeranalysis/commit/3d91a44b7152fba0508d4d3099e51f18348b0512)) +* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([8a0a4b6](https://github.com/googleapis/python-containeranalysis/commit/8a0a4b635de8992b9f5984a337cabaf92017400a)) +* Drop usage of pkg_resources ([8a0a4b6](https://github.com/googleapis/python-containeranalysis/commit/8a0a4b635de8992b9f5984a337cabaf92017400a)) +* Fix timeout default values ([8a0a4b6](https://github.com/googleapis/python-containeranalysis/commit/8a0a4b635de8992b9f5984a337cabaf92017400a)) + + +### Documentation + +* **samples:** Snippetgen handling of repeated enum field ([3d91a44](https://github.com/googleapis/python-containeranalysis/commit/3d91a44b7152fba0508d4d3099e51f18348b0512)) +* **samples:** Snippetgen should call await on the operation coroutine before calling result ([8a0a4b6](https://github.com/googleapis/python-containeranalysis/commit/8a0a4b635de8992b9f5984a337cabaf92017400a)) + ## [2.9.3](https://github.com/googleapis/python-containeranalysis/compare/v2.9.2...v2.9.3) (2022-10-07) diff --git a/google/cloud/devtools/containeranalysis/gapic_version.py b/google/cloud/devtools/containeranalysis/gapic_version.py index 085af7e..00f0a8d 100644 --- a/google/cloud/devtools/containeranalysis/gapic_version.py +++ b/google/cloud/devtools/containeranalysis/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.9.3" # {x-release-please-version} +__version__ = "2.10.0" # {x-release-please-version} diff --git a/google/cloud/devtools/containeranalysis_v1/gapic_version.py b/google/cloud/devtools/containeranalysis_v1/gapic_version.py index 085af7e..00f0a8d 100644 --- a/google/cloud/devtools/containeranalysis_v1/gapic_version.py +++ b/google/cloud/devtools/containeranalysis_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.9.3" # {x-release-please-version} +__version__ = "2.10.0" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.devtools.containeranalysis.v1.json b/samples/generated_samples/snippet_metadata_google.devtools.containeranalysis.v1.json index dab3e1e..e012702 100644 --- a/samples/generated_samples/snippet_metadata_google.devtools.containeranalysis.v1.json +++ b/samples/generated_samples/snippet_metadata_google.devtools.containeranalysis.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-containeranalysis", - "version": "0.1.0" + "version": "2.10.0" }, "snippets": [ { diff --git a/setup.py b/setup.py index 16a187f..aac4cdc 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ release_status = "Development Status :: 5 - Production/Stable" dependencies = [ - "google-api-core[grpc] >= 1.33.2, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*", + "google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*", "proto-plus >= 1.22.0, <2.0.0dev", "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", "grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev", diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index 8995c3a..5bdb617 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -4,7 +4,7 @@ # Pin the version to the lower bound. # e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev", # Then this file should have google-cloud-foo==1.14.0 -google-api-core==1.33.2 +google-api-core==1.34.0 proto-plus==1.22.0 protobuf==3.19.5 grpc-google-iam-v1==0.12.4