Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Bump the grpc release version to v1.2.0 #475

Merged
merged 1 commit into from
Mar 25, 2017

Conversation

mehrdada
Copy link
Member

@mehrdada mehrdada commented Mar 19, 2017

Our guides often ask the user to issue a git
clone command which checkouts a branch specified
in grpc.io/release URL. It is critical that the
release version gets updated as we ship new
versions. This patch bumps it from 1.0.0 to
1.2.0.

(c.f. #471)

@mehrdada mehrdada requested a review from jtattermusch March 19, 2017 04:21
@mehrdada mehrdada changed the title Bumped the grpc release version to v1.1.0 Bumped the grpc release version to v1.2.0 Mar 21, 2017
@mehrdada mehrdada changed the title Bumped the grpc release version to v1.2.0 Bump the grpc release version to v1.2.0 Mar 21, 2017
@mehrdada mehrdada requested a review from ctiller March 21, 2017 15:43
Copy link

@jtattermusch jtattermusch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, the right person to review might by @stanley-cheung, I think he was involved in setting up the branch-switching logic for grpc.io.

_data/config.yml Outdated
@@ -1,3 +1,3 @@
grpc_release_branch: v1.0.0
grpc_release_branch: v1.2.0
grpc_java_release_tag: v1.0.3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

java should be also bumped?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@@ -1,3 +1,3 @@
grpc_release_branch: v1.0.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, v1.0.0 is actually a tag, not a branch, but I guess it's just the naming that wrong.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am reluctant to changing it in this tiny commit as it is referenced in a dozen places and might need more thought and knowledge of project history.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this value of this variable goes into link like this:

"https://github.com/grpc/grpc/blob/v1.2.0/examples/protos/route_guide.proto"

So as long as it can go after the /blob/ part of the github URL that works. And tags work in that part of the URL. So yes the variable naming might be a bit off (both branch name and tag name can go after /blob/) but we can continue with this update.

@jtattermusch jtattermusch requested review from stanley-cheung and removed request for ctiller and stanley-cheung March 22, 2017 13:27
@jtattermusch
Copy link

Added @stanley-cheung and removed Craig and myself.

@mehrdada mehrdada requested a review from stanley-cheung March 22, 2017 18:05
@mehrdada mehrdada force-pushed the bump-slash-release-version-to-v1.1.0 branch from fc6e85e to 57085e5 Compare March 25, 2017 02:40
Our guides often ask the user to issue a git
clone command which checkouts a branch specified
in grpc.io/release URL.  It is critical that the
release version gets updated as we ship new
versions. This patch bumps it from 1.0.0 to
1.2.0.
@mehrdada
Copy link
Member Author

@stanley-cheung friendly ping.

Copy link

@stanley-cheung stanley-cheung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mehrdada mehrdada merged commit d057fd5 into grpc:master Mar 25, 2017
@mehrdada mehrdada deleted the bump-slash-release-version-to-v1.1.0 branch March 25, 2017 03:00
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants