GoogleCloudPlatform / cloud-run-button

Let anyone deploy your GitHub repos to Google Cloud Run with a single click
https://cloud.run
Apache License 2.0
526 stars 92 forks source link

remove a TODO, --use-http2 is GA #230

Closed pokutuna closed 2 years ago

pokutuna commented 2 years ago

http2 is went GA on 2021-06-22 https://cloud.google.com/run/docs/release-notes#June_22_2021

Just to make sure, I've check gcloud version on Cloud Shell Editor, Google Cloud SDK is 386.0.0 and gcloud run deploy --help includes --[no-]use-http2 option.

jamesward commented 2 years ago

Tested without the beta and it works.