Skip to content

Commit

Permalink
chore(main): release google-cloud-netapp-v1 1.2.0 (#27346)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 20, 2024
1 parent 3518909 commit 233c167
Show file tree
Hide file tree
Showing 4 changed files with 12 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 @@ -475,7 +475,7 @@
"google-cloud-monitoring-v3+FILLER": "0.0.0",
"google-cloud-netapp": "1.0.1",
"google-cloud-netapp+FILLER": "0.0.0",
"google-cloud-netapp-v1": "1.1.1",
"google-cloud-netapp-v1": "1.2.0",
"google-cloud-netapp-v1+FILLER": "0.0.0",
"google-cloud-network_connectivity": "1.5.1",
"google-cloud-network_connectivity+FILLER": "0.0.0",
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-netapp-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 1.2.0 (2024-09-19)

#### Features

* A new field 'allow_auto_tiering' in message 'google.cloud.netapp.v1.StoragePool' is added
* A new field 'cold_tier_size_gib' in message 'google.cloud.netapp.v1.Volume' is added
* A new message 'google.cloud.netapp.v1.SwitchActiveReplicaZoneRequest' is added
* A new rpc 'SwitchActiveReplicaZone' is added to service 'google.cloud.netapp.v1.NetApp' ([#27329](https://github.com/googleapis/google-cloud-ruby/issues/27329))

### 1.1.1 (2024-08-30)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module NetApp
module V1
VERSION = "1.1.1"
VERSION = "1.2.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-netapp-v1",
"version": "1.1.1",
"version": "1.2.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 233c167

Please sign in to comment.