Skip to content

Commit

Permalink
Merge branch 'main' into cloud-spanner-add-database-roles
Browse files Browse the repository at this point in the history
  • Loading branch information
varuncnaik committed Jul 21, 2022
2 parents 359ddd9 + 3029109 commit 54aff17
Show file tree
Hide file tree
Showing 1,180 changed files with 143,533 additions and 7,020 deletions.
13 changes: 13 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,64 +1,77 @@
handleGHRelease: true
manifest: true
releaseType: go-yoshi

branches:
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: .release-please-manifest-submodules.json
manifestConfig: release-please-config-yoshi-submodules.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: bigquery/.release-please-manifest.json
manifestConfig: bigquery/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: bigtable/.release-please-manifest.json
manifestConfig: bigtable/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: datastore/.release-please-manifest.json
manifestConfig: datastore/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: errorreporting/.release-please-manifest.json
manifestConfig: errorreporting/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: firestore/.release-please-manifest.json
manifestConfig: firestore/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: logging/.release-please-manifest.json
manifestConfig: logging/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: profiler/.release-please-manifest.json
manifestConfig: profiler/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: pubsub/.release-please-manifest.json
manifestConfig: pubsub/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: pubsublite/.release-please-manifest.json
manifestConfig: pubsublite/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: spanner/.release-please-manifest.json
manifestConfig: spanner/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: storage/.release-please-manifest.json
manifestConfig: storage/release-please-config.json
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"commitMessagePrefix": "chore(all): ",
"commitMessageAction": "update",
"groupName": "everything",
"groupName": "all",
"ignoreDeps": [
"google.golang.org/genproto",
"github.com/google/martian/v3"
Expand Down
10 changes: 9 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rebaseMergeAllowed: true
squashMergeAllowed: true
mergeCommitAllowed: false
mergeCommitAllowed: true
branchProtectionRules:
- pattern: main
isAdminEnforced: true
Expand All @@ -11,6 +11,14 @@ branchProtectionRules:
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
- pattern: storage-refactor
isAdminEnforced: true
requiredStatusCheckContexts:
- 'kokoro'
- 'conventionalcommits.org'
- 'cla/google'
requiredApprovingReviewCount: 1
requiresStrictStatusChecks: true
permissionRules:
- team: actools
permission: admin
31 changes: 31 additions & 0 deletions .github/workflows/sync_branch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Sync storage-refactor
on:
schedule:
- cron: 0 23 * * 1-5 # Week-daily at 23:00 UTC / 16:00 PST
workflow_dispatch: {} # Allow manual triggering

jobs:
sync-storage-refactor:
runs-on: ubuntu-latest
name: Syncing storage-refactor
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Get change notes
id: changes
run: echo ::set-output name=change_notes::$(git log storage-refactor..main --oneline --pretty=format:%s)
- name: Opening pull request
id: pull
# https://github.com/marketplace/actions/sync-branches
uses: tretuna/sync-branches@1.4.0
with:
GITHUB_TOKEN: ${{secrets.YOSHI_CODE_BOT_TOKEN}}
FROM_BRANCH: "main"
TO_BRANCH: "storage-refactor"
REVIEWERS: '["noahdietz", "cloud-storage-dpe"]'
PULL_REQUEST_TITLE: "chore: sync main to storage-refactor"
PULL_REQUEST_BODY: "${{ steps.changes.outputs.change_notes }}"
104 changes: 53 additions & 51 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
@@ -1,107 +1,109 @@
{
"accessapproval": "1.3.0",
"accesscontextmanager": "1.2.0",
"aiplatform": "1.13.0",
"analytics": "0.7.0",
"aiplatform": "1.14.0",
"analytics": "0.8.0",
"apigateway": "1.2.0",
"apigeeconnect": "1.2.0",
"appengine": "1.3.0",
"area120": "0.3.0",
"area120": "0.4.0",
"artifactregistry": "1.3.0",
"asset": "1.2.0",
"assuredworkloads": "0.6.0",
"automl": "1.3.0",
"asset": "1.3.0",
"assuredworkloads": "1.2.0",
"automl": "1.4.0",
"baremetalsolution": "0.2.0",
"batch": "0.1.0",
"beyondcorp": "0.1.0",
"billing": "1.2.0",
"binaryauthorization": "0.6.0",
"certificatemanager": "0.2.0",
"channel": "1.6.0",
"binaryauthorization": "1.0.0",
"certificatemanager": "0.2.1",
"channel": "1.7.0",
"cloudbuild": "1.2.0",
"clouddms": "1.2.0",
"cloudtasks": "1.3.0",
"cloudtasks": "1.4.0",
"compute": "1.7.0",
"contactcenterinsights": "1.2.0",
"container": "1.2.0",
"containeranalysis": "0.3.0",
"datacatalog": "1.3.0",
"dataflow": "0.4.0",
"contactcenterinsights": "1.2.1",
"container": "1.3.0",
"containeranalysis": "0.4.0",
"datacatalog": "1.3.1",
"dataflow": "0.5.1",
"dataform": "0.1.0",
"datafusion": "1.3.0",
"datalabeling": "0.3.0",
"dataplex": "0.4.0",
"dataplex": "1.1.0",
"dataproc": "1.5.0",
"dataqna": "0.3.0",
"datastream": "0.5.0",
"deploy": "1.2.0",
"dialogflow": "1.10.0",
"dataqna": "0.4.0",
"datastream": "1.0.0",
"deploy": "1.2.1",
"dialogflow": "1.12.0",
"dlp": "1.4.0",
"documentai": "1.4.0",
"domains": "0.4.0",
"domains": "0.5.0",
"essentialcontacts": "1.2.0",
"eventarc": "1.6.0",
"filestore": "1.2.0",
"functions": "1.4.0",
"gaming": "1.2.0",
"functions": "1.5.0",
"gaming": "1.3.1",
"gkebackup": "0.1.0",
"gkeconnect": "0.3.0",
"gkehub": "0.7.0",
"gkehub": "0.8.0",
"gkemulticloud": "0.2.0",
"grafeas": "0.2.0",
"gsuiteaddons": "1.2.0",
"iam": "0.3.0",
"iap": "1.3.0",
"ids": "0.3.0",
"ids": "1.0.0",
"iot": "1.2.0",
"kms": "1.4.0",
"language": "1.2.0",
"lifesciences": "0.3.0",
"language": "1.3.0",
"lifesciences": "0.4.0",
"managedidentities": "1.2.0",
"mediatranslation": "0.3.0",
"memcache": "1.2.0",
"metastore": "1.2.0",
"memcache": "1.3.0",
"metastore": "1.3.0",
"monitoring": "1.5.0",
"networkconnectivity": "1.2.0",
"networkmanagement": "1.2.0",
"networkmanagement": "1.3.0",
"networksecurity": "0.3.0",
"notebooks": "0.4.0",
"optimization": "0.1.0",
"notebooks": "1.0.0",
"optimization": "1.0.0",
"orchestration": "1.2.0",
"orgpolicy": "1.3.0",
"osconfig": "1.5.0",
"oslogin": "1.2.0",
"phishingprotection": "0.3.0",
"osconfig": "1.6.0",
"oslogin": "1.3.0",
"phishingprotection": "0.4.0",
"policytroubleshooter": "1.2.0",
"privatecatalog": "0.3.0",
"privatecatalog": "0.4.0",
"recaptchaenterprise/v2": "2.0.1",
"recommendationengine": "0.2.0",
"recommender": "1.3.0",
"redis": "1.5.0",
"recommender": "1.4.0",
"redis": "1.6.0",
"resourcemanager": "1.2.0",
"resourcesettings": "1.2.0",
"retail": "1.4.0",
"run": "0.1.1",
"scheduler": "1.2.0",
"secretmanager": "1.4.0",
"security": "1.4.0",
"securitycenter": "1.8.0",
"scheduler": "1.3.0",
"secretmanager": "1.5.0",
"security": "1.4.1",
"securitycenter": "1.9.0",
"servicecontrol": "1.3.0",
"servicedirectory": "1.2.0",
"servicemanagement": "1.3.0",
"servicedirectory": "1.3.0",
"servicemanagement": "1.3.1",
"serviceusage": "1.2.0",
"shell": "1.2.0",
"speech": "1.4.0",
"speech": "1.5.0",
"storagetransfer": "1.3.0",
"talent": "0.8.0",
"talent": "1.0.0",
"texttospeech": "1.3.0",
"tpu": "1.2.0",
"trace": "1.2.0",
"translate": "1.2.0",
"video": "1.6.0",
"videointelligence": "1.3.0",
"video": "1.7.0",
"videointelligence": "1.4.0",
"vision/v2": "2.0.0",
"vmmigration": "0.3.0",
"vmmigration": "1.1.0",
"vpcaccess": "1.2.0",
"webrisk": "1.2.0",
"webrisk": "1.3.0",
"websecurityscanner": "1.2.0",
"workflows": "1.4.0"
"workflows": "1.5.0"
}
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.102.1"
".": "0.103.0"
}
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [0.103.0](https://github.com/googleapis/google-cloud-go/compare/v0.102.1...v0.103.0) (2022-06-29)


### Features

* **privateca:** temporarily remove REGAPIC support ([199b725](https://github.com/googleapis/google-cloud-go/commit/199b7250f474b1a6f53dcf0aac0c2966f4987b68))

## [0.102.1](https://github.com/googleapis/google-cloud-go/compare/v0.102.0...v0.102.1) (2022-06-17)


Expand Down
20 changes: 17 additions & 3 deletions accessapproval/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
module cloud.google.com/go/accessapproval

go 1.16
go 1.17

require (
github.com/googleapis/gax-go/v2 v2.4.0
google.golang.org/api v0.84.0
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90
google.golang.org/api v0.85.0
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
)

require (
cloud.google.com/go/compute v1.7.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
)

0 comments on commit 54aff17

Please sign in to comment.