Uh oh!
There was an error while loading. Please reload this page.
Update versions for mega-release. - #2846
Conversation
dhermes
commented
Dec 8, 2016
@jonparrott I realized I needed patch updates for BigQuery and Language, so there is a teeny commit since you approved. So sorry. |
dhermes
commented
Dec 8, 2016
@bjwatson I'd really like to get #2844 in, which requires you giving the 👍 to Though we may just cut these releases today and say shucks. |
BigQuery
Bigtable
CoreOnly change is #2828 (and version bump) Datastore
DNS
Error Reporting
Natural Languagereveals #2841 is only change in source. The only reason to bump is the Logging
Monitoring
Pub / Sub
Resource Manager
Runtime Config
Speech
Storage
Translate
Vision
|
daspecster
commented
Dec 9, 2016
@dhermes I filled in the notes. LMK if there's anything else I can do to help with this! |
dhermes
commented
Dec 9, 2016
@daspecster |
daspecster
commented
Dec 9, 2016
@dhermes good call. I updated the notes. There were a few PRs missing from between the |
bjwatson
commented
Dec 9, 2016
@dhermes Sorry for the delay. I was in bad shape yesterday. Doing much better today after lots of sleep. The |
| REQUIREMENTS = [ | ||
| 'google-cloud-core >= 0.21.0, < 0.22dev', | ||
| 'google-cloud-core >= 0.22.1, < 0.23dev', | ||
| 'gapic-google-cloud-logging-v2 >= 0.14.0, < 0.15dev', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| REQUIREMENTS = [ | ||
| 'google-cloud-core >= 0.21.0, < 0.22dev', | ||
| 'google-cloud-core >= 0.22.1, < 0.23dev', | ||
| 'grpcio >= 1.0.0, < 2.0dev', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
We want to update - `google-cloud-bigquery` - `google-cloud-datastore` - `google-cloud-logging` - `google-cloud-storage` - `google-cloud-core` And then update `google-cloud` to re-wrap the latest versions of each. However, to avoid having packages in `google-cloud` with conflicting versions of `google-cloud-core`, we must release all packages.
Also upgrading logging from 0.14.x to 0.90.x
dhermes
commented
Dec 10, 2016
OK I just added the I'm ready to push the big red button? |
tseaver
commented
Dec 10, 2016
|
dhermes
commented
Dec 10, 2016
Yup, same thing happened in googleapis/google-cloud-python-happybase#19, totally expected. Not sure how to resolve in general (I guess I could've pushed a b0rken |
tseaver
commented
Dec 10, 2016
tseaver
commented
Dec 10, 2016
It is likely a mistake that |
dhermes
commented
Dec 10, 2016
@tseaver You think so? I did it on purpose when the umbrella came into existence, but maybe shouldn't have? |
tseaver
commented
Dec 10, 2016
I think we should treat |
dhermes
commented
Dec 10, 2016
SGTM, @jonparrott WDYT? Also, I just did the following: followed by Now we'll see if the CircleCI deploy to PyPI works |
dhermes
commented
Dec 10, 2016
Here are the tag builds:
|
theacodes
commented
Dec 10, 2016
via email
dhermes
commented
Dec 10, 2016
OK sent #2852. As for the two builds that didn't trigger, it is indeed I who have the stupid. My regex isn't build to pick them up: Similarly, the Python regex doesn't pick it up: |
@jonparrott It's worth noting that all of those tag builds were throttled, with the worst waiting an hour to run: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/540#usage-queue/containers/0 On the plus side, it's great that CircleCI tells us how long they were throttled and tells us what builds caused them to get stuck in a queue |
dhermes
commented
Dec 10, 2016
OK, for now, I manually finished pushing: |
daspecster
commented
Dec 11, 2016
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
Update versions for mega-release.
We want to update
google-cloud-bigquerygoogle-cloud-datastoregoogle-cloud-logginggoogle-cloud-storagegoogle-cloud-coreAnd then update
google-cloudto re-wrap the latest versions of each.However, to avoid having packages in
google-cloudwith conflicting versions ofgoogle-cloud-core, we must release all packages.See also: googleapis/google-cloud-python-happybase#19