-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
v1 APIs and Stable Profile announcement #14981
Conversation
😊 Welcome! This is either your first contribution to the Istio documentation repo, or
Thanks for contributing! Courtesy of your friendly welcome wagon. |
f40cc52
to
0cf9f12
Compare
Signed-off-by: whitneygriffith <[email protected]>
0cf9f12
to
30590a3
Compare
Thanks, @whitneygriffith! I'd love if this post could contain a bit of a preamble about the difference between API version and stability of an implementation (which I can help draft). I also think it would also be useful to talk about the work you've done with stable/experimental channels. Is that approved, or still directional? Could we hint at it in this post? |
I am guessing this will go along the lines of although the APIs are v1 the associated implementation may be of a different stability level. Do you have any examples of this?
The Stable Profile we mentioned under the Using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments on phrasing and content for target audience, overall looks solid!
dc5c675
to
71ace4d
Compare
In general, I don't think people understand that you have an API, and one or more controllers that do something with that API. At the simplest level we may freeze the API, but we'll still be fixing bugs in the controllers. I had a good idea in my head about how to express this but I didn't write it down at the time. i'm going to ask my brain and go do something else so I hopefully remember |
Signed-off-by: Whitney Griffith <[email protected]>
71ace4d
to
a995ca4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm in general.
entered two comments which i was confused when first reading it.
Signed-off-by: Whitney Griffith <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
fix lint
fix indents and link error
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
fix lint Signed-off-by: Craig Box <[email protected]>
Signed-off-by: Whitney Griffith <[email protected]>
Signed-off-by: Whitney Griffith <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Signed-off-by: Whitney Griffith <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great post, thanks Whitney!
* v1 APIs and Stable profile announcement Signed-off-by: whitneygriffith <[email protected]> * address comments Signed-off-by: Whitney Griffith <[email protected]> * address comments Signed-off-by: Whitney Griffith <[email protected]> * Update content/en/blog/2024/v1-apis/index.md Co-authored-by: Craig Box <[email protected]> * Update content/en/blog/2024/v1-apis/index.md Co-authored-by: Craig Box <[email protected]> * Update content/en/blog/2024/v1-apis/index.md Co-authored-by: Craig Box <[email protected]> * Update content/en/blog/2024/v1-apis/index.md Co-authored-by: Craig Box <[email protected]> * Update content/en/blog/2024/v1-apis/index.md Co-authored-by: Craig Box <[email protected]> * Update content/en/blog/2024/v1-apis/index.md Co-authored-by: Craig Box <[email protected]> * Apply suggestions from code review Co-authored-by: Craig Box <[email protected]> * Update index.md fix lint * Update index.md fix indents and link error * Apply suggestions from code review Co-authored-by: Craig Box <[email protected]> * Update content/en/blog/2024/v1-apis/index.md Co-authored-by: Craig Box <[email protected]> * Update index.md fix lint Signed-off-by: Craig Box <[email protected]> * address comments Signed-off-by: Whitney Griffith <[email protected]> * address comments Signed-off-by: Whitney Griffith <[email protected]> * Update content/en/blog/2024/v1-apis/index.md Co-authored-by: Craig Box <[email protected]> * fix grammar Signed-off-by: Whitney Griffith <[email protected]> --------- Signed-off-by: whitneygriffith <[email protected]> Signed-off-by: Whitney Griffith <[email protected]> Signed-off-by: Craig Box <[email protected]> Co-authored-by: Craig Box <[email protected]>
Description
This post announces the v1 API promotions and the Stable profile we have introduced as part of the Release Channels work #173
Reviewers