Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #10856

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 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,9 +25,9 @@
"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",
"cloudcontrolspartner": "1.2.0",
"clouddms": "1.8.1",
"cloudprofiler": "0.4.1",
"cloudquotas": "1.1.1",
Expand All @@ -46,14 +46,14 @@
"datafusion": "1.8.1",
"datalabeling": "0.9.1",
"dataplex": "1.19.1",
"dataproc": "2.7.0",
"dataproc": "2.8.0",
"dataqna": "0.9.1",
"datastream": "1.11.1",
"deploy": "1.22.1",
"developerconnect": "0.2.1",
"dialogflow": "1.57.1",
"discoveryengine": "1.14.0",
"dlp": "1.18.1",
"dlp": "1.19.0",
"documentai": "1.34.0",
"domains": "0.10.1",
"edgecontainer": "1.3.1",
Expand All @@ -65,35 +65,35 @@
"gkebackup": "1.6.1",
"gkeconnect": "0.11.1",
"gkehub": "0.15.1",
"gkemulticloud": "1.3.1",
"gkemulticloud": "1.4.0",
"grafeas": "0.3.11",
"gsuiteaddons": "1.7.1",
"iam": "1.2.1",
"iap": "1.10.1",
"identitytoolkit": "0.2.1",
"ids": "1.5.1",
"iot": "1.8.1",
"kms": "1.19.1",
"kms": "1.20.0",
"language": "1.14.1",
"lifesciences": "0.10.1",
"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",
"migrationcenter": "1.1.1",
"monitoring": "1.21.1",
"netapp": "1.3.1",
"netapp": "1.4.0",
"networkconnectivity": "1.15.1",
"networkmanagement": "1.14.1",
"networksecurity": "0.10.1",
"networkservices": "0.2.1",
"notebooks": "1.12.1",
"optimization": "1.7.1",
"orchestration": "1.10.1",
"orgpolicy": "1.13.1",
"orchestration": "1.11.0",
"orgpolicy": "1.14.0",
"osconfig": "1.14.1",
"oslogin": "1.14.1",
"parallelstore": "0.6.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-19)


### 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-19)


### 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.

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



## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/cloudcontrolspartner/v1.1.1...cloudcontrolspartner/v1.2.0) (2024-09-19)


### Features

