Skip to content

Commit 4349043

Browse files
authored
Merge branch 'main' into clean-up-owlbot-config-for-network-security
2 parents ff3562f + dc1c669 commit 4349043

File tree

710 files changed

+93917
-7734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

710 files changed

+93917
-7734
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest
16-
digest: sha256:b2dd6420495aa1a1057a73b80103ed2cabafa0c2c64a8bbf7221a7d6a067178f
16+
digest: sha256:e5234b94d36c6c89c0a809ef7082a9be82ee66ffc3f4cbb9cb3641df563e4163

.librarian/state.yaml

Lines changed: 236 additions & 213 deletions
Large diffs are not rendered by default.

.release-please-manifest.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
2-
"packages/google-cloud-biglake": "0.1.0",
2+
"packages/google-cloud-biglake": "0.1.1",
33
"packages/google-cloud-bigquery-storage": "2.33.1",
4-
"packages/google-cloud-dialogflow-cx": "1.42.0",
5-
"packages/google-cloud-gke-hub": "1.18.0",
6-
"packages/google-cloud-gke-multicloud": "0.6.21",
7-
"packages/google-cloud-gsuiteaddons": "0.3.17",
8-
"packages/google-cloud-iam": "2.19.1",
9-
"packages/google-cloud-monitoring": "2.27.2",
10-
"packages/google-cloud-monitoring-dashboards": "2.18.2",
11-
"packages/google-cloud-network-security": "0.9.19",
4+
"packages/google-cloud-dialogflow-cx": "2.0.0",
5+
"packages/google-cloud-gke-hub": "1.19.0",
6+
"packages/google-cloud-gke-multicloud": "0.6.22",
7+
"packages/google-cloud-gsuiteaddons": "0.3.18",
8+
"packages/google-cloud-iam": "2.20.0",
9+
"packages/google-cloud-monitoring": "2.28.0",
10+
"packages/google-cloud-monitoring-dashboards": "2.19.0",
11+
"packages/google-cloud-network-security": "0.9.21",
1212
"packages/google-cloud-org-policy": "1.14.0",
13-
"packages/google-cloud-os-login": "2.17.2",
14-
"packages/google-cloud-secret-manager": "2.24.0",
15-
"packages/googleapis-common-protos": "1.70.0",
16-
"packages/grafeas": "1.15.0",
13+
"packages/google-cloud-os-login": "2.18.0",
14+
"packages/google-cloud-secret-manager": "2.25.0",
15+
"packages/grafeas": "1.16.0",
1716
"packages/grpc-google-iam-v1": "0.14.2"
1817
}

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,9 +1435,9 @@ Libraries
14351435
-
14361436
-
14371437
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
1438-
* - `Public Certificate Authority <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-public-ca>`_
1438+
* - `Public Certificate Authority <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-security-publicca>`_
14391439
- preview
1440-
- |PyPI-google-cloud-public-ca|
1440+
- |PyPI-google-cloud-security-publicca|
14411441
-
14421442
-
14431443
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
@@ -2034,8 +2034,8 @@ Libraries
20342034
:target: https://pypi.org/project/google-cloud-private-catalog
20352035
.. |PyPI-google-cloud-privilegedaccessmanager| image:: https://img.shields.io/pypi/v/google-cloud-privilegedaccessmanager.svg
20362036
:target: https://pypi.org/project/google-cloud-privilegedaccessmanager
2037-
.. |PyPI-google-cloud-public-ca| image:: https://img.shields.io/pypi/v/google-cloud-public-ca.svg
2038-
:target: https://pypi.org/project/google-cloud-public-ca
2037+
.. |PyPI-google-cloud-security-publicca| image:: https://img.shields.io/pypi/v/google-cloud-security-publicca.svg
2038+
:target: https://pypi.org/project/google-cloud-security-publicca
20392039
.. |PyPI-google-cloud-quotas| image:: https://img.shields.io/pypi/v/google-cloud-quotas.svg
20402040
:target: https://pypi.org/project/google-cloud-quotas
20412041
.. |PyPI-google-cloud-rapidmigrationassessment| image:: https://img.shields.io/pypi/v/google-cloud-rapidmigrationassessment.svg

