Skip to content

Commit

Permalink
chore: release main (#11479)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea authored Jul 11, 2023
1 parent 019a9b0 commit 5ceedb9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"packages/google-cloud-dataplex": "1.5.1",
"packages/google-cloud-dataproc-metastore": "1.12.0",
"packages/google-cloud-datastream": "1.6.1",
"packages/google-cloud-deploy": "1.10.1",
"packages/google-cloud-deploy": "1.11.0",
"packages/google-cloud-discoveryengine": "0.9.1",
"packages/google-cloud-dms": "1.7.1",
"packages/google-cloud-documentai": "2.16.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-deploy-v1.10.1...google-cloud-deploy-v1.11.0) (2023-07-11)


### Features

* added support routeUpdateWaitTime field for Deployment Strategies ([#11478](https://github.com/googleapis/google-cloud-python/issues/11478)) ([c1ebd34](https://github.com/googleapis/google-cloud-python/commit/c1ebd34e3ed674ba1058e5aa01600814edbd0727))

## [1.10.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-deploy-v1.10.0...google-cloud-deploy-v1.10.1) (2023-07-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.11.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.11.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-deploy",
"version": "0.1.0"
"version": "1.11.0"
},
"snippets": [
{
Expand Down

0 comments on commit 5ceedb9

Please sign in to comment.