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 Apr 4, 2023
1 parent 19f18c0 commit a4e3e63
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"apigeeconnect": "1.5.0",
"apigeeregistry": "0.6.0",
"apikeys": "1.0.0",
"appengine": "1.7.1",
"appengine": "1.7.2",
"area120": "0.7.1",
"artifactregistry": "1.13.0",
"asset": "1.13.0",
Expand All @@ -36,7 +36,7 @@
"datafusion": "1.6.0",
"datalabeling": "0.7.0",
"dataplex": "1.6.0",
"dataproc": "1.12.0",
"dataproc": "2.0.0",
"dataqna": "0.7.0",
"datastream": "1.7.0",
"deploy": "1.8.0",
Expand All @@ -58,7 +58,7 @@
"grafeas": "0.2.0",
"gsuiteaddons": "1.5.0",
"iam": "1.0.0",
"iap": "1.7.1",
"iap": "1.7.2",
"ids": "1.3.0",
"iot": "1.6.0",
"kms": "1.10.1",
Expand Down
7 changes: 7 additions & 0 deletions appengine/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.7.2](https://github.com/googleapis/google-cloud-go/compare/appengine/v1.7.1...appengine/v1.7.2) (2023-04-04)


### Documentation

* **appengine:** Point to Search Console for domain ownership verification ([19f18c0](https://github.com/googleapis/google-cloud-go/commit/19f18c0a33d85e1949981d58bca2b765ce9787b5))

## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/appengine/v1.7.0...appengine/v1.7.1) (2023-04-04)


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

## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.12.0...dataproc/v2.0.0) (2023-04-04)


### ⚠ BREAKING CHANGES

* **dataproc:** add support for new Dataproc features ([#7479](https://github.com/googleapis/google-cloud-go/issues/7479))

### Features

* **dataproc:** Add support for new Dataproc features ([#7479](https://github.com/googleapis/google-cloud-go/issues/7479)) ([0862303](https://github.com/googleapis/google-cloud-go/commit/0862303712d874f879053527d0ab183b514d0b7d))
* **dataproc:** Update iam and longrunning deps ([91a1f78](https://github.com/googleapis/google-cloud-go/commit/91a1f784a109da70f63b96414bba8a9b4254cddd))

## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/dataproc-v1.11.0...dataproc/v1.12.0) (2023-01-26)


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

## [1.7.2](https://github.com/googleapis/google-cloud-go/compare/iap/v1.7.1...iap/v1.7.2) (2023-04-04)


### Documentation

* **iap:** Few minor changes on doc description came out of cl/512701532 ([19f18c0](https://github.com/googleapis/google-cloud-go/commit/19f18c0a33d85e1949981d58bca2b765ce9787b5))

## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/iap/v1.7.0...iap/v1.7.1) (2023-04-04)


Expand Down
2 changes: 1 addition & 1 deletion iap/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.7.1"
const Version = "1.7.2"

0 comments on commit a4e3e63

Please sign in to comment.