Skip to content

Commit

Permalink
Merge branch 'main' into feature-datastore-sum-avg
Browse files Browse the repository at this point in the history
  • Loading branch information
bhshkh authored Aug 21, 2023
2 parents d763f65 + 6b6a69c commit c9e359f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Focus on newly added version.go files generated by GAPIC.
# Multiple new version files in a single module file will be deduped.
run: |
dirs=$(go run ./internal/actions/cmd/changefinder -q --diff-filter=A --path-filter='*version.go' --content-regex='internal\.Version')
dirs=$(go run ./internal/actions/cmd/changefinder -q --base=HEAD~1 --diff-filter=A --path-filter='*version.go' --content-regex='internal\.Version')
if [ -z "$dirs" ]
then
echo "skip=1" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"networkconnectivity": "1.12.1",
"networkmanagement": "1.9.0",
"networksecurity": "0.9.1",
"notebooks": "1.9.1",
"notebooks": "1.10.0",
"optimization": "1.4.2",
"orchestration": "1.8.1",
"orgpolicy": "1.11.1",
Expand Down
3 changes: 3 additions & 0 deletions internal/gapicgen/generator/genproto.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ var generateList = []string{
"google.golang.org/genproto/googleapis/type/postaladdress",
"google.golang.org/genproto/googleapis/firebase/fcm/connection/v1alpha1",
"google.golang.org/genproto/googleapis/assistant/embedded/v1alpha2",
"google.golang.org/genproto/googleapis/datastore/v1",
"google.golang.org/genproto/googleapis/datastore/admin/v1",
"google.golang.org/genproto/googleapis/datastore/admin/v1beta1",
}

// Regen regenerates the genproto repository.
Expand Down
7 changes: 7 additions & 0 deletions notebooks/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/notebooks/v1.9.1...notebooks/v1.10.0) (2023-08-21)


### Features

* **notebooks:** Clients for Notebooks API V2 ([#8455](https://github.com/googleapis/google-cloud-go/issues/8455)) ([1859e6c](https://github.com/googleapis/google-cloud-go/commit/1859e6ca01499ed297167aef60ae1d34a2ed24ea))

## [1.9.1](https://github.com/googleapis/google-cloud-go/compare/notebooks/v1.9.0...notebooks/v1.9.1) (2023-06-20)


Expand Down
2 changes: 1 addition & 1 deletion notebooks/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.9.1"
const Version = "1.10.0"

0 comments on commit c9e359f

Please sign in to comment.