Skip to content

Commit

Permalink
chore(main): release google-cloud-run-v2 0.18.0 (#27593)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 13, 2024
1 parent 34ab6e6 commit 1936743
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
"google-cloud-retail-v2+FILLER": "0.0.0",
"google-cloud-run-client": "1.3.0",
"google-cloud-run-client+FILLER": "0.0.0",
"google-cloud-run-v2": "0.17.0",
"google-cloud-run-v2": "0.18.0",
"google-cloud-run-v2+FILLER": "0.0.0",
"google-cloud-scheduler": "2.6.1",
"google-cloud-scheduler+FILLER": "0.0.0",
Expand Down
13 changes: 13 additions & 0 deletions google-cloud-run-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 0.18.0 (2024-11-13)

#### Features

* Add EncryptionKeyRevocationAction and shutdown duration configuration to Services ([#27604](https://github.com/googleapis/google-cloud-ruby/issues/27604))
* support advanced configurations options for cloud storage volumes by setting `mount_options` in the GCSVolumeSource configuration ([#27583](https://github.com/googleapis/google-cloud-ruby/issues/27583))
#### Documentation

* A comment for field `max_instance_request_concurrency` in message `.google.cloud.run.v2.RevisionTemplate` is changed
* For field `invoker_iam_disabled` in message `.google.cloud.run.v2.Service`, clarify that feature is available by invitation only
* formatting updates
* Update docs for field `value` in message `.google.cloud.run.v2.EnvVar` to reflect Cloud Run product capabilities

### 0.17.0 (2024-10-15)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-run-v2/lib/google/cloud/run/v2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module Run
module V2
VERSION = "0.17.0"
VERSION = "0.18.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-run-v2",
"version": "0.17.0",
"version": "0.18.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 1936743

Please sign in to comment.