Skip to content

Commit

Permalink
chore: release main (#10661)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 13, 2024
1 parent 8c009ad commit 6e23810
Show file tree
Hide file tree
Showing 7 changed files with 42 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 @@ -18,7 +18,7 @@
"automl": "1.13.12",
"backupdr": "1.0.4",
"baremetalsolution": "1.2.11",
"batch": "1.9.3",
"batch": "1.9.4",
"beyondcorp": "1.0.11",
"billing": "1.18.10",
"binaryauthorization": "1.8.8",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dataproc": "2.5.4",
"dataqna": "0.8.12",
"datastream": "1.10.11",
"deploy": "1.21.1",
"deploy": "1.21.2",
"developerconnect": "0.1.4",
"dialogflow": "1.56.0",
"discoveryengine": "1.12.0",
Expand All @@ -60,7 +60,7 @@
"essentialcontacts": "1.6.13",
"eventarc": "1.13.11",
"filestore": "1.8.8",
"functions": "1.17.0",
"functions": "1.18.0",
"gkebackup": "1.5.5",
"gkeconnect": "0.8.12",
"gkehub": "0.14.12",
Expand Down
10 changes: 10 additions & 0 deletions batch/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog


## [1.9.4](https://github.com/googleapis/google-cloud-go/compare/batch/v1.9.3...batch/v1.9.4) (2024-08-13)


### Documentation

* **batch:** Batch CentOS images and HPC CentOS images are EOS ([#10680](https://github.com/googleapis/google-cloud-go/issues/10680)) ([578ce14](https://github.com/googleapis/google-cloud-go/commit/578ce14068881a40d0c1d26d33b570973ec1a5bc))
* **batch:** Clarify required fields for Runnable.Container ([578ce14](https://github.com/googleapis/google-cloud-go/commit/578ce14068881a40d0c1d26d33b570973ec1a5bc))
* **batch:** Clarify required oneof fields for Runnable.Script ([578ce14](https://github.com/googleapis/google-cloud-go/commit/578ce14068881a40d0c1d26d33b570973ec1a5bc))
* **batch:** Clarify TaskSpec requires one or more runnables ([578ce14](https://github.com/googleapis/google-cloud-go/commit/578ce14068881a40d0c1d26d33b570973ec1a5bc))

## [1.9.3](https://github.com/googleapis/google-cloud-go/compare/batch/v1.9.2...batch/v1.9.3) (2024-08-08)


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


## [1.21.2](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.21.1...deploy/v1.21.2) (2024-08-13)


### Documentation

* **deploy:** Very minor documentation updates ([564c355](https://github.com/googleapis/google-cloud-go/commit/564c355c6dfbf5a1033a04c8f48135f5d937592b))

## [1.21.1](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.21.0...deploy/v1.21.1) (2024-08-08)


Expand Down
2 changes: 1 addition & 1 deletion deploy/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.21.1"
const Version = "1.21.2"
19 changes: 19 additions & 0 deletions functions/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changes


## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.17.0...functions/v1.18.0) (2024-08-13)


### Features

* **functions:** Additional field on the output that specified whether the deployment supports Physical Zone Separation. ([6593c0d](https://github.com/googleapis/google-cloud-go/commit/6593c0d62d48751c857bce3d3f858127467a4489))
* **functions:** Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. ([6593c0d](https://github.com/googleapis/google-cloud-go/commit/6593c0d62d48751c857bce3d3f858127467a4489))
* **functions:** ListRuntimes response now includes deprecation and decommissioning dates. ([6593c0d](https://github.com/googleapis/google-cloud-go/commit/6593c0d62d48751c857bce3d3f858127467a4489))
* **functions:** Optional field for binary authorization policy. ([6593c0d](https://github.com/googleapis/google-cloud-go/commit/6593c0d62d48751c857bce3d3f858127467a4489))
* **functions:** Optional field for deploying a source from a GitHub repository. ([6593c0d](https://github.com/googleapis/google-cloud-go/commit/6593c0d62d48751c857bce3d3f858127467a4489))
* **functions:** Optional field for specifying a revision on GetFunction. ([6593c0d](https://github.com/googleapis/google-cloud-go/commit/6593c0d62d48751c857bce3d3f858127467a4489))
* **functions:** Optional field for specifying a service account to use for the build. This helps navigate the change of historical default on new projects. For more details, see https ([6593c0d](https://github.com/googleapis/google-cloud-go/commit/6593c0d62d48751c857bce3d3f858127467a4489))
* **functions:** Optional fields for setting up automatic base image updates. ([6593c0d](https://github.com/googleapis/google-cloud-go/commit/6593c0d62d48751c857bce3d3f858127467a4489))


### Documentation

* **functions:** Refined description in several fields. ([6593c0d](https://github.com/googleapis/google-cloud-go/commit/6593c0d62d48751c857bce3d3f858127467a4489))

## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.16.6...functions/v1.17.0) (2024-08-08)


Expand Down
2 changes: 1 addition & 1 deletion functions/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"

0 comments on commit 6e23810

Please sign in to comment.