Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packages/google-apps-script-type": "0.3.11",
"packages/google-area120-tables": "0.11.14",
"packages/google-cloud-access-approval": "1.15.0",
"packages/google-cloud-access-context-manager": "0.2.1",
"packages/google-cloud-access-context-manager": "0.2.2",
"packages/google-cloud-advisorynotifications": "0.3.13",
"packages/google-cloud-alloydb": "0.4.1",
"packages/google-cloud-alloydb-connectors": "0.1.7",
Expand All @@ -26,7 +26,7 @@
"packages/google-cloud-artifact-registry": "1.14.0",
"packages/google-cloud-asset": "3.28.0",
"packages/google-cloud-assured-workloads": "1.14.0",
"packages/google-cloud-audit-log": "0.3.0",
"packages/google-cloud-audit-log": "0.3.1",
"packages/google-cloud-automl": "2.15.0",
"packages/google-cloud-backupdr": "0.2.0",
"packages/google-cloud-bare-metal-solution": "1.9.0",
Expand Down Expand Up @@ -121,7 +121,7 @@
"packages/google-cloud-optimization": "1.10.0",
"packages/google-cloud-oracledatabase": "0.1.4",
"packages/google-cloud-orchestration-airflow": "1.16.1",
"packages/google-cloud-org-policy": "1.12.0",
"packages/google-cloud-org-policy": "1.13.0",
"packages/google-cloud-os-config": "1.19.0",
"packages/google-cloud-os-login": "2.16.0",
"packages/google-cloud-parallelstore": "0.2.9",
Expand Down Expand Up @@ -204,7 +204,7 @@
"packages/google-shopping-merchant-reports": "0.1.12",
"packages/google-shopping-merchant-reviews": "0.1.0",
"packages/google-shopping-type": "0.1.9",
"packages/googleapis-common-protos": "1.66.0",
"packages/googleapis-common-protos": "1.67.0",
"packages/grafeas": "1.13.0",
"packages/grpc-google-iam-v1": "0.14.0"
"packages/grpc-google-iam-v1": "0.14.1"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-access-context-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-access-context-manager-v0.2.1...google-cloud-access-context-manager-v0.2.2) (2025-01-20)


### Bug Fixes

* regenerate pb2 files for compatibility with protobuf 5.x ([#223](https://github.com/googleapis/google-cloud-python/issues/223)) ([739dc17](https://github.com/googleapis/google-cloud-python/commit/739dc17a6e7fe19c02d76084da0231b24eaafeb2))

## [0.2.1](https://github.com/googleapis/python-access-context-manager/compare/v0.2.0...v0.2.1) (2024-08-14)


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

name = "google-cloud-access-context-manager"
description = "Google Cloud Access Context Manager Protobufs"
version = "0.2.1"
version = "0.2.2"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-audit-log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-audit-log-v0.3.0...google-cloud-audit-log-v0.3.1) (2025-01-20)


### Features

* Introduce compatibility with native namespace packages ([#117](https://github.com/googleapis/google-cloud-python/issues/117)) ([a845791](https://github.com/googleapis/google-cloud-python/commit/a845791106a8b624a71159c15402aabe574bd7cf))


### Bug Fixes

* allow protobuf 5.x ([#147](https://github.com/googleapis/google-cloud-python/issues/147)) ([76c5b49](https://github.com/googleapis/google-cloud-python/commit/76c5b4916c689c0db23074dcd5dbbe3810834c6e))

## [0.3.0](https://github.com/googleapis/python-audit-log/compare/v0.2.5...v0.3.0) (2024-08-15)


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

name = "google-cloud-audit-log"
description = "Google Cloud Audit Protos"
version = "0.3.0"
version = "0.3.1"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"protobuf>=3.20.2,<6.0.0dev,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
Expand Down
14 changes: 14 additions & 0 deletions packages/google-cloud-org-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.13.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-org-policy-v1.12.0...google-cloud-org-policy-v1.13.0) (2025-01-20)


### Features

* Add support for opt-in debug logging ([#323](https://github.com/googleapis/google-cloud-python/issues/323)) ([c896824](https://github.com/googleapis/google-cloud-python/commit/c896824329a709f8f8b139d0320e85ec049505f6))
* Add support for Python 3.13 ([#315](https://github.com/googleapis/google-cloud-python/issues/315)) ([d7172c4](https://github.com/googleapis/google-cloud-python/commit/d7172c495de1e36bb4977ffb3d89fb035029d091))
* **spanner:** Add support for Cloud Spanner Scheduled Backups ([771faf4](https://github.com/googleapis/google-cloud-python/commit/771faf463199fbcd8839857bec92263ec4fe872a))


### Bug Fixes

* regenerate pb2 files for compatibility with protobuf 5.x ([#304](https://github.com/googleapis/google-cloud-python/issues/304)) ([7384c4d](https://github.com/googleapis/google-cloud-python/commit/7384c4d4f24ddc60ea1a0aec154ecfa9d4218ffc))

## [1.12.0](https://github.com/googleapis/python-org-policy/compare/v1.11.1...v1.12.0) (2024-12-27)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.12.0" # {x-release-please-version}
__version__ = "1.13.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.12.0" # {x-release-please-version}
__version__ = "1.13.0" # {x-release-please-version}
8 changes: 8 additions & 0 deletions packages/googleapis-common-protos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.67.0](https://github.com/googleapis/google-cloud-python/compare/googleapis-common-protos-v1.66.0...googleapis-common-protos-v1.67.0) (2025-01-20)


### Features

* Add field `experimental_features` to message `PythonSettings` ([#249](https://github.com/googleapis/google-cloud-python/issues/249)) ([ba8d36e](https://github.com/googleapis/google-cloud-python/commit/ba8d36e4a288c57be235c8597e11208359b072b5))
* add FieldInfo.referenced_types for generics ([#247](https://github.com/googleapis/google-cloud-python/issues/247)) ([c91900a](https://github.com/googleapis/google-cloud-python/commit/c91900ab232e542905cd4f3cf282677bc6bcaab3))

## [1.66.0](https://github.com/googleapis/python-api-common-protos/compare/v1.65.0...v1.66.0) (2024-11-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/googleapis-common-protos/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

name = "googleapis-common-protos"
description = "Common protobufs used in Google APIs"
version = "1.66.0"
version = "1.67.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"protobuf>=3.20.2,<6.0.0.dev0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/grpc-google-iam-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.14.1](https://github.com/googleapis/google-cloud-python/compare/grpc-google-iam-v1-v0.14.0...grpc-google-iam-v1-v0.14.1) (2025-01-20)


### Features

* add `google.iam.v1.resource_policy_member_pb2` ([#118](https://github.com/googleapis/google-cloud-python/issues/118)) ([f5d3aca](https://github.com/googleapis/google-cloud-python/commit/f5d3aca5e62dcd6ac257ada1b8fd90685c743565))

## [0.14.0](https://github.com/googleapis/python-grpc-google-iam-v1/compare/v0.13.1...v0.14.0) (2024-12-27)


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

name = "grpc-google-iam-v1"
description = "IAM API client library"
version = "0.14.0"
version = "0.14.1"
url = "https://github.com/googleapis/google-cloud-python"
release_status = "Development Status :: 4 - Beta"
dependencies = [
Expand Down
Loading