diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 795a873289e3..1ab178cd1ae2 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -14,7 +14,7 @@ "apps": "0.5.1", "area120": "0.9.1", "artifactregistry": "1.15.1", - "asset": "1.20.1", + "asset": "1.20.2", "assuredworkloads": "1.12.1", "automl": "1.14.1", "backupdr": "1.1.1", @@ -25,7 +25,7 @@ "binaryauthorization": "1.9.1", "certificatemanager": "1.9.1", "channel": "1.18.1", - "chat": "0.5.0", + "chat": "0.6.0", "cloudbuild": "1.17.1", "cloudcontrolspartner": "1.1.1", "clouddms": "1.8.1", @@ -92,7 +92,7 @@ "networkservices": "0.2.1", "notebooks": "1.12.1", "optimization": "1.7.1", - "orchestration": "1.10.1", + "orchestration": "1.11.0", "orgpolicy": "1.13.1", "osconfig": "1.14.1", "oslogin": "1.14.1", diff --git a/asset/CHANGES.md b/asset/CHANGES.md index cd4ec913962b..25903aef19d5 100644 --- a/asset/CHANGES.md +++ b/asset/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.20.2](https://github.com/googleapis/google-cloud-go/compare/asset/v1.20.1...asset/v1.20.2) (2024-09-13) + + +### Documentation + +* **asset:** Comments are clarified for certain fields in messages `QueryAssetsResponse` and `ResourceSearchResult` ([c56f8ac](https://github.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c)) + ## [1.20.1](https://github.com/googleapis/google-cloud-go/compare/asset/v1.20.0...asset/v1.20.1) (2024-09-12) diff --git a/asset/internal/version.go b/asset/internal/version.go index e939b9f5e080..003d19f6ac6c 100644 --- a/asset/internal/version.go +++ b/asset/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.20.1" +const Version = "1.20.2" diff --git a/chat/CHANGES.md b/chat/CHANGES.md index edb56105e01d..cc1b782f213e 100644 --- a/chat/CHANGES.md +++ b/chat/CHANGES.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/chat/v0.5.0...chat/v0.6.0) (2024-09-13) + + +### Features + +* **chat:** If you're a domain administrator or a delegated administrator, you can now include the `useAdminAccess` parameter when you call the Chat API with your administrator privileges with the following methods to manage Chat spaces and memberships... ([#10858](https://github.com/googleapis/google-cloud-go/issues/10858)) ([b45d2ee](https://github.com/googleapis/google-cloud-go/commit/b45d2ee9488b74505c045d009835875e3e2291fe)) + + +### Documentation + +* **chat:** A comment for field `filter` in message `.google.chat.v1.ListMembershipsRequest` is updated to support `!=` operator ([b45d2ee](https://github.com/googleapis/google-cloud-go/commit/b45d2ee9488b74505c045d009835875e3e2291fe)) + ## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/chat/v0.4.0...chat/v0.5.0) (2024-09-12) diff --git a/chat/internal/version.go b/chat/internal/version.go index 4abd0484dbee..3dd87831eace 100644 --- a/chat/internal/version.go +++ b/chat/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/orchestration/CHANGES.md b/orchestration/CHANGES.md index 511ac3945a40..3c3935773e16 100644 --- a/orchestration/CHANGES.md +++ b/orchestration/CHANGES.md @@ -1,6 +1,24 @@ # Changes +## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.10.1...orchestration/v1.11.0) (2024-09-13) + + +### Features + +* **orchestration/airflow/service:** A new field `airflow_metadata_retention_config` is added to message `.google.cloud.orchestration.airflow.service.v1.DataRetentionConfig` ([c56f8ac](https://github.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c)) +* **orchestration/airflow/service:** A new field `satisfies_pzi` is added to message `.google.cloud.orchestration.airflow.service.v1.Environment` ([c56f8ac](https://github.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c)) +* **orchestration/airflow/service:** A new message `AirflowMetadataRetentionPolicyConfig` is added ([c56f8ac](https://github.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c)) +* **orchestration/airflow/service:** A new message `CheckUpgradeRequest` is added ([c56f8ac](https://github.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c)) +* **orchestration/airflow/service:** A new method `CheckUpgrade` is added to service `Environments` ([#10854](https://github.com/googleapis/google-cloud-go/issues/10854)) ([c56f8ac](https://github.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c)) + + +### Documentation + +* **orchestration/airflow/service:** A comment for field `maintenance_window` in message `.google.cloud.orchestration.airflow.service.v1.EnvironmentConfig` is changed ([c56f8ac](https://github.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c)) +* **orchestration/airflow/service:** A comment for field `storage_mode` in message `.google.cloud.orchestration.airflow.service.v1.TaskLogsRetentionConfig` is changed ([c56f8ac](https://github.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c)) +* **orchestration/airflow/service:** A comment for message `WorkloadsConfig` is changed ([c56f8ac](https://github.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c)) + ## [1.10.1](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.10.0...orchestration/v1.10.1) (2024-09-12) diff --git a/orchestration/internal/version.go b/orchestration/internal/version.go index c72877407347..77cefca24d54 100644 --- a/orchestration/internal/version.go +++ b/orchestration/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.10.1" +const Version = "1.11.0"