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

Commit 121dd7c

Browse files
chore(main): release 1.4.0 (#190)
* chore(main): release 1.4.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 <[email protected]>
1 parent 83ac640 commit 121dd7c

File tree

8 files changed

+29
-7
lines changed

8 files changed

+29
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.3"
2+
".": "1.4.0"
33
}

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/googleapis/python-binary-authorization/compare/v1.3.3...v1.4.0) (2022-12-15)
4+
5+
6+
### Features
7+
8+
* Add support for `google.cloud.binaryauthorization.__version__` ([2df0de1](https://github.com/googleapis/python-binary-authorization/commit/2df0de1accecdb7c72d054fe53aaf3fe4af5846f))
9+
* Add typing to proto.Message based class attributes ([2df0de1](https://github.com/googleapis/python-binary-authorization/commit/2df0de1accecdb7c72d054fe53aaf3fe4af5846f))
10+
11+
12+
### Bug Fixes
13+
14+
* Add dict typing for client_options ([2df0de1](https://github.com/googleapis/python-binary-authorization/commit/2df0de1accecdb7c72d054fe53aaf3fe4af5846f))
15+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([b3128a5](https://github.com/googleapis/python-binary-authorization/commit/b3128a5c482fce5f606792db7ca0e5bfca46fca4))
16+
* Drop usage of pkg_resources ([b3128a5](https://github.com/googleapis/python-binary-authorization/commit/b3128a5c482fce5f606792db7ca0e5bfca46fca4))
17+
* Fix timeout default values ([b3128a5](https://github.com/googleapis/python-binary-authorization/commit/b3128a5c482fce5f606792db7ca0e5bfca46fca4))
18+
19+
20+
### Documentation
21+
22+
* **samples:** Snippetgen handling of repeated enum field ([2df0de1](https://github.com/googleapis/python-binary-authorization/commit/2df0de1accecdb7c72d054fe53aaf3fe4af5846f))
23+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([b3128a5](https://github.com/googleapis/python-binary-authorization/commit/b3128a5c482fce5f606792db7ca0e5bfca46fca4))
24+
325
## [1.3.3](https://github.com/googleapis/python-binary-authorization/compare/v1.3.2...v1.3.3) (2022-10-07)
426

527

google/cloud/binaryauthorization/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__ = "1.3.3" # {x-release-please-version}
16+
__version__ = "1.4.0" # {x-release-please-version}

google/cloud/binaryauthorization_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__ = "1.3.3" # {x-release-please-version}
16+
__version__ = "1.4.0" # {x-release-please-version}

google/cloud/binaryauthorization_v1beta1/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__ = "1.3.3" # {x-release-please-version}
16+
__version__ = "1.4.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.binaryauthorization.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-binary-authorization",
11-
"version": "0.1.0"
11+
"version": "1.4.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.binaryauthorization.v1beta1.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-binary-authorization",
11-
"version": "0.1.0"
11+
"version": "1.4.0"
1212
},
1313
"snippets": [
1414
{

setup.py

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

4040
dependencies = [
41-
"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.*",
41+
"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.*",
4242
"proto-plus >= 1.22.0, <2.0.0dev",
4343
"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",
4444
"grafeas >= 1.1.2, <2.0dev",

0 commit comments

Comments
 (0)