* **cloudcontrolspartner:** A new value `ACCESS_TRANSPARENCY_LOGS_SUPPORT_CASE_VIEWER` is added to enum `.google.cloud.cloudcontrolspartner.v1.PartnerPermissions.Permission` ([9efa812](https://github.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** A new value `ACCESS_TRANSPARENCY_LOGS_SUPPORT_CASE_VIEWER` is added to enum `.google.cloud.cloudcontrolspartner.v1beta.PartnerPermissions.Permission` ([9efa812](https://github.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** Field behavior for field `customer_onboarding_state` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed ([9efa812](https://github.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** Field behavior for field `customer_onboarding_state` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed ([9efa812](https://github.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** Field behavior for field `is_onboarded` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed ([9efa812](https://github.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** Field behavior for field `is_onboarded` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed ([9efa812](https://github.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))


### Bug Fixes

* **cloudcontrolspartner:** Field behavior for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed ([9efa812](https://github.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** Field behavior for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed ([#10865](https://github.com/googleapis/google-cloud-go/issues/10865)) ([9efa812](https://github.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))


### Documentation

* **cloudcontrolspartner:** A comment for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed ([9efa812](https://github.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** A comment for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed ([9efa812](https://github.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))

## [1.1.1](https://github.com/googleapis/google-cloud-go/compare/cloudcontrolspartner/v1.1.0...cloudcontrolspartner/v1.1.1) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion cloudcontrolspartner/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 dataproc/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [2.8.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v2.7.0...dataproc/v2.8.0) (2024-09-19)


### Features

* **dataproc:** Add resource reference for KMS keys and fix comments ([37866ce](https://github.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))

## [2.7.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v2.6.0...dataproc/v2.7.0) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion dataproc/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 = "2.7.0"
const Version = "2.8.0"
14 changes: 14 additions & 0 deletions dlp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes

## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.18.1...dlp/v1.19.0) (2024-09-19)


### Features

* **dlp:** Action for publishing data profiles to SecOps (formelly known as Chronicle) ([#10884](https://github.com/googleapis/google-cloud-go/issues/10884)) ([fdb4ea9](https://github.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))
* **dlp:** Action for publishing data profiles to Security Command Center ([fdb4ea9](https://github.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))
* **dlp:** Discovery configs for AWS S3 buckets ([fdb4ea9](https://github.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))


### Documentation

* **dlp:** Small improvements and clarifications ([fdb4ea9](https://github.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))

## [1.18.1](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.18.0...dlp/v1.18.1) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion dlp/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.18.1"
const Version = "1.19.0"
8 changes: 8 additions & 0 deletions gkemulticloud/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/gkemulticloud/v1.3.1...gkemulticloud/v1.4.0) (2024-09-19)


### Features

* **gkemulticloud:** An optional field `kubelet_config` in message `.google.cloud.gkemulticloud.v1.AwsNodePool` is added ([37866ce](https://github.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
* **gkemulticloud:** An optional field `security_posture_config` in message `.google.cloud.gkemulticloud.v1.AttachedCluster` is added ([37866ce](https://github.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))

## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/gkemulticloud/v1.3.0...gkemulticloud/v1.3.1) (2024-09-12)


Expand Down
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.

18 changes: 18 additions & 0 deletions kms/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changes


## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/kms/v1.19.1...kms/v1.20.0) (2024-09-19)


### Features

* **kms:** Adding a state field for AutokeyConfig ([fdb4ea9](https://github.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))


### Bug Fixes

* **kms:** Pagination feature is introduced for method `ListKeyHandles` in service `Autokey` ([fdb4ea9](https://github.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))


### Documentation

* **kms:** A comment for field `destroy_scheduled_duration` in message `.google.cloud.kms.v1.CryptoKey` is updated for the default duration ([fdb4ea9](https://github.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))
* **kms:** Field service_resolvers in message .google.cloud.kms.v1.EkmConnection is Explicitly is marked as to have field behavior of Optional ([fdb4ea9](https://github.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))

## [1.19.1](https://github.com/googleapis/google-cloud-go/compare/kms/v1.19.0...kms/v1.19.1) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion kms/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.19.1"
const Version = "1.20.0"
26 changes: 25 additions & 1 deletion maps/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@



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


### Features

* **maps/places:** Add `routing_parameters` to SearchNearbyRequest and SearchTextRequest ([0b3c268](https://github.com/googleapis/google-cloud-go/commit/0b3c268c564ffe0d87b0efc716f08afaf064b4cc))
* **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))
* **maps:** New clients ([#10867](https://github.com/googleapis/google-cloud-go/issues/10867)) ([338ca6e](https://github.com/googleapis/google-cloud-go/commit/338ca6e9a104c4cb9dff57d015ecb5b4dbd01bc5))


### 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 Expand Up @@ -353,4 +378,3 @@

* **maps/addressvalidation:** Start generating apiv1 ([#7012](https://github.com/googleapis/google-cloud-go/issues/7012)) ([3e88250](https://github.com/googleapis/google-cloud-go/commit/3e882501ea196ff4f122989e5726bfd4c72e5133))
* **maps/routing:** Start generating apiv2 ([#7056](https://github.com/googleapis/google-cloud-go/issues/7056)) ([1b7993d](https://github.com/googleapis/google-cloud-go/commit/1b7993d6931cf33bab07124da4180eeb3faffe7e))

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.

10 changes: 10 additions & 0 deletions netapp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog


## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/netapp/v1.3.1...netapp/v1.4.0) (2024-09-19)


### Features

* **netapp:** A new field 'allow_auto_tiering' in message 'google.cloud.netapp.v1.StoragePool' is added ([37866ce](https://github.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
* **netapp:** A new field 'cold_tier_size_gib' in message 'google.cloud.netapp.v1.Volume' is added ([37866ce](https://github.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
* **netapp:** A new message 'google.cloud.netapp.v1.SwitchActiveReplicaZoneRequest' is added ([37866ce](https://github.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
* **netapp:** A new rpc 'SwitchActiveReplicaZone' is added to service 'google.cloud.netapp.v1.NetApp' ([37866ce](https://github.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))

## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/netapp/v1.3.0...netapp/v1.3.1) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion netapp/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-19)


### 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"
7 changes: 7 additions & 0 deletions orgpolicy/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/orgpolicy/v1.13.1...orgpolicy/v1.14.0) (2024-09-19)


### Features

* **orgpolicy:** Support adding constraints to new method types REMOVE_GRANTS and GOVERN_TAGS ([0b3c268](https://github.com/googleapis/google-cloud-go/commit/0b3c268c564ffe0d87b0efc716f08afaf064b4cc))

## [1.13.1](https://github.com/googleapis/google-cloud-go/compare/orgpolicy/v1.13.0...orgpolicy/v1.13.1) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion orgpolicy/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.13.1"
const Version = "1.14.0"
Loading