Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release google-cloud-storage_insights-v1 1.0.0 #28902

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
"google-cloud-storage-control-v2+FILLER": "0.0.0",
"google-cloud-storage_insights": "1.3.0",
"google-cloud-storage_insights+FILLER": "0.0.0",
"google-cloud-storage_insights-v1": "0.7.0",
"google-cloud-storage_insights-v1": "1.0.0",
"google-cloud-storage_insights-v1+FILLER": "0.0.0",
"google-cloud-storage_transfer": "1.5.0",
"google-cloud-storage_transfer+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-storage_insights-v1/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "storageinsights",
"name_pretty": "Storage Insights V1 API",
"product_documentation": "https://cloud.google.com/storage/docs/insights/storage-insights",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Provides insights capability on Google Cloud Storage. Note that google-cloud-storage_insights-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-storage_insights instead. See the readme for more details.",
Expand Down
14 changes: 13 additions & 1 deletion google-cloud-storage_insights-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 1.0.0 (2025-02-07)

### ⚠ BREAKING CHANGES

* Fixed incorrect pagination on certain REST RPC methods ([#28826](https://github.com/googleapis/google-cloud-ruby/issues/28826))

#### Features

* Bump version to 1.0.0 ([#28941](https://github.com/googleapis/google-cloud-ruby/issues/28941))
#### Bug Fixes

* Fixed incorrect pagination on certain REST RPC methods ([#28826](https://github.com/googleapis/google-cloud-ruby/issues/28826))

### 0.7.0 (2025-01-28)

#### Features
Expand Down Expand Up @@ -77,4 +90,3 @@
* Initial generation of google-cloud-storage_insights-v1 ([#21484](https://github.com/googleapis/google-cloud-ruby/issues/21484))

## Release History

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module StorageInsights
module V1
VERSION = "0.7.0"
VERSION = "1.0.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-storage_insights-v1",
"version": "0.7.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down