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] committed Feb 22, 2022
1 parent 5b18307 commit 63ee459
Show file tree
Hide file tree
Showing 21 changed files with 103 additions and 20 deletions.
20 changes: 10 additions & 10 deletions .release-please-manifest-submodules.json
Expand Up @@ -15,27 +15,27 @@
"bigtable": "1.13.0",
"billing": "1.1.0",
"binaryauthorization": "0.3.0",
"channel": "1.4.0",
"channel": "1.4.1",
"cloudbuild": "1.1.0",
"clouddms": "1.1.0",
"cloudtasks": "1.2.0",
"compute": "1.3.0",
"compute": "1.4.0",
"contactcenterinsights": "1.1.0",
"container": "1.1.0",
"containeranalysis": "0.2.0",
"datacatalog": "1.2.0",
"dataflow": "0.2.0",
"datafusion": "1.2.0",
"datalabeling": "0.2.0",
"dataplex": "0.2.0",
"dataproc": "1.3.0",
"dataplex": "0.3.0",
"dataproc": "1.4.0",
"dataqna": "0.2.0",
"datastore": "1.6.0",
"datastream": "0.2.0",
"deploy": "1.1.0",
"dialogflow": "1.5.0",
"dlp": "1.2.0",
"documentai": "1.2.0",
"documentai": "1.3.0",
"domains": "0.3.0",
"errorreporting": "0.2.0",
"essentialcontacts": "1.1.0",
Expand Down Expand Up @@ -66,8 +66,8 @@
"networksecurity": "0.2.0",
"notebooks": "0.2.0",
"orchestration": "1.1.0",
"orgpolicy": "1.1.0",
"osconfig": "1.3.0",
"orgpolicy": "1.2.0",
"osconfig": "1.4.0",
"oslogin": "1.1.0",
"phishingprotection": "0.2.0",
"policytroubleshooter": "1.1.0",
Expand All @@ -77,18 +77,18 @@
"pubsublite": "1.3.0",
"recaptchaenterprise": "1.2.0",
"recommendationengine": "0.2.0",
"recommender": "1.1.0",
"recommender": "1.2.0",
"redis": "1.3.0",
"resourcemanager": "1.1.0",
"resourcesettings": "1.1.0",
"retail": "1.1.0",
"scheduler": "1.1.0",
"secretmanager": "1.2.0",
"security": "1.2.0",
"security": "1.2.1",
"securitycenter": "1.3.0",
"servicecontrol": "1.2.0",
"servicedirectory": "1.1.0",
"servicemanagement": "1.1.0",
"servicemanagement": "1.2.0",
"serviceusage": "1.1.0",
"shell": "1.1.0",
"spanner": "1.29.0",
Expand Down
7 changes: 7 additions & 0 deletions channel/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

### [1.4.1](https://github.com/googleapis/google-cloud-go/compare/channel/v1.4.0...channel/v1.4.1) (2022-02-22)


### Bug Fixes

* **channel:** clarify language ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.3.0...channel/v1.4.0) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion channel/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.4.0"
const Version = "1.4.1"
12 changes: 12 additions & 0 deletions compute/CHANGES.md
@@ -1,5 +1,17 @@
# Changes

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.3.0...compute/v1.4.0) (2022-02-22)


### Features

