Skip to content

Commit 82e6eba

Browse files
chore(main): release google-cloud-scheduler-v1beta1 0.6.0 (googleapis#19869)
1 parent f303336 commit 82e6eba

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
"google-cloud-scheduler+FILLER": "0.0.0",
476476
"google-cloud-scheduler-v1": "0.5.0",
477477
"google-cloud-scheduler-v1+FILLER": "0.0.0",
478-
"google-cloud-scheduler-v1beta1": "0.5.0",
478+
"google-cloud-scheduler-v1beta1": "0.6.0",
479479
"google-cloud-scheduler-v1beta1+FILLER": "0.0.0",
480480
"google-cloud-secret_manager": "1.2.0",
481481
"google-cloud-secret_manager+FILLER": "0.0.0",

google-cloud-scheduler-v1beta1/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
### 0.6.0 (2022-12-14)
4+
5+
#### Features
6+
7+
* Added support for the locations mixin client ([#19858](https://github.com/googleapis/google-cloud-ruby/issues/19858))
8+
* Support for deleting legacy App Engine crons
9+
* Support for filters when listing jobs
10+
* Support for force-running a legacy App Engine cron
11+
* Support for including legacy App Engine crons in job listings
12+
313
### 0.5.0 (2022-07-07)
414

515
#### Features

google-cloud-scheduler-v1beta1/lib/google/cloud/scheduler/v1beta1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Scheduler
2323
module V1beta1
24-
VERSION = "0.5.0"
24+
VERSION = "0.6.0"
2525
end
2626
end
2727
end

google-cloud-scheduler-v1beta1/snippets/snippet_metadata_google.cloud.scheduler.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-scheduler-v1beta1",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)