Skip to content

Commit cab41cc

Browse files
chore(main): release 2.10.0 (#345)
* chore(main): release 2.10.0 * fix(deps): require google-api-core>=1.34.0,>=2.11.0 Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 3f3d30b commit cab41cc

File tree

7 files changed

+28
-6
lines changed

7 files changed

+28
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.9.3"
2+
".": "2.10.0"
33
}

packages/google-cloud-containeranalysis/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.10.0](https://github.com/googleapis/python-containeranalysis/compare/v2.9.3...v2.10.0) (2022-12-15)
4+
5+
6+
### Features
7+
8+
* Add support for `google.cloud.devtools.containeranalysis.__version__` ([3d91a44](https://github.com/googleapis/python-containeranalysis/commit/3d91a44b7152fba0508d4d3099e51f18348b0512))
9+
* Add typing to proto.Message based class attributes ([3d91a44](https://github.com/googleapis/python-containeranalysis/commit/3d91a44b7152fba0508d4d3099e51f18348b0512))
10+
11+
12+
### Bug Fixes
13+
14+
* Add dict typing for client_options ([3d91a44](https://github.com/googleapis/python-containeranalysis/commit/3d91a44b7152fba0508d4d3099e51f18348b0512))
15+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([8a0a4b6](https://github.com/googleapis/python-containeranalysis/commit/8a0a4b635de8992b9f5984a337cabaf92017400a))
16+
* Drop usage of pkg_resources ([8a0a4b6](https://github.com/googleapis/python-containeranalysis/commit/8a0a4b635de8992b9f5984a337cabaf92017400a))
17+
* Fix timeout default values ([8a0a4b6](https://github.com/googleapis/python-containeranalysis/commit/8a0a4b635de8992b9f5984a337cabaf92017400a))
18+
19+
20+
### Documentation
21+
22+
* **samples:** Snippetgen handling of repeated enum field ([3d91a44](https://github.com/googleapis/python-containeranalysis/commit/3d91a44b7152fba0508d4d3099e51f18348b0512))
23+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([8a0a4b6](https://github.com/googleapis/python-containeranalysis/commit/8a0a4b635de8992b9f5984a337cabaf92017400a))
24+
325
## [2.9.3](https://github.com/googleapis/python-containeranalysis/compare/v2.9.2...v2.9.3) (2022-10-07)
426

527

packages/google-cloud-containeranalysis/google/cloud/devtools/containeranalysis/gapic_version.py

Lines changed: 1 addition & 1 deletion
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.9.3" # {x-release-please-version}
16+
__version__ = "2.10.0" # {x-release-please-version}

packages/google-cloud-containeranalysis/google/cloud/devtools/containeranalysis_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
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.9.3" # {x-release-please-version}
16+
__version__ = "2.10.0" # {x-release-please-version}

packages/google-cloud-containeranalysis/samples/generated_samples/snippet_metadata_google.devtools.containeranalysis.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-containeranalysis",
11-
"version": "0.1.0"
11+
"version": "2.10.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-containeranalysis/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
release_status = "Development Status :: 5 - Production/Stable"
4141

4242
dependencies = [
43-
"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.*",
43+
"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.*",
4444
"proto-plus >= 1.22.0, <2.0.0dev",
4545
"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",
4646
"grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev",

packages/google-cloud-containeranalysis/testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Pin the version to the lower bound.
55
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
66
# Then this file should have google-cloud-foo==1.14.0
7-
google-api-core==1.33.2
7+
google-api-core==1.34.0
88
proto-plus==1.22.0
99
protobuf==3.19.5
1010
grpc-google-iam-v1==0.12.4

0 commit comments

Comments
 (0)