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 Nov 9, 2023
1 parent dd04e8f commit c446f2d
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"packages/google-cloud-private-catalog": "0.9.4",
"packages/google-cloud-public-ca": "0.3.4",
"packages/google-cloud-rapidmigrationassessment": "0.1.2",
"packages/google-cloud-recaptcha-enterprise": "1.13.0",
"packages/google-cloud-recaptcha-enterprise": "1.14.0",
"packages/google-cloud-recommendations-ai": "0.10.5",
"packages/google-cloud-recommender": "2.12.1",
"packages/google-cloud-redis": "2.13.2",
Expand All @@ -123,7 +123,7 @@
"packages/google-cloud-resource-settings": "1.7.2",
"packages/google-cloud-retail": "1.16.3",
"packages/google-cloud-run": "0.10.0",
"packages/google-cloud-scheduler": "2.11.2",
"packages/google-cloud-scheduler": "2.11.3",
"packages/google-cloud-secret-manager": "2.16.4",
"packages/google-cloud-securesourcemanager": "0.1.0",
"packages/google-cloud-securitycenter": "1.24.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/google-cloud-recaptcha-enterprise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.14.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-recaptcha-enterprise-v1.13.0...google-cloud-recaptcha-enterprise-v1.14.0) (2023-11-09)


### ⚠ BREAKING CHANGES

* Added required annotations

### Bug Fixes

* Added required annotations ([e8a00c4](https://github.com/googleapis/google-cloud-python/commit/e8a00c43318da1f260c837f9d6484384834c6705))


### Documentation

* CreateKeyRequest.display_name and PrivatePasswordLeakVerification.lookup_hash_prefix are now required ([e8a00c4](https://github.com/googleapis/google-cloud-python/commit/e8a00c43318da1f260c837f9d6484384834c6705))
* Updated comments explaining if a field is optional or required ([e8a00c4](https://github.com/googleapis/google-cloud-python/commit/e8a00c43318da1f260c837f9d6484384834c6705))

## [1.13.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-recaptcha-enterprise-v1.12.2...google-cloud-recaptcha-enterprise-v1.13.0) (2023-10-05)


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.14.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__ = "1.14.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-recaptcha-enterprise",
"version": "0.1.0"
"version": "1.14.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-scheduler/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-scheduler/#history

## [2.11.3](https://github.com/googleapis/google-cloud-python/compare/google-cloud-scheduler-v2.11.2...google-cloud-scheduler-v2.11.3) (2023-11-09)


### Documentation

* [google-cloud-scheduler] correct timezone/offset information for Cloud Scheduler headers ([#12007](https://github.com/googleapis/google-cloud-python/issues/12007)) ([dd04e8f](https://github.com/googleapis/google-cloud-python/commit/dd04e8f16d965e7f9278e9ef24cd7dbdcc1363ec))

## [2.11.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-scheduler-v2.11.1...google-cloud-scheduler-v2.11.2) (2023-09-30)


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.11.3" # {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.11.3" # {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.11.3" # {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-scheduler",
"version": "0.1.0"
"version": "2.11.3"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-scheduler",
"version": "0.1.0"
"version": "2.11.3"
},
"snippets": [
{
Expand Down

0 comments on commit c446f2d

Please sign in to comment.