-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GA and Beta Promotions #2165
GA and Beta Promotions #2165
Conversation
@stephenplusplus Is there a right way to deal with the CI version dependency problem? |
README.md
Outdated
@@ -10,24 +10,28 @@ | |||
* [Homepage][gcloud-homepage] | |||
* [API Documentation][gcloud-docs] | |||
|
|||
This client supports the following Google Cloud Platform services at a [Beta](#versioning) quality level: | |||
This client supports the following Google Cloud Platform services | |||
at a [GA](#versioning) quality level: |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
README.md
Outdated
versioned 0.x.y is subject to backwards incompatible changes at any time. | ||
|
||
**GA**: Libraries defined at the GA (general availability) quality level | ||
are stable, and that the code surface will not change in |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/bigtable/package.json
Outdated
"@google-cloud/common": "^0.12.0", | ||
"@google-cloud/common-grpc": "^0.2.1", | ||
"@google-cloud/common": "^0.13.0", | ||
"@google-cloud/common": "^0.3.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
circle.yml
Outdated
dependencies: | ||
pre: | ||
- npm install packages/common/ | ||
- npm install packages/common-grpc/ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/bigtable/package.json
Outdated
"arrify": "^1.0.0", | ||
"concat-stream": "^1.5.0", | ||
"create-error-class": "^3.0.2", | ||
"dot-prop": "^3.0.0", | ||
"dot-prop": "^4.1.1", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/bigtable/package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@google-cloud/bigtable", | |||
"version": "0.8.0", | |||
"version": "0.9.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
This:
bumps the versions of logging, datastore, and storage to 1.0.0the aforementionedStorage as GA, and translation and language as betabumpsengines.node
to>= 4.0.0
, and therefore the semver major of literally everything (see discussion)