-
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
adding deprecation policy and document component stability #1324
adding deprecation policy and document component stability #1324
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1324 +/- ##
==========================================
- Coverage 45.04% 44.84% -0.21%
==========================================
Files 107 110 +3
Lines 4740 4797 +57
==========================================
+ Hits 2135 2151 +16
- Misses 2384 2425 +41
Partials 221 221
Continue to review full report at Codecov.
|
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 with a few nits
deperecation-policy.md
Outdated
|
||
The pipeline config, i.e. `skaffold.yaml` is **beta**. | ||
|
||
This means that you can safely depend on the skaffold config with the assumption that skaffold will autoupgrade to the latest version: |
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.
autoupgrade or auto-upgrade?
deperecation-policy.md
Outdated
|
||
## Skaffold components | ||
|
||
We are committed to design for autoupgradeable changes in the config. |
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.
autoupgradeable or auto-upgradeable?
Closes #1263.