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 20, 2023
1 parent 95db9b6 commit ecf2f28
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"packages/google-cloud-confidentialcomputing": "0.4.2",
"packages/google-cloud-config": "0.1.1",
"packages/google-cloud-contact-center-insights": "1.14.0",
"packages/google-cloud-container": "2.34.0",
"packages/google-cloud-container": "2.35.0",
"packages/google-cloud-containeranalysis": "2.12.4",
"packages/google-cloud-contentwarehouse": "0.7.2",
"packages/google-cloud-data-fusion": "1.8.3",
Expand All @@ -56,7 +56,7 @@
"packages/google-cloud-dataflow-client": "0.8.5",
"packages/google-cloud-dataform": "0.5.4",
"packages/google-cloud-datalabeling": "1.8.4",
"packages/google-cloud-dataplex": "1.8.1",
"packages/google-cloud-dataplex": "1.9.0",
"packages/google-cloud-dataproc": "5.7.0",
"packages/google-cloud-dataproc-metastore": "1.13.0",
"packages/google-cloud-datastream": "1.7.1",
Expand Down Expand Up @@ -139,7 +139,7 @@
"packages/google-cloud-support": "0.1.2",
"packages/google-cloud-talent": "2.11.2",
"packages/google-cloud-tasks": "2.14.2",
"packages/google-cloud-telcoautomation": "0.1.0",
"packages/google-cloud-telcoautomation": "0.1.1",
"packages/google-cloud-texttospeech": "2.14.2",
"packages/google-cloud-tpu": "1.16.0",
"packages/google-cloud-trace": "1.11.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-container/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-container/#history

## [2.35.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-container-v2.34.0...google-cloud-container-v2.35.0) (2023-11-20)


### Features

* [google-cloud-container] add Provisioning Request API ([#12030](https://github.com/googleapis/google-cloud-python/issues/12030)) ([c858b5a](https://github.com/googleapis/google-cloud-python/commit/c858b5aa9f65b7a0725d013598ab8274eb3ee89f))

## [2.34.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-container-v2.33.0...google-cloud-container-v2.34.0) (2023-11-16)


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.35.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.35.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.35.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-container",
"version": "0.1.0"
"version": "2.35.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-container",
"version": "0.1.0"
"version": "2.35.0"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-dataplex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.9.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataplex-v1.8.1...google-cloud-dataplex-v1.9.0) (2023-11-20)


### Features

* added DataQualityResult.score, dimension_score, column_score ([b2dade2](https://github.com/googleapis/google-cloud-python/commit/b2dade2448863a9fba033030fcfbb1a03da68dd2))
* new event types GOVERNANCE_RULE_MATCHED_RESOURCES, GOVERNANCE_RULE_SEARCH_LIMIT_EXCEEDS, GOVERNANCE_RULE_ERRORS ([b2dade2](https://github.com/googleapis/google-cloud-python/commit/b2dade2448863a9fba033030fcfbb1a03da68dd2))

## [1.8.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataplex-v1.8.0...google-cloud-dataplex-v1.8.1) (2023-11-07)


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.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.0.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 @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dataplex",
"version": "0.1.0"
"version": "1.9.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-telcoautomation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-telcoautomation-v0.1.0...google-cloud-telcoautomation-v0.1.1) (2023-11-20)


### Documentation

* [google-cloud-telcoautomation] replace <> with {} in api documentation ([#12035](https://github.com/googleapis/google-cloud-python/issues/12035)) ([b055b00](https://github.com/googleapis/google-cloud-python/commit/b055b009780fc07eac01762e3a922826d4ba75c6))

## 0.1.0 (2023-11-16)


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

0 comments on commit ecf2f28

Please sign in to comment.