diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 65d4dc0344bd..842a977a1912 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -748,7 +748,7 @@ libraries: - internal/generated/snippets/automl/ tag_format: '{id}/v{version}' - id: backupdr - version: 1.6.0 + version: 1.7.0 last_generated_commit: 94aa4f5ae672addf00e7970ecc47699e34989e90 apis: - path: google/cloud/backupdr/v1 @@ -1723,7 +1723,7 @@ libraries: - internal/generated/snippets/confidentialcomputing/ tag_format: '{id}/v{version}' - id: config - version: 1.5.1 + version: 1.6.0 last_generated_commit: 94aa4f5ae672addf00e7970ecc47699e34989e90 apis: - path: google/cloud/config/v1 @@ -2714,7 +2714,7 @@ libraries: - internal/generated/snippets/functions/ tag_format: '{id}/v{version}' - id: geminidataanalytics - version: 0.5.0 + version: 0.6.0 last_generated_commit: 94aa4f5ae672addf00e7970ecc47699e34989e90 apis: - path: google/cloud/geminidataanalytics/v1beta @@ -3114,7 +3114,7 @@ libraries: - internal/generated/snippets/iot/ tag_format: '{id}/v{version}' - id: kms - version: 1.23.2 + version: 1.24.0 last_generated_commit: 94aa4f5ae672addf00e7970ecc47699e34989e90 apis: - path: google/cloud/kms/v1 @@ -3815,7 +3815,7 @@ libraries: - internal/generated/snippets/monitoring/ tag_format: '{id}/v{version}' - id: netapp - version: 1.11.0 + version: 1.12.0 last_generated_commit: 94aa4f5ae672addf00e7970ecc47699e34989e90 apis: - path: google/cloud/netapp/v1 @@ -4798,7 +4798,7 @@ libraries: - internal/version tag_format: v{version} - id: run - version: 1.13.0 + version: 1.14.0 last_generated_commit: 94aa4f5ae672addf00e7970ecc47699e34989e90 apis: - path: google/cloud/run/v2 diff --git a/backupdr/CHANGES.md b/backupdr/CHANGES.md index c0276391dbdc..64b80ee756db 100644 --- a/backupdr/CHANGES.md +++ b/backupdr/CHANGES.md @@ -3,6 +3,27 @@ +## [1.7.0](https://github.com/googleapis/google-cloud-go/releases/tag/backupdr%2Fv1.7.0) (2026-01-15) + +### Features + +* A new message `BackupConfigDetails` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* A new message `BackupDrPlanConfig` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* A new message `BackupDrPlanRule` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* A new message `BackupDrTemplateConfig` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* A new message `BackupLocation` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* A new message `ListResourceBackupConfigsRequest` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* A new message `ListResourceBackupConfigsResponse` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* A new message `PitrSettings` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* A new message `ResourceBackupConfig` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* A new resource_definition `backupdr.googleapis.com/ResourceBackupConfig` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* A new service `BackupDrProtectionSummary` is added ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) + +### Documentation + +* another bulk typo correction (#13527) ([90a4f21](https://github.com/googleapis/google-cloud-go/commit/90a4f21fc7c19aec71e92dfa9b810bad9544a7c0)) +* fix typo in README.md entries (#13526) ([ac32b85](https://github.com/googleapis/google-cloud-go/commit/ac32b85197bf5b33aeb3af1ac69b752dff7a8a57)) + ## [1.6.0](https://github.com/googleapis/google-cloud-go/releases/tag/backupdr%2Fv1.6.0) (2025-12-04) ### Features diff --git a/backupdr/internal/version.go b/backupdr/internal/version.go index 9f20af8f6eb4..6e97a2476645 100644 --- a/backupdr/internal/version.go +++ b/backupdr/internal/version.go @@ -1,4 +1,4 @@ -// Copyright 2025 Google LLC +// Copyright 2026 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.6.0" +const Version = "1.7.0" diff --git a/config/CHANGES.md b/config/CHANGES.md index 9c454b1bdf6f..1ced1f185b8a 100644 --- a/config/CHANGES.md +++ b/config/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.6.0](https://github.com/googleapis/google-cloud-go/releases/tag/config%2Fv1.6.0) (2026-01-15) + +### Features + +* add support for enabling automigration from deprecated Terraform versions ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) +* added error code when failing import values from an external source ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) + ## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/config/v1.5.0...config/v1.5.1) (2025-09-16) diff --git a/config/internal/version.go b/config/internal/version.go index 4b23b58ae148..ca2cacc4f9c9 100644 --- a/config/internal/version.go +++ b/config/internal/version.go @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC +// Copyright 2026 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.5.1" +const Version = "1.6.0" diff --git a/geminidataanalytics/CHANGES.md b/geminidataanalytics/CHANGES.md index 1111ea9cbfb4..68e3b7111b59 100644 --- a/geminidataanalytics/CHANGES.md +++ b/geminidataanalytics/CHANGES.md @@ -1,5 +1,11 @@ # Changes +## [0.6.0](https://github.com/googleapis/google-cloud-go/releases/tag/geminidataanalytics%2Fv0.6.0) (2026-01-15) + +### Features + +* added sync APIs for the CRUD operations of Data Agent ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) + ## [0.5.0](https://github.com/googleapis/google-cloud-go/releases/tag/geminidataanalytics%2Fv0.5.0) (2026-01-08) ### Features diff --git a/geminidataanalytics/internal/version.go b/geminidataanalytics/internal/version.go index 9aae0119bfa0..aeefe33a278b 100644 --- a/geminidataanalytics/internal/version.go +++ b/geminidataanalytics/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.5.0" +const Version = "0.6.0" diff --git a/internal/generated/snippets/backupdr/apiv1/snippet_metadata.google.cloud.backupdr.v1.json b/internal/generated/snippets/backupdr/apiv1/snippet_metadata.google.cloud.backupdr.v1.json index a979411d16d2..94a2b153c97f 100644 --- a/internal/generated/snippets/backupdr/apiv1/snippet_metadata.google.cloud.backupdr.v1.json +++ b/internal/generated/snippets/backupdr/apiv1/snippet_metadata.google.cloud.backupdr.v1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "cloud.google.com/go/backupdr/apiv1", - "version": "1.6.0", + "version": "1.7.0", "language": "GO", "apis": [ { diff --git a/internal/generated/snippets/config/apiv1/snippet_metadata.google.cloud.config.v1.json b/internal/generated/snippets/config/apiv1/snippet_metadata.google.cloud.config.v1.json index 5e72f6c86ec5..5f1ceb135d57 100644 --- a/internal/generated/snippets/config/apiv1/snippet_metadata.google.cloud.config.v1.json +++ b/internal/generated/snippets/config/apiv1/snippet_metadata.google.cloud.config.v1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "cloud.google.com/go/config/apiv1", - "version": "1.5.1", + "version": "1.6.0", "language": "GO", "apis": [ { diff --git a/internal/generated/snippets/geminidataanalytics/apiv1beta/snippet_metadata.google.cloud.geminidataanalytics.v1beta.json b/internal/generated/snippets/geminidataanalytics/apiv1beta/snippet_metadata.google.cloud.geminidataanalytics.v1beta.json index 647089802df1..dc39ac87e967 100644 --- a/internal/generated/snippets/geminidataanalytics/apiv1beta/snippet_metadata.google.cloud.geminidataanalytics.v1beta.json +++ b/internal/generated/snippets/geminidataanalytics/apiv1beta/snippet_metadata.google.cloud.geminidataanalytics.v1beta.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "cloud.google.com/go/geminidataanalytics/apiv1beta", - "version": "0.5.0", + "version": "0.6.0", "language": "GO", "apis": [ { diff --git a/internal/generated/snippets/kms/apiv1/snippet_metadata.google.cloud.kms.v1.json b/internal/generated/snippets/kms/apiv1/snippet_metadata.google.cloud.kms.v1.json index 69968f1ea4a8..4b89c9f7abc5 100644 --- a/internal/generated/snippets/kms/apiv1/snippet_metadata.google.cloud.kms.v1.json +++ b/internal/generated/snippets/kms/apiv1/snippet_metadata.google.cloud.kms.v1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "cloud.google.com/go/kms/apiv1", - "version": "1.23.2", + "version": "1.24.0", "language": "GO", "apis": [ { diff --git a/internal/generated/snippets/kms/inventory/apiv1/snippet_metadata.google.cloud.kms.inventory.v1.json b/internal/generated/snippets/kms/inventory/apiv1/snippet_metadata.google.cloud.kms.inventory.v1.json index d341f0d95628..437e1d8b67c5 100644 --- a/internal/generated/snippets/kms/inventory/apiv1/snippet_metadata.google.cloud.kms.inventory.v1.json +++ b/internal/generated/snippets/kms/inventory/apiv1/snippet_metadata.google.cloud.kms.inventory.v1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "cloud.google.com/go/kms/inventory/apiv1", - "version": "1.23.2", + "version": "1.24.0", "language": "GO", "apis": [ { diff --git a/internal/generated/snippets/netapp/apiv1/snippet_metadata.google.cloud.netapp.v1.json b/internal/generated/snippets/netapp/apiv1/snippet_metadata.google.cloud.netapp.v1.json index d3693434f9b6..c299f51d1688 100644 --- a/internal/generated/snippets/netapp/apiv1/snippet_metadata.google.cloud.netapp.v1.json +++ b/internal/generated/snippets/netapp/apiv1/snippet_metadata.google.cloud.netapp.v1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "cloud.google.com/go/netapp/apiv1", - "version": "1.11.0", + "version": "1.12.0", "language": "GO", "apis": [ { diff --git a/internal/generated/snippets/run/apiv2/snippet_metadata.google.cloud.run.v2.json b/internal/generated/snippets/run/apiv2/snippet_metadata.google.cloud.run.v2.json index 88ac4759222a..51d5cb15d410 100644 --- a/internal/generated/snippets/run/apiv2/snippet_metadata.google.cloud.run.v2.json +++ b/internal/generated/snippets/run/apiv2/snippet_metadata.google.cloud.run.v2.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "cloud.google.com/go/run/apiv2", - "version": "1.13.0", + "version": "1.14.0", "language": "GO", "apis": [ { diff --git a/kms/CHANGES.md b/kms/CHANGES.md index 794147e00323..87fa172a01d6 100644 --- a/kms/CHANGES.md +++ b/kms/CHANGES.md @@ -1,6 +1,12 @@ # Changes +## [1.24.0](https://github.com/googleapis/google-cloud-go/releases/tag/kms%2Fv1.24.0) (2026-01-15) + +### Documentation + +* Marking MODIFIED_CUSTOMER_INITIATED_ACCESS and MODIFIED_GOOGLE_INITIATED_SYSTEM_OPERATION Key Access Justification codes as deprecated in favor of GOOGLE_RESPONSE_TO_PRODUCTION_ALERT ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) + ## [1.23.2](https://github.com/googleapis/google-cloud-go/compare/kms/v1.23.1...kms/v1.23.2) (2025-10-15) diff --git a/kms/internal/version.go b/kms/internal/version.go index 5692fd4adee6..6df7939bc4b2 100644 --- a/kms/internal/version.go +++ b/kms/internal/version.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2026 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Code generated by gapicgen. DO NOT EDIT. + package internal // Version is the current tagged release of the library. -const Version = "1.23.2" +const Version = "1.24.0" diff --git a/netapp/CHANGES.md b/netapp/CHANGES.md index 097b85ac9af0..406cab165f2f 100644 --- a/netapp/CHANGES.md +++ b/netapp/CHANGES.md @@ -1,6 +1,12 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/releases/tag/netapp%2Fv1.12.0) (2026-01-15) + +### Features + +* Update NetApp v1 API with Host Groups, Block Volumes, Cache Volumes, and Backup Restore This CL introduces several new features and enhancements to the NetApp API: - **Host Groups:** Added a new `HostGroup` resource to manage collections of hosts for Block Volume access. Includes full CRUD operations. - **Block Volumes:** Enhanced the `Volume` resource to support `ISCSI` protocol and `BlockDevice` configurations. - **Cache Volumes:** Added `CacheParameters` to the `Volume` resource to support FlexCache volumes. - **Backup Restore:** Introduced a new `RestoreBackupFiles` RPC to restore individual files from a backup. - **CMEK for Backup Vaults:** Added fields to `BackupVault` to support Customer Managed Encryption Keys (CMEK). - **Storage Pool Type:** Added a `type` field to `StoragePool` to specify support for FILE, UNIFIED, or UNIFIED_LARGE_CAPACITY volumes. - **Location Metadata:** Added `has_ontap_proxy` flag. - Updated copyright year to 2026. ([80379ed](https://github.com/googleapis/google-cloud-go/commit/80379edb1c47cd7c2d928d18762029cfe28420c0)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/releases/tag/netapp%2Fv1.11.0) (2025-12-04) ### Features diff --git a/netapp/internal/version.go b/netapp/internal/version.go index 471762011d60..707343ba7c33 100644 --- a/netapp/internal/version.go +++ b/netapp/internal/version.go @@ -1,4 +1,4 @@ -// Copyright 2025 Google LLC +// Copyright 2026 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.11.0" +const Version = "1.12.0" diff --git a/run/CHANGES.md b/run/CHANGES.md index c4b6daf50bec..fe85c40313ed 100644 --- a/run/CHANGES.md +++ b/run/CHANGES.md @@ -1,6 +1,8 @@ # Changes +## [1.14.0](https://github.com/googleapis/google-cloud-go/releases/tag/run%2Fv1.14.0) (2026-01-15) + ## [1.13.0](https://github.com/googleapis/google-cloud-go/releases/tag/run%2Fv1.13.0) (2025-12-11) ### Features diff --git a/run/internal/version.go b/run/internal/version.go index d0306c90f5d5..2d09454e81f9 100644 --- a/run/internal/version.go +++ b/run/internal/version.go @@ -1,4 +1,4 @@ -// Copyright 2025 Google LLC +// Copyright 2026 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.13.0" +const Version = "1.14.0"