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 May 3, 2023
1 parent d5d1fe9 commit 777413e
Show file tree
Hide file tree
Showing 7 changed files with 27 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 @@ -29,14 +29,14 @@
"compute/metadata": "0.2.3",
"confidentialcomputing": "0.2.0",
"contactcenterinsights": "1.7.0",
"container": "1.17.0",
"container": "1.18.0",
"containeranalysis": "0.9.1",
"datacatalog": "1.13.0",
"dataflow": "0.8.0",
"dataform": "0.7.0",
"datafusion": "1.6.0",
"datalabeling": "0.7.0",
"dataplex": "1.6.0",
"dataplex": "1.7.0",
"dataproc": "2.0.0",
"dataqna": "0.7.0",
"datastream": "1.7.0",
Expand Down Expand Up @@ -105,7 +105,7 @@
"storageinsights": "0.1.0",
"storagetransfer": "1.8.0",
"support": "0.0.0",
"talent": "1.5.0",
"talent": "1.5.1",
"texttospeech": "1.6.0",
"tpu": "1.5.0",
"trace": "1.9.0",
Expand Down
7 changes: 7 additions & 0 deletions container/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.17.0...container/v1.18.0) (2023-05-03)


### Features

* **container:** Support fleet registration via cluster update ([#7877](https://github.com/googleapis/google-cloud-go/issues/7877)) ([d5d1fe9](https://github.com/googleapis/google-cloud-go/commit/d5d1fe96c9cf3cc3bb0e05fb75297a68bbbd8e41))

## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.16.0...container/v1.17.0) (2023-04-25)


Expand Down
2 changes: 1 addition & 1 deletion container/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.17.0"
const Version = "1.18.0"
7 changes: 7 additions & 0 deletions dataplex/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.6.0...dataplex/v1.7.0) (2023-05-03)


### Features

* **dataplex:** Added new Dataplex APIs and new features for existing APIs (e.g. DataScans) ([d5d1fe9](https://github.com/googleapis/google-cloud-go/commit/d5d1fe96c9cf3cc3bb0e05fb75297a68bbbd8e41))

## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.5.2...dataplex/v1.6.0) (2023-03-15)


Expand Down
2 changes: 1 addition & 1 deletion dataplex/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.6.0"
const Version = "1.7.0"
7 changes: 7 additions & 0 deletions talent/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/talent/v1.5.0...talent/v1.5.1) (2023-05-03)


### Bug Fixes

* **talent:** Change timeout settings for SearchJobsForAlert ([#7863](https://github.com/googleapis/google-cloud-go/issues/7863)) ([036656b](https://github.com/googleapis/google-cloud-go/commit/036656ba51ee4bb47b61d693e2862354c7e2f636))

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/talent/v1.4.1...talent/v1.5.0) (2023-01-04)


Expand Down
2 changes: 1 addition & 1 deletion talent/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.5.0"
const Version = "1.5.1"

0 comments on commit 777413e

Please sign in to comment.