packages/google-cloud-access-context-manager/noxfile.py

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"3.11",
4141
"3.12",
4242
"3.13",
43+
"3.14",
4344
]
4445

4546
DEFAULT_PYTHON_VERSION = UNIT_TEST_PYTHON_VERSIONS[-1]
@@ -57,7 +58,15 @@
5758
UNIT_TEST_EXTRAS: List[str] = []
5859
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
5960

60-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
61+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = [
62+
"3.8",
63+
"3.9",
64+
"3.10",
65+
"3.11",
66+
"3.12",
67+
"3.13",
68+
"3.14",
69+
]
6170
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6271
"mock",
6372
"pytest",
@@ -176,7 +185,12 @@ def install_unittest_dependencies(session, *constraints):
176185
def unit(session, protobuf_implementation):
177186
# Install all test dependencies, then install this package in-place.
178187

179-
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13"):
188+
if protobuf_implementation == "cpp" and session.python in (
189+
"3.11",
190+
"3.12",
191+
"3.13",
192+
"3.14",
193+
):
180194
session.skip("cpp implementation is not supported in python 3.11+")
181195

182196
constraints_path = str(
@@ -389,7 +403,12 @@ def prerelease_deps(session, protobuf_implementation):
389403
`pip install --pre <package>`.
390404
"""
391405

392-
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13"):
406+
if protobuf_implementation == "cpp" and session.python in (
407+
"3.11",
408+
"3.12",
409+
"3.13",
410+
"3.14",
411+
):
393412
session.skip("cpp implementation is not supported in python 3.11+")
394413

395414
# Install all dependencies

packages/google-cloud-access-context-manager/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"Programming Language :: Python :: 3.11",
6363
"Programming Language :: Python :: 3.12",
6464
"Programming Language :: Python :: 3.13",
65+
"Programming Language :: Python :: 3.14",
6566
"Operating System :: OS Independent",
6667
"Topic :: Internet",
6768
],

packages/google-cloud-access-context-manager/testing/constraints-3.14.txt

Whitespace-only changes.

packages/google-cloud-audit-log/noxfile.py

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"3.11",
4141
"3.12",
4242
"3.13",
43+
"3.14",
4344
]
4445

4546
DEFAULT_PYTHON_VERSION = UNIT_TEST_PYTHON_VERSIONS[-1]
@@ -57,7 +58,15 @@
5758
UNIT_TEST_EXTRAS: List[str] = []
5859
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
5960

60-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
61+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = [
62+
"3.8",
63+
"3.9",
64+
"3.10",
65+
"3.11",
66+
"3.12",
67+
"3.13",
68+
"3.14",
69+
]
6170
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6271
"mock",
6372
"pytest",
@@ -176,7 +185,12 @@ def install_unittest_dependencies(session, *constraints):
176185
def unit(session, protobuf_implementation):
177186
# Install all test dependencies, then install this package in-place.
178187

179-
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13"):
188+
if protobuf_implementation == "cpp" and session.python in (
189+
"3.11",
190+
"3.12",
191+
"3.13",
192+
"3.14",
193+
):
180194
session.skip("cpp implementation is not supported in python 3.11+")
181195

182196
constraints_path = str(
@@ -389,7 +403,12 @@ def prerelease_deps(session, protobuf_implementation):
389403
`pip install --pre <package>`.
390404
"""
391405

392-
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13"):
406+
if protobuf_implementation == "cpp" and session.python in (
407+
"3.11",
408+
"3.12",
409+
"3.13",
410+
"3.14",
411+
):
393412
session.skip("cpp implementation is not supported in python 3.11+")
394413

395414
# Install all dependencies

packages/google-cloud-audit-log/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"Programming Language :: Python :: 3.11",
5353
"Programming Language :: Python :: 3.12",
5454
"Programming Language :: Python :: 3.13",
55+
"Programming Language :: Python :: 3.14",
5556
"Programming Language :: Python :: Implementation :: CPython",
5657
],
5758
description=description,

packages/google-cloud-audit-log/testing/constraints-3.14.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)