* **compute:** update compute API to revision 20220112 ([#700](https://github.com/googleapis/google-cloud-go/issues/700)) ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c))


### Bug Fixes

* **compute:** fix breaking changes in Compute API ([#701](https://github.com/googleapis/google-cloud-go/issues/701)) ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c))

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.2.0...compute/v1.3.0) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion compute/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.3.0"
const Version = "1.4.0"
7 changes: 7 additions & 0 deletions dataplex/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v0.2.0...dataplex/v0.3.0) (2022-02-22)


### Features

* **dataplex:** added client side library for the followings: 1. Content APIs. 2. Create|Update|Delete Metadata APIs (e.g. Entity and/or Partition). ([7d6b0e5](https://github.com/googleapis/google-cloud-go/commit/7d6b0e5891b50cccdf77cd17ddd3644f31ef6dfc))

## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v0.1.0...dataplex/v0.2.0) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion dataplex/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.2.0"
const Version = "0.3.0"
7 changes: 7 additions & 0 deletions dataproc/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.3.0...dataproc/v1.4.0) (2022-02-22)


### Features

* **dataproc:** add support for Virtual Dataproc cluster running on GKE cluster ([7d6b0e5](https://github.com/googleapis/google-cloud-go/commit/7d6b0e5891b50cccdf77cd17ddd3644f31ef6dfc))

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.2.0...dataproc/v1.3.0) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion dataproc/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.3.0"
const Version = "1.4.0"
8 changes: 8 additions & 0 deletions documentai/CHANGES.md
@@ -1,5 +1,13 @@
# Changes

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.2.0...documentai/v1.3.0) (2022-02-22)


### Features

* **documentai:** add `symbols` field, and auto-format comments ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))
* **documentai:** add `symbols` field, and auto-format comments ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.1.0...documentai/v1.2.0) (2022-02-11)


Expand Down
2 changes: 1 addition & 1 deletion documentai/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.2.0"
const Version = "1.3.0"
7 changes: 7 additions & 0 deletions orgpolicy/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/orgpolicy/v1.1.0...orgpolicy/v1.2.0) (2022-02-22)


### Features

* **orgpolicy:** Deprecates AlternativePolicySpec ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))

## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/orgpolicy/v1.0.0...orgpolicy/v1.1.0) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion orgpolicy/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.1.0"
const Version = "1.2.0"
14 changes: 14 additions & 0 deletions osconfig/CHANGES.md
@@ -1,5 +1,19 @@
# Changes

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/osconfig/v1.3.0...osconfig/v1.4.0) (2022-02-22)


### Features

* **osconfig/agentendpoint:** Add field to PatchConfig message: - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message ([7d6b0e5](https://github.com/googleapis/google-cloud-go/commit/7d6b0e5891b50cccdf77cd17ddd3644f31ef6dfc))
* **osconfig/agentendpoint:** Add fields to RegisterAgentRequest: - supported_capabilities - os_long_name - os_short_name - os_version - os_architecture feat: Add field to PatchConfig message: - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c))


### Bug Fixes

* **osconfig/agentendpoint:** Fix description of an interpreter field, validate if the field is not unspecified ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c))
* **osconfig/agentendpoint:** update third_party protos to the most actual version: - Add item that is affected by vulnerability - Add GetOsPolicyAssignmentReport and analogous List rpc method - Add Inventory to InstanceFilter - Add existing os_policy_assignment_reports.proto fixing the build - Mark methods as deprecated ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c))

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/osconfig/v1.2.0...osconfig/v1.3.0) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion osconfig/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.3.0"
const Version = "1.4.0"
7 changes: 7 additions & 0 deletions recommender/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/recommender/v1.1.0...recommender/v1.2.0) (2022-02-22)


### Features

* **recommender:** Sustainability Projection ([eeac5c2](https://github.com/googleapis/google-cloud-go/commit/eeac5c245fac73b60e256a890855e682ac733b17))

## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/recommender/v1.0.0...recommender/v1.1.0) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion recommender/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.1.0"
const Version = "1.2.0"
7 changes: 7 additions & 0 deletions security/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

### [1.2.1](https://github.com/googleapis/google-cloud-go/compare/security/v1.2.0...security/v1.2.1) (2022-02-22)


### Bug Fixes

* **security/privateca:** Add google-cloud-location as a dependency for the privateca client ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c))

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.1.1...security/v1.2.0) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion security/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.2.0"
const Version = "1.2.1"
7 changes: 7 additions & 0 deletions servicemanagement/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/servicemanagement/v1.1.0...servicemanagement/v1.2.0) (2022-02-22)


### Features

* **servicemanagement:** Remove EnableService and DisableService RPC methods and related protos from service management API BREAKING CHANGE: ([4a223de](https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c))

## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/servicemanagement/v1.0.0...servicemanagement/v1.1.0) (2022-02-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion servicemanagement/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.1.0"
const Version = "1.2.0"

0 comments on commit 63ee459

Please sign in to comment.