Skip to content

Commit a5568a8

Browse files
chore: release main (#5669)
1 parent 5b18307 commit a5568a8

21 files changed

Lines changed: 103 additions & 20 deletions

File tree

.release-please-manifest-submodules.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@
1515
"bigtable": "1.13.0",
1616
"billing": "1.1.0",
1717
"binaryauthorization": "0.3.0",
18-
"channel": "1.4.0",
18+
"channel": "1.4.1",
1919
"cloudbuild": "1.1.0",
2020
"clouddms": "1.1.0",
2121
"cloudtasks": "1.2.0",
22-
"compute": "1.3.0",
22+
"compute": "1.4.0",
2323
"contactcenterinsights": "1.1.0",
2424
"container": "1.1.0",
2525
"containeranalysis": "0.2.0",
2626
"datacatalog": "1.2.0",
2727
"dataflow": "0.2.0",
2828
"datafusion": "1.2.0",
2929
"datalabeling": "0.2.0",
30-
"dataplex": "0.2.0",
31-
"dataproc": "1.3.0",
30+
"dataplex": "0.3.0",
31+
"dataproc": "1.4.0",
3232
"dataqna": "0.2.0",
3333
"datastore": "1.6.0",
3434
"datastream": "0.2.0",
3535
"deploy": "1.1.0",
3636
"dialogflow": "1.5.0",
3737
"dlp": "1.2.0",
38-
"documentai": "1.2.0",
38+
"documentai": "1.3.0",
3939
"domains": "0.3.0",
4040
"errorreporting": "0.2.0",
4141
"essentialcontacts": "1.1.0",
@@ -66,8 +66,8 @@
6666
"networksecurity": "0.2.0",
6767
"notebooks": "0.2.0",
6868
"orchestration": "1.1.0",
69-
"orgpolicy": "1.1.0",
70-
"osconfig": "1.3.0",
69+
"orgpolicy": "1.2.0",
70+
"osconfig": "1.4.0",
7171
"oslogin": "1.1.0",
7272
"phishingprotection": "0.2.0",
7373
"policytroubleshooter": "1.1.0",
@@ -77,18 +77,18 @@
7777
"pubsublite": "1.3.0",
7878
"recaptchaenterprise": "1.2.0",
7979
"recommendationengine": "0.2.0",
80-
"recommender": "1.1.0",
80+
"recommender": "1.2.0",
8181
"redis": "1.3.0",
8282
"resourcemanager": "1.1.0",
8383
"resourcesettings": "1.1.0",
8484
"retail": "1.1.0",
8585
"scheduler": "1.1.0",
8686
"secretmanager": "1.2.0",
87-
"security": "1.2.0",
87+
"security": "1.2.1",
8888
"securitycenter": "1.3.0",
8989
"servicecontrol": "1.2.0",
9090
"servicedirectory": "1.1.0",
91-
"servicemanagement": "1.1.0",
91+
"servicemanagement": "1.2.0",
9292
"serviceusage": "1.1.0",
9393
"shell": "1.1.0",
9494
"spanner": "1.29.0",

channel/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
### [1.4.1](https://github.com/googleapis/google-cloud-go/compare/channel/v1.4.0...channel/v1.4.1) (2022-02-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **channel:** clarify language ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))
9+
310
## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.3.0...channel/v1.4.0) (2022-02-14)
411

512

channel/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.4.0"
18+
const Version = "1.4.1"

compute/CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changes
22

3+
## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.3.0...compute/v1.4.0) (2022-02-22)
4+
5+
6+
### Features
7+
8+
* **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))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
315
## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.2.0...compute/v1.3.0) (2022-02-14)
416

517

compute/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.3.0"
18+
const Version = "1.4.0"

dataplex/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v0.2.0...dataplex/v0.3.0) (2022-02-22)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v0.1.0...dataplex/v0.2.0) (2022-02-14)
411

512

dataplex/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "0.2.0"
18+
const Version = "0.3.0"

dataproc/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.3.0...dataproc/v1.4.0) (2022-02-22)
4+
5+
6+
### Features
7+
8+
* **dataproc:** add support for Virtual Dataproc cluster running on GKE cluster ([7d6b0e5](https://github.com/googleapis/google-cloud-go/commit/7d6b0e5891b50cccdf77cd17ddd3644f31ef6dfc))
9+
310
## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.2.0...dataproc/v1.3.0) (2022-02-14)
411

512

dataproc/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.3.0"
18+
const Version = "1.4.0"

documentai/CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes
22

3+
## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.2.0...documentai/v1.3.0) (2022-02-22)
4+
5+
6+
### Features
7+
8+
* **documentai:** add `symbols` field, and auto-format comments ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))
9+
* **documentai:** add `symbols` field, and auto-format comments ([f9fe0f2](https://github.com/googleapis/google-cloud-go/commit/f9fe0f2bf152c3855d3c6a2c54f9b7adba54f626))
10+
311
## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.1.0...documentai/v1.2.0) (2022-02-11)
412

513

0 commit comments

Comments
 (0)