Update install instructions to use release 0.1.0 files#287
Update install instructions to use release 0.1.0 files#287google-prow-robot merged 1 commit intoknative:masterfrom
Conversation
|
/assign @mattmoor |
|
Curious about the rationale behind this change -- why is /latest/ no longer a good strategy? @trisberg If we swap out latest for a specific version number, we'll need to update these commands regularly moving forward. |
|
@samodell it was suggested by @mattmoor and it seems to me that we need the instructions to point to a stable release. The latest aren't always completely stable and could give new users unexpected surprises. I agree that it's not ideal having to change the docs for every stable release and hope we can come up with a solution for this. |
|
@samodell it's a function of stability and putting our best foot forward for newcomers. We know these samples work with 0.1.0, but now we might make breaking changes (intentionally or not). I don't want prospective users to have a bad experience because of a bad nightly release the day before. Does that make sense? WDYT? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattmoor, trisberg The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Makes sense! Definitely agree we want to always direct users to stable versions. Would it be possible to have a "latest-stable" pointer similar to "latest" instead of hard-coding the versions? I don't know the complexity that might be involved, but if it's not a huge amount of work it might be worth it. @mattmoor |
|
cc @adrcunha I think the question is how we define "stable" :) /hold cancel |
|
We discussed that earlier this week. +1 |
|
|
|
And if it's perceived as a maintenance burden to update docs with each release... that can always be automated. |
|
Glad we're making this change. /lgtm |
Fixes #286
Proposed Changes