Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release main
Browse files Browse the repository at this point in the history
release-please[bot] authored Jan 10, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 985f3dc commit 4296850
Showing 12 changed files with 80 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"asset": "1.20.4",
"assuredworkloads": "1.12.3",
"automl": "1.14.4",
"backupdr": "1.2.2",
"backupdr": "2.0.0",
"baremetalsolution": "1.3.3",
"batch": "1.11.5",
"beyondcorp": "1.1.3",
@@ -28,7 +28,7 @@
"certificatemanager": "1.9.3",
"channel": "1.19.2",
"chat": "0.9.1",
"cloudbuild": "1.19.2",
"cloudbuild": "1.20.0",
"cloudcontrolspartner": "1.2.2",
"clouddms": "1.8.3",
"cloudprofiler": "0.4.3",
@@ -67,7 +67,7 @@
"gkebackup": "1.6.3",
"gkeconnect": "0.12.1",
"gkehub": "0.15.3",
"gkemulticloud": "1.5.0",
"gkemulticloud": "1.5.1",
"grafeas": "0.3.13",
"gsuiteaddons": "1.7.3",
"iam": "1.3.1",
@@ -87,7 +87,7 @@
"memorystore": "0.1.1",
"metastore": "1.14.3",
"migrationcenter": "1.1.3",
"monitoring": "1.22.1",
"monitoring": "1.23.0",
"netapp": "1.6.0",
"networkconnectivity": "1.16.1",
"networkmanagement": "1.17.1",
@@ -107,7 +107,7 @@
"privatecatalog": "0.10.4",
"privilegedaccessmanager": "0.2.3",
"rapidmigrationassessment": "1.1.3",
"recaptchaenterprise": "2.19.3",
"recaptchaenterprise": "2.19.4",
"recommendationengine": "0.9.3",
"recommender": "1.13.3",
"redis": "1.17.3",
@@ -137,7 +137,7 @@
"talent": "1.8.0",
"telcoautomation": "1.1.3",
"texttospeech": "1.11.0",
"tpu": "1.7.3",
"tpu": "1.8.0",
"trace": "1.11.3",
"translate": "1.12.3",
"video": "1.23.3",
34 changes: 34 additions & 0 deletions backupdr/CHANGES.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,40 @@



## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/backupdr/v1.2.2...backupdr/v2.0.0) (2025-01-10)


### ⚠ BREAKING CHANGES

* **backupdr:** Update field behavior of `resource_type` field in message `BackupPlanAssociation` to `REQUIRED`

### Features

* **backupdr:** `ignore_backup_plan_references` added to the DeleteBackupVaultRequest ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** Add enum to Backup Vault Access Restriction field ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** Add InitializeServiceAPI ([#11419](https://github.com/googleapis/google-cloud-go/issues/11419)) ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** Update field behavior of `networks` field in message `ManagementServer` to `OPTIONAL` ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))


### Bug Fixes

* **backupdr:** Update field behavior of `resource_type` field in message `BackupPlanAssociation` to `REQUIRED` ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))


### Documentation

* **backupdr:** A comment for enum value `ACCESS_RESTRICTION_UNSPECIFIED` in enum `AccessRestriction` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** A comment for field `access_restriction` in message `.google.cloud.backupdr.v1.BackupVault` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** A comment for field `backup_retention_days` in message `.google.cloud.backupdr.v1.BackupRule` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** A comment for field `data_source` in message `.google.cloud.backupdr.v1.BackupPlanAssociation` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** A comment for field `last_backup_error` in message `.google.cloud.backupdr.v1.RuleConfigInfo` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** A comment for field `networks` in message `.google.cloud.backupdr.v1.ManagementServer` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** A comment for field `requested_cancellation` in message `.google.cloud.backupdr.v1.OperationMetadata` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** A comment for field `resource_type` in message `.google.cloud.backupdr.v1.BackupPlan` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** A comment for field `resource_type` in message `.google.cloud.backupdr.v1.BackupPlanAssociation` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** A comment for field `rule_id` in message `.google.cloud.backupdr.v1.RuleConfigInfo` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))
* **backupdr:** A comment for field `uid` in message `.google.cloud.backupdr.v1.BackupVault` is changed ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))

## [1.2.2](https://github.com/googleapis/google-cloud-go/compare/backupdr/v1.2.1...backupdr/v1.2.2) (2025-01-02)


2 changes: 1 addition & 1 deletion backupdr/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions cloudbuild/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.19.2...cloudbuild/v1.20.0) (2025-01-10)


### Features

* **cloudbuild/apiv1:** Add GoModule to Artifact and Results messages and new GO_MODULE_H1 hash type ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))

## [1.19.2](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.19.1...cloudbuild/v1.19.2) (2025-01-02)


2 changes: 1 addition & 1 deletion cloudbuild/internal/version.go
Original file line number Diff line number Diff line change
@@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.19.2"
const Version = "1.20.0"
7 changes: 7 additions & 0 deletions gkemulticloud/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/gkemulticloud/v1.5.0...gkemulticloud/v1.5.1) (2025-01-10)


### Documentation

* **gkemulticloud:** Fix comments of existing field ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/gkemulticloud/v1.4.1...gkemulticloud/v1.5.0) (2025-01-02)


2 changes: 1 addition & 1 deletion gkemulticloud/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions monitoring/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.22.1...monitoring/v1.23.0) (2025-01-10)


### Features

* **monitoring:** Add active_only field to ListMetricDescriptorsRequest ([#11430](https://github.com/googleapis/google-cloud-go/issues/11430)) ([43c6b83](https://github.com/googleapis/google-cloud-go/commit/43c6b83c636503b0d0c45b8845e3516f80dbc86d))

## [1.22.1](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.22.0...monitoring/v1.22.1) (2025-01-02)


2 changes: 1 addition & 1 deletion monitoring/internal/version.go
Original file line number Diff line number Diff line change
@@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.22.1"
const Version = "1.23.0"
7 changes: 7 additions & 0 deletions recaptchaenterprise/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [2.19.4](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.19.3...recaptchaenterprise/v2.19.4) (2025-01-10)


### Documentation

* **recaptchaenterprise:** Tweak comments ([baeccc8](https://github.com/googleapis/google-cloud-go/commit/baeccc85c512ff67a63f13bb5822fee3b8e432fc))

## [2.19.3](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.19.2...recaptchaenterprise/v2.19.3) (2025-01-08)


2 changes: 1 addition & 1 deletion recaptchaenterprise/internal/version.go
Original file line number Diff line number Diff line change
@@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "2.19.3"
const Version = "2.19.4"
7 changes: 7 additions & 0 deletions tpu/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/tpu/v1.7.3...tpu/v1.8.0) (2025-01-10)


### Features

* **tpu:** Add UNKNOWN to TPU node state, This state will be used to prevent a node from being marked as READY during diagnose after it has failed repair ([#11433](https://github.com/googleapis/google-cloud-go/issues/11433)) ([985f3dc](https://github.com/googleapis/google-cloud-go/commit/985f3dcdbaf651b0ec7f4dd7ca1bb37a173e4f80))

## [1.7.3](https://github.com/googleapis/google-cloud-go/compare/tpu/v1.7.2...tpu/v1.7.3) (2025-01-02)


0 comments on commit 4296850

Please sign in to comment.