Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 13, 2024
1 parent ba22f7b commit b1620a8
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -79,7 +79,7 @@
"longrunning": "0.6.1",
"managedidentities": "1.7.1",
"managedkafka": "0.2.1",
"maps": "1.12.1",
"maps": "1.13.0",
"mediatranslation": "0.9.1",
"memcache": "1.11.1",
"metastore": "1.14.1",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions asset/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion asset/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
12 changes: 12 additions & 0 deletions chat/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion chat/internal/version.go

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

23 changes: 23 additions & 0 deletions maps/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.12.1...maps/v1.13.0) (2024-09-13)


### Features

* **maps/routeoptimization:** A new field `cost_per_kilometer_below_soft_max` is added to message `.google.maps.routeoptimization.v1.DistanceLimit` ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A new field `route_modifiers` is added to message `.google.maps.routeoptimization.v1.Vehicle` ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A new message `RouteModifiers` is added ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** Minor fields and documentation update ([#10861](https://github.com/googleapis/google-cloud-go/issues/10861)) ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))


### Documentation

* **maps/routeoptimization:** A comment for enum value `CODE_UNSPECIFIED` in enum `Code` is changed ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for enum value `DEFAULT_SOLVE` in enum `SolvingMode` is changed ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for enum value `RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD` in enum `Level` is changed ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for field `code` in message `.google.maps.routeoptimization.v1.OptimizeToursValidationError` is changed ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for field `reasons` in message `.google.maps.routeoptimization.v1.SkippedShipment` is changed ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for field `validation_errors` in message `.google.maps.routeoptimization.v1.OptimizeToursResponse` is changed ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for message `OptimizeToursValidationError` is changed ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for message `TimeWindow` is changed ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for method `BatchOptimizeTours` in service `RouteOptimization` is changed ([ba22f7b](https://github.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))

## [1.12.1](https://github.com/googleapis/google-cloud-go/compare/maps/v1.12.0...maps/v1.12.1) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion maps/internal/version.go

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

18 changes: 18 additions & 0 deletions orchestration/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion orchestration/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b1620a8

Please sign in to comment.