Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/google-ai-generativelanguage": "0.2.1",
"packages/google-ai-generativelanguage": "0.3.0",
"packages/google-apps-script-type": "0.3.2",
"packages/google-area120-tables": "0.11.2",
"packages/google-cloud-access-approval": "1.11.1",
Expand Down Expand Up @@ -62,7 +62,7 @@
"packages/google-cloud-migrationcenter": "0.1.0",
"packages/google-cloud-monitoring-metrics-scopes": "1.4.2",
"packages/google-cloud-network-connectivity": "2.0.1",
"packages/google-cloud-network-management": "1.8.2",
"packages/google-cloud-network-management": "1.9.0",
"packages/google-cloud-network-security": "0.9.2",
"packages/google-cloud-notebooks": "1.7.0",
"packages/google-cloud-orchestration-airflow": "1.9.0",
Expand All @@ -79,7 +79,7 @@
"packages/google-cloud-resource-manager": "1.10.1",
"packages/google-cloud-resource-settings": "1.7.0",
"packages/google-cloud-secret-manager": "2.16.1",
"packages/google-cloud-securitycenter": "1.22.0",
"packages/google-cloud-securitycenter": "1.23.0",
"packages/google-cloud-service-control": "1.9.0",
"packages/google-cloud-service-directory": "1.8.1",
"packages/google-cloud-service-usage": "1.7.1",
Expand All @@ -99,5 +99,5 @@
"packages/google-maps-addressvalidation": "0.3.4",
"packages/google-maps-mapsplatformdatasets": "0.3.0",
"packages/google-maps-places": "0.1.1",
"packages/google-maps-routing": "0.5.1"
"packages/google-maps-routing": "0.6.0"
}
7 changes: 7 additions & 0 deletions packages/google-ai-generativelanguage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.2.1...google-ai-generativelanguage-v0.3.0) (2023-06-29)


### Bug Fixes

* remove `BLOCK_NONE` from `HarmBlockThreshold` ([9d46f7f](https://github.com/googleapis/google-cloud-python/commit/9d46f7f5c6d2f84b8e351969d4ab17b4195b941b))

## [0.2.1](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.2.0...google-ai-generativelanguage-v0.2.1) (2023-06-03)


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__ = "0.1.0" # {x-release-please-version}
__version__ = "0.3.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__ = "0.1.0" # {x-release-please-version}
__version__ = "0.3.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-ai-generativelanguage",
"version": "0.1.0"
"version": "0.3.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-network-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.9.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-network-management-v1.8.2...google-cloud-network-management-v1.9.0) (2023-06-29)


### Features

* add forwarding_rule field to Connectivity Test Endpoint proto ([#11430](https://github.com/googleapis/google-cloud-python/issues/11430)) ([312f3e7](https://github.com/googleapis/google-cloud-python/commit/312f3e7c5b2f042a68befde80e52cf7ec4f8e182))

## [1.8.2](https://github.com/googleapis/python-network-management/compare/v1.8.1...v1.8.2) (2023-04-18)


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__ = "0.1.0" # {x-release-please-version}
__version__ = "1.9.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__ = "0.1.0" # {x-release-please-version}
__version__ = "1.9.0" # {x-release-please-version}
3 changes: 1 addition & 2 deletions packages/google-cloud-network-management/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,9 @@ def docfx(session):

session.install("-e", ".")
session.install(
"sphinx==4.0.1",
"gcp-sphinx-docfx-yaml",
"alabaster",
"recommonmark",
"gcp-sphinx-docfx-yaml",
)

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-network-management",
"version": "0.1.0"
"version": "1.9.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-securitycenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-securitycenter/#history

## [1.23.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-securitycenter-v1.22.0...google-cloud-securitycenter-v1.23.0) (2023-06-29)


### Features

* Mark the Asset APIs as deprecated ([#11429](https://github.com/googleapis/google-cloud-python/issues/11429)) ([3efd11b](https://github.com/googleapis/google-cloud-python/commit/3efd11bf1383481ef0e352071003a688da067802))

## [1.22.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-securitycenter-v1.21.0...google-cloud-securitycenter-v1.22.0) (2023-06-13)


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__ = "0.1.0" # {x-release-please-version}
__version__ = "1.23.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__ = "0.1.0" # {x-release-please-version}
__version__ = "1.23.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__ = "0.1.0" # {x-release-please-version}
__version__ = "1.23.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__ = "0.1.0" # {x-release-please-version}
__version__ = "1.23.0" # {x-release-please-version}
3 changes: 1 addition & 2 deletions packages/google-cloud-securitycenter/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,9 @@ def docfx(session):

session.install("-e", ".")
session.install(
"sphinx==4.0.1",
"gcp-sphinx-docfx-yaml",
"alabaster",
"recommonmark",
"gcp-sphinx-docfx-yaml",
)

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-securitycenter",
"version": "0.1.0"
"version": "1.23.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-securitycenter",
"version": "0.1.0"
"version": "1.23.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-securitycenter",
"version": "0.1.0"
"version": "1.23.0"
},
"snippets": [
{
Expand Down
13 changes: 13 additions & 0 deletions packages/google-maps-routing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/googleapis/google-cloud-python/compare/google-maps-routing-v0.5.1...google-maps-routing-v0.6.0) (2023-06-29)


### Features

* Add HTML Navigation Instructions feature to ComputeRoutes ([e6e1e79](https://github.com/googleapis/google-cloud-python/commit/e6e1e7981085ccd1b0c9d97cc1009a6683a9192b))
* Add more navigation instruction maneuvers ([e6e1e79](https://github.com/googleapis/google-cloud-python/commit/e6e1e7981085ccd1b0c9d97cc1009a6683a9192b))
* Add more toll pass values ([e6e1e79](https://github.com/googleapis/google-cloud-python/commit/e6e1e7981085ccd1b0c9d97cc1009a6683a9192b))
* Add TrafficModel feature in ComputeRoutes and ComputeRouteMatrix ([e6e1e79](https://github.com/googleapis/google-cloud-python/commit/e6e1e7981085ccd1b0c9d97cc1009a6683a9192b))
* Add Waypoint Optimization feature to ComputeRoutes ([e6e1e79](https://github.com/googleapis/google-cloud-python/commit/e6e1e7981085ccd1b0c9d97cc1009a6683a9192b))
* Support returning localized values in ComputeRoutes and ComputeRouteMatrix ([e6e1e79](https://github.com/googleapis/google-cloud-python/commit/e6e1e7981085ccd1b0c9d97cc1009a6683a9192b))
* Support Transit routes in ComputeRoutes and ComputeRouteMatrix ([e6e1e79](https://github.com/googleapis/google-cloud-python/commit/e6e1e7981085ccd1b0c9d97cc1009a6683a9192b))

## [0.5.1](https://github.com/googleapis/google-cloud-python/compare/google-maps-routing-v0.5.0...google-maps-routing-v0.5.1) (2023-06-03)


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__ = "0.1.0" # {x-release-please-version}
__version__ = "0.6.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__ = "0.1.0" # {x-release-please-version}
__version__ = "0.6.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-maps-routing",
"version": "0.1.0"
"version": "0.6.0"
},
"snippets": [
{
Expand Down