Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 8, 2025
1 parent c757c44 commit 305f75e
Show file tree
Hide file tree
Showing 23 changed files with 66 additions and 22 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"packages/google-cloud-network-services": "0.5.17",
"packages/google-cloud-notebooks": "1.12.0",
"packages/google-cloud-optimization": "1.10.0",
"packages/google-cloud-oracledatabase": "0.1.3",
"packages/google-cloud-oracledatabase": "0.1.4",
"packages/google-cloud-orchestration-airflow": "1.16.0",
"packages/google-cloud-os-config": "1.19.0",
"packages/google-cloud-os-login": "2.16.0",
Expand All @@ -127,12 +127,12 @@
"packages/google-cloud-policysimulator": "0.1.11",
"packages/google-cloud-policytroubleshooter-iam": "0.1.10",
"packages/google-cloud-private-ca": "1.14.0",
"packages/google-cloud-private-catalog": "0.9.14",
"packages/google-cloud-private-catalog": "0.9.15",
"packages/google-cloud-privilegedaccessmanager": "0.1.5",
"packages/google-cloud-public-ca": "0.3.15",
"packages/google-cloud-quotas": "0.1.14",
"packages/google-cloud-quotas": "0.1.15",
"packages/google-cloud-rapidmigrationassessment": "0.1.12",
"packages/google-cloud-recaptcha-enterprise": "1.26.0",
"packages/google-cloud-recaptcha-enterprise": "1.26.1",
"packages/google-cloud-recommendations-ai": "0.10.15",
"packages/google-cloud-recommender": "2.17.0",
"packages/google-cloud-redis": "2.17.0",
Expand All @@ -158,7 +158,7 @@
"packages/google-cloud-storage-transfer": "1.15.0",
"packages/google-cloud-storageinsights": "0.1.13",
"packages/google-cloud-support": "0.1.12",
"packages/google-cloud-talent": "2.15.0",
"packages/google-cloud-talent": "2.16.0",
"packages/google-cloud-tasks": "2.18.0",
"packages/google-cloud-telcoautomation": "0.2.8",
"packages/google-cloud-texttospeech": "2.23.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-oracledatabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/googleapis/google-cloud-python/compare/google-cloud-oracledatabase-v0.1.3...google-cloud-oracledatabase-v0.1.4) (2025-01-08)


### Documentation

* [google-cloud-oracledatabase] the CloudVmClusterProperties.system_version field is no longer labeled as output only ([#13397](https://github.com/googleapis/google-cloud-python/issues/13397)) ([e326602](https://github.com/googleapis/google-cloud-python/commit/e3266022dc8277b27d481107cf76f13b45ea0f90))

## [0.1.3](https://github.com/googleapis/google-cloud-python/compare/google-cloud-oracledatabase-v0.1.2...google-cloud-oracledatabase-v0.1.3) (2024-12-12)


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

## [0.9.15](https://github.com/googleapis/google-cloud-python/compare/google-cloud-private-catalog-v0.9.14...google-cloud-private-catalog-v0.9.15) (2025-01-08)


### Documentation

* [google-cloud-private-catalog] fixed format string formatting ([#13401](https://github.com/googleapis/google-cloud-python/issues/13401)) ([fbd1b6a](https://github.com/googleapis/google-cloud-python/commit/fbd1b6a6920e0b1009922dc7b89f457306bd3c44))

## [0.9.14](https://github.com/googleapis/google-cloud-python/compare/google-cloud-private-catalog-v0.9.13...google-cloud-private-catalog-v0.9.14) (2024-12-12)


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

## [0.1.15](https://github.com/googleapis/google-cloud-python/compare/google-cloud-quotas-v0.1.14...google-cloud-quotas-v0.1.15) (2025-01-08)


### Features

* Add v1beta client libraries for cloudquotas API ([#13408](https://github.com/googleapis/google-cloud-python/issues/13408)) ([c757c44](https://github.com/googleapis/google-cloud-python/commit/c757c441cd4f2c830062717d35595840d111a977))

## [0.1.14](https://github.com/googleapis/google-cloud-python/compare/google-cloud-quotas-v0.1.13...google-cloud-quotas-v0.1.14) (2024-12-12)


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.0.0" # {x-release-please-version}
__version__ = "0.1.15" # {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.0.0" # {x-release-please-version}
__version__ = "0.1.15" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-quotas",
"version": "0.1.0"
"version": "0.1.15"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-recaptcha-enterprise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.26.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-recaptcha-enterprise-v1.26.0...google-cloud-recaptcha-enterprise-v1.26.1) (2025-01-08)


### Documentation

* [google-cloud-recaptcha-enterprise] Update docs for FraudPrevention field in CreateAssessment ([#13403](https://github.com/googleapis/google-cloud-python/issues/13403)) ([ee59d69](https://github.com/googleapis/google-cloud-python/commit/ee59d691c71b57b591edce7dc3beb8c58020d62c))
* challenge is also returned for INVISIBLE keys ([ee59d69](https://github.com/googleapis/google-cloud-python/commit/ee59d691c71b57b591edce7dc3beb8c58020d62c))

## [1.26.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-recaptcha-enterprise-v1.25.0...google-cloud-recaptcha-enterprise-v1.26.0) (2024-12-12)


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.0.0" # {x-release-please-version}
__version__ = "1.26.1" # {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.0.0" # {x-release-please-version}
__version__ = "1.26.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-recaptcha-enterprise",
"version": "0.1.0"
"version": "1.26.1"
},
"snippets": [
{
Expand Down
15 changes: 15 additions & 0 deletions packages/google-cloud-talent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

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

## [2.16.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-talent-v2.15.0...google-cloud-talent-v2.16.0) (2025-01-08)


### Features

* [google-cloud-talent] A new enum `RelevanceThreshold` is added ([#13399](https://github.com/googleapis/google-cloud-python/issues/13399)) ([d2a6625](https://github.com/googleapis/google-cloud-python/commit/d2a6625b85a9f51fd496b992081453df11832102))
* A new field `relevance_threshold` is added to message ([d2a6625](https://github.com/googleapis/google-cloud-python/commit/d2a6625b85a9f51fd496b992081453df11832102))
* **v4:** A new enum `RelevanceThreshold` is added ([d0fee2c](https://github.com/googleapis/google-cloud-python/commit/d0fee2c1854cdcc30523f060834874ca3d31593c))
* **v4:** A new field `relevance_threshold` is added to message `.google.cloud.talent.v4.SearchJobsRequest` ([d0fee2c](https://github.com/googleapis/google-cloud-python/commit/d0fee2c1854cdcc30523f060834874ca3d31593c))


### Documentation

* **v4:** multiple fixes for links in documentation ([d0fee2c](https://github.com/googleapis/google-cloud-python/commit/d0fee2c1854cdcc30523f060834874ca3d31593c))

## [2.15.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-talent-v2.14.1...google-cloud-talent-v2.15.0) (2024-12-12)


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.0.0" # {x-release-please-version}
__version__ = "2.16.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.0.0" # {x-release-please-version}
__version__ = "2.16.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.0.0" # {x-release-please-version}
__version__ = "2.16.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-cloud-talent",
"version": "0.1.0"
"version": "2.16.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-talent",
"version": "0.1.0"
"version": "2.16.0"
},
"snippets": [
{
Expand Down

0 comments on commit 305f75e

Please sign in to